summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* some Cursors may not support get moreEliot Horowitz2010-03-171-0/+5
* fix empty result from $box or $centerEliot Horowitz2010-03-171-0/+2
* some fudge factor for floating pointEliot Horowitz2010-03-171-1/+1
* debugging and fix test for linux-32 after HOURS wasted chasing a phantom bugEliot Horowitz2010-03-171-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2010-03-161-1/+1
|\
| * pullall test use correct namespaceAaron2010-03-161-1/+1
* | cleaningEliot Horowitz2010-03-161-1/+4
* | bounding box $box queries SERVER-690Eliot Horowitz2010-03-161-3/+22
|/
* $center queryies for geo SERVER-690Eliot Horowitz2010-03-161-5/+39
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-03-162-1/+10
|\
| * Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-151-0/+17
| |\
| * | validate all collections in basic parallel testsAaron2010-03-152-1/+10
* | | some test that aren't doneEliot Horowitz2010-03-162-0/+28
| |/ |/|
* | $ operator testEliot Horowitz2010-03-151-0/+17
|/
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-151-2/+7
|\
| * better $in explain testEliot Horowitz2010-03-151-2/+7
* | use unique db name for copydb2 testAaron2010-03-151-2/+2
|/
* SERVER-615 debuggingAaron2010-03-151-0/+2
* don't replicate mr temp tables SERVER-746Eliot Horowitz2010-03-151-0/+45
* explain has difference between btree scanned and objects loaded SERVER-702Eliot Horowitz2010-03-141-0/+27
* fix shell _id moving SERVER-438Eliot Horowitz2010-03-121-4/+4
* some sanity testsEliot Horowitz2010-03-121-0/+9
* more tests for sync cluster connectionEliot Horowitz2010-03-111-0/+5
* read only command support in ClusterSyncConnectionEliot Horowitz2010-03-111-1/+5
* dbhash command SERVER-720Eliot Horowitz2010-03-111-0/+43
* allow re-sorting for geo searches SERVER-730Eliot Horowitz2010-03-101-0/+5
* geo: handle empty collectionEliot Horowitz2010-03-101-0/+3
* turn tests back on for SERVER-631Eliot Horowitz2010-03-091-1/+0
* use .$ instead of .~ for SERVER-631Eliot Horowitz2010-03-092-4/+4
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-03-092-1/+31
|\
| * SERVER-727 release lock before doing remote authAaron2010-03-091-3/+3
| * failing test case for SERVER-727Mike Dirolf2010-03-091-0/+17
| * Merge branch 'master' of github.com:mongodb/mongoAaron2010-03-091-0/+5
| |\
| * | SERVER-664 elemMatch/all work with query optimizerAaron2010-03-091-1/+14
* | | file name changeEliot Horowitz2010-03-091-0/+0
| |/ |/|
* | fix auth locking SERVER-724Eliot Horowitz2010-03-091-2/+2
* | failing test case for SERVER-724Mike Dirolf2010-03-091-0/+5
|/
* SERVER-705 forgot to add testAaron2010-03-081-0/+49
* SERVER-322 $nin and regexAaron2010-03-081-9/+13
* SERVER-505 with regexAaron2010-03-081-3/+9
* SERVER-322 implement $in with regexAaron2010-03-082-3/+30
* fix tilde testDwight2010-03-081-7/+6
* fix test and ~ impl a bitEliot Horowitz2010-03-071-7/+8
* test filedwight2010-03-071-0/+17
* array match value mod update( {a.x : 5 } , { a.~.y ... } ) SERVER-631Eliot Horowitz2010-03-061-0/+16
* fix exists with index SERVER-708Eliot Horowitz2010-03-061-0/+14
* reenable regex index testMathias Stearn2010-03-031-10/+6
* SERVER-692 replace startKey/endKey with indexBoundsAaron2010-03-036-16/+22
* SERVER-652 update testAaron2010-03-021-1/+1
* SERVER-652 unset/array sets value to null, which makes more senseAaron2010-03-021-4/+12