summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* multiple $in support SERVER-103Eliot Horowitz2009-07-071-0/+33
* fixed bug SERVER-118 multikey duplicate results from queriesDwight2009-07-071-5/+5
* make test use explicit ref MINOREliot Horowitz2009-07-061-5/+3
* make objectid serialize to something parseableEliot Horowitz2009-07-061-0/+3
* fix $(gl)te? scanning for numeric indexes SERVER-99Eliot Horowitz2009-07-061-3/+3
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-07-061-0/+21
|\
| * new test for dbrefsdwight2009-07-051-0/+21
* | Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-07-021-0/+2
|\ \ | |/
| * turn norepeat test offEliot Horowitz2009-07-021-0/+2
* | make test more debuggable MINOREliot Horowitz2009-07-021-26/+27
|/
* add more to the test to make it clearerEliot Horowitz2009-07-021-0/+19
* sub field matching and abstracted FieldMatcher for futurization SERVER-89Eliot Horowitz2009-07-021-1/+13
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-07-011-0/+4
|\
| * a tiny bit of support for t.find( {} , { "b.c" : 1 } )Eliot Horowitz2009-07-011-0/+4
* | comments MINORDwight2009-07-011-1/+2
|/
* some $in tests for good measure MINOREliot Horowitz2009-07-011-0/+19
* test for broken multi-key issueEliot Horowitz2009-07-011-0/+19
* fixed some tojson issuesEliot Horowitz2009-07-011-0/+5
* new utf8 regex testEliot Horowitz2009-06-301-0/+38
* another test for good measure MINOREliot Horowitz2009-06-251-0/+20
* just a very simple testEliot Horowitz2009-06-241-0/+11
* minor: test for leading whitespace in where clausesMike Dirolf2009-06-221-0/+10
* fix for filters not returning objects without those fieldsEliot Horowitz2009-06-221-0/+13
* test for field filters MINOREliot Horowitz2009-06-201-0/+26
* fix bug SERVER-96 update that changes unique index field disregards unique c...Dwight2009-06-193-14/+15
* fix bug where the feature that ensures _id is preserved on an updateDwight2009-06-191-1/+16
* update unique tests (pending)Dwight2009-06-182-0/+32
* 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
|/