summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* actual test for groupEliot Horowitz2009-06-081-1/+6
* change Map to use Map.get Map.put Map[] won't workEliot Horowitz2009-06-082-0/+40
* broken unit test for query optimizerEliot Horowitz2009-06-061-0/+17
* BUG SERVER-92 $all scan only one key in indexAaron Staple2009-06-051-2/+4
* .group works on collection as well as dbEliot Horowitz2009-06-051-1/+12
* some tests for _indexSpec MINOREliot Horowitz2009-06-041-0/+4
* better error messageEliot Horowitz2009-06-041-1/+2
* broken test MINOREliot Horowitz2009-06-041-0/+19
* made test more clear MINOREliot Horowitz2009-06-041-6/+14
* Sharding: save() support SHARDING-17Eliot Horowitz2009-06-041-0/+16
* broken query optimizer testEliot Horowitz2009-06-031-0/+31
* don't do spawn test on win32eliot2009-06-031-15/+20
* db ref for javascript and shell SERVER-46Eliot Horowitz2009-06-031-0/+10
* better error handling for invalid objcet ids SERVER-88Eliot Horowitz2009-06-021-0/+2
* test that already passes MINOREliot Horowitz2009-06-011-0/+10
* fix dates in spider monkey SERVER-83Eliot Horowitz2009-06-011-4/+10
* fix test race condition MINORAaron2009-05-291-1/+9
* use assert.soon so slow machines don't break things MINOREliot Horowitz2009-05-281-2/+6
* increase timeout for slow boxes MINOREliot Horowitz2009-05-281-1/+1
* write more data in log exhaustion test, to prevent spurious test failure MINORAaron2009-05-281-3/+3
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-282-4/+0
|\
| * make 'scons startMongod smokeJsPerf' workAaron2009-05-272-4/+0
* | make "new ObjectId()" and "ObjectId()" both work for backwards compatabilityEliot Horowitz2009-05-281-0/+14
|/
* added countReturn which takes limit and and skip into considerationEliot Horowitz2009-05-271-0/+23
* preserve capped-ness in clonecollectionAaron2009-05-261-0/+8
* fix tests MINORAaron2009-05-261-17/+17
* BUG SERVER-71 don't allow multiple _id indexesAaron2009-05-261-0/+17
* check matching regexes encapsulated directly in arrays as wellAaron2009-05-261-0/+8
* BUG SERVER-68 - regex matches within objects within arraysAaron2009-05-261-0/+16
* BUG SERVER-59 when matching expand arrays recursively if contained in differe...Aaron2009-05-211-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-2113-41/+41
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-203-2/+21
| |\
| * | explicitly bind e2e mongod instances to loopback interfaceAaron2009-05-2013-41/+41
* | | fix op logging for collection creation and for convertToCappedAaron2009-05-211-0/+13
| |/ |/|
* | include check for collection created before slave startsAaron2009-05-201-2/+8
* | add test for replicating new capped collectionAaron2009-05-201-0/+11
* | cleaner test MINORAaron2009-05-201-2/+1
* | handle broken eval scripts correctlyEliot Horowitz2009-05-201-0/+3
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-05-202-3/+54
|\
| * debugging MINORAaron2009-05-201-3/+1
| * add tool tests where db data files are accessed directlyAaron2009-05-201-13/+30
| * add smokeToolAaron2009-05-201-0/+36
* | better test MINOREliot Horowitz2009-05-201-1/+1
* | converToCappend on collectionEliot Horowitz2009-05-201-2/+3
|/
* more robust maintenance of mod ids set in repl codeAaron2009-05-191-2/+2
* Add paramaterizable timeout for engine's invoke and exec, set timeout of 10 m...Aaron2009-05-191-31/+30
* adjust timeouts MINORAaron2009-05-191-5/+9
* do checkLocation before testing refLoc in clientcursor, to remove warning mes...Aaron2009-05-191-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-05-182-1/+34
|\
| * add convertToCapped commandAaron2009-05-181-1/+16