summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-183-6/+23
* SERVER-12625: skip oplog entries for no-op fieldsScott Hernandez2014-02-181-17/+13
* Bulk find() requires selector, SERVER-12553.A. Jesse Jiryu Davis2014-02-182-0/+12
* SERVER-12702:clear data before running testsScott Hernandez2014-02-181-0/+2
* SERVER-12702: add writeconcern operation optionScott Hernandez2014-02-171-0/+70
* SERVER-12380 Port update optimizations to batch write commands.Andy Schwerin2014-02-171-1/+1
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-152-1/+160
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-142-72/+2
* SERVER-12728 Remove invalid gle call in removec.js testRandolph Tan2014-02-141-2/+2
* SERVER-12711 added alternate plans to explain for cached plan runnerBenety Goh2014-02-142-1/+32
* SERVER-4326 added boundsVerbose to index scan stats in explainBenety Goh2014-02-142-16/+24
* BF-152 removed assertion on millis lower boundBenety Goh2014-02-141-6/+0
* SERVER-11781 Lower JS to BSON depth limit to 150Mathias Stearn2014-02-141-34/+42
* SERVER-10026 remove unreliable all plans examinationHari Khalsa2014-02-141-3/+0
* test fix: Windows debug builders are exceptionally slow at inserting recordsEric Milkie2014-02-142-2/+2
* SERVER-12640 support distinct on array element. fixed multi-key supportBenety Goh2014-02-131-2/+68
* SERVER-12628 added filterSet field to explain to indicate if index filter is ...Benety Goh2014-02-131-0/+39
* SERVER-12518 support insertion of documents with large keys into text indexBenety Goh2014-02-131-0/+20
* SERVER-12354 reenable tests that expect covered queries in ftsHari Khalsa2014-02-133-9/+3
* fix test: wait longer for replication to secondaryEric Milkie2014-02-131-1/+1
* SERVER-12716 Get more details out of the failing assertion in removec.js.Andy Schwerin2014-02-131-1/+1
* test reliability fix: wait longer for replication to catch upEric Milkie2014-02-131-1/+1
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-134-12/+12
* SERVER-12596 writeConcern {} and writeConcern {wtimeout: 1000} treated like {...Randolph Tan2014-02-131-0/+30
* SERVER-12592 produce intelligible error message for failed TEXT under OR plan...Benety Goh2014-02-121-0/+24
* SERVER-9620 Index can be made multikey if a prefix of it is a shard keyRandolph Tan2014-02-121-3/+3
* SERVER-9620 Index can be made multikey if a prefix of it is a shard keyRandolph Tan2014-02-122-28/+71
* SERVER-10320 Test user manipulation while config servers are downSpencer T Brody2014-02-121-13/+26
* SERVER-12616 Presume that the localhost exception does not apply in mongos wh...Andy Schwerin2014-02-121-0/+44
* SERVER-12092 Uncommented no longer failing testShaun Verch2014-02-121-2/+10
* SERVER-12697 disable replsets/auth_compact.js until it is repairedMatt Dannenberg2014-02-121-0/+2
* SERVER-12586 Don't allow $out to special collectionsMathias Stearn2014-02-121-4/+2
* SERVER-12530 Make DocumentSourceCursor use Runner directlyMathias Stearn2014-02-121-13/+33
* SERVER-12626 support explain for id hackBenety Goh2014-02-121-0/+12
* SERVER-12627 do not apply id hack to query containing hintBenety Goh2014-02-122-1/+9
* SERVER-12641 support projections on DBRef fieldsBenety Goh2014-02-111-1/+24
* SERVER-12373 Optimize $group by artificial objectsMathias Stearn2014-02-101-1/+1
* SERVER-12488 Assume we don't need textScore if not doing text queryMathias Stearn2014-02-101-2/+0
* SERVER-12549 opcounters after write commands in mongos not correctly updatedSiyuan Zhou2014-02-101-0/+161
* SERVER-11559 Count ops attempted in write commands in mongos and mongodSiyuan Zhou2014-02-101-8/+14
* SERVER-12470 SERVER-12475 SERVER-9532 fix multikey index bounds for compound ...David Storch2014-02-105-288/+117
* SERVER-12565: remove old extent freelist implementation and replace with new oneEliot Horowitz2014-02-101-7/+6
* Added multiversion testing for dump/restore to direct data filesShaun Verch2014-02-102-42/+144
* SERVER-12127 ensure write concern option is invalid on all tested configsGreg Studer2014-02-101-1/+1
* SERVER-12127 test of single write results, example of using new write command...Greg Studer2014-02-101-0/+178
* SERVER-8127 IndexCatalog won't build text index if one already existsJason Rassi2014-02-101-0/+33
* SERVER-12576 Add string rep of Bulk object and improve SingleWriteResult form...Dan Pasette2014-02-092-24/+16
* cleanup data comparison for dbadmin.js testScott Hernandez2014-02-071-5/+2
* SERVER-12384 Add tests for dropUser and dropRole functionalitySpencer T Brody2014-02-072-2/+63
* SERVER-12129 meta projection operator should overwrite fieldsBenety Goh2014-02-071-2/+23