summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* fix lexNumCmp for middle 0 SERVER-3218Eliot Horowitz2011-06-251-0/+6
* store host in local.me SERVER-3328Kristina2011-06-241-36/+66
* Revert "generate local.me on startup SERVER-3328"Kristina2011-06-241-7/+1
* generate local.me on startup SERVER-3328Kristina2011-06-241-1/+7
* fix auth test and missing hook callKristina2011-06-231-7/+38
* properly shutdown sharding/auth.jsMathias Stearn2011-06-221-0/+1
* add auth support SERVER-921Kristina2011-06-221-0/+127
* db.logout() commandEliot Horowitz2011-06-221-1/+5
* SERVER-3168: Fixed hexadecimal output, added testsagirbal2011-06-221-0/+14
* allow reconfig on secondary on startupKristina2011-06-221-4/+37
* Revert "allow reconfig on secondary on startup"Kristina2011-06-221-37/+4
* allow reconfig on secondary on startupKristina2011-06-221-4/+37
* SERVER-3222 min and max for type cleaning and fixesAaron2011-06-211-0/+68
* SEVER-3304 SERVER-3222 testAaron2011-06-201-0/+13
* SERVER-3298 add testAaron2011-06-201-0/+19
* correct key permissionsKristina2011-06-172-0/+2
* keys ended up w/wrong permissionsKristina2011-06-172-2/+0
* move auth key files to jstest/libsKristina2011-06-173-1/+1
* tests for parallel cursor and failover SERVER-2481gregs2011-06-161-0/+84
* disable distinct index1 check temporarily - exact value doesn't matterAaron2011-06-151-1/+2
* Implement indexKeyPattern in additional cursors, now that it is required in m...Aaron2011-06-151-0/+9
* SERVER-3192 a few more test casesAaron2011-06-151-2/+46
* SERVER-3192 a few more test casesAaron2011-06-151-0/+33
* SERVER-3192 a few more test casesAaron2011-06-151-1/+10
* SERVER-3192 require atomic specifier to be top levelAaron2011-06-151-0/+5
* SERVER-3192 SERVER-2585 allow nested or clauses in queries, opaque to indexin...Aaron2011-06-157-25/+206
* force reconfig SERVER-2182Kristina2011-06-141-2/+29
* allow members to stay gracefully alive when removed from a setKristina2011-06-141-21/+0
* don't re-save database after dropped already - real fix for SERVER-2253gregs2011-06-131-1/+1
* add w : "majority" SERVER-2108Kristina2011-06-131-0/+60
* make test less sensitive?dwight2011-06-111-0/+4
* don't shut down if slaves aren't up-to-date SERVER-616Kristina2011-06-101-0/+32
* harden rs testKristina2011-06-091-0/+4
* expose tagging to getLastError SERVER-992Kristina2011-06-091-0/+147
* add tagging SERVER-992Kristina2011-06-091-21/+0
* correctly calculate majority in reconfigKristina2011-06-093-22/+31
* signed dates and the shelldwight2011-06-061-1/+4
* fix hint1.js and minkey for date which is now tricky as we support a couple d...Dwight2011-06-061-3/+9
* Fix for slownightly - store slave not full rs conn for getMoregregs2011-06-061-0/+2
* fix test for new server behavior SERVER-3064dwight2011-06-031-4/+4
* SERVER-1089 add some checks for multiple where fieldsAaron2011-06-031-0/+11
* notes and test for SERVER-3064Eliot Horowitz2011-06-031-0/+28
* SERVER-1735 add a real field value test caseAaron2011-06-031-1/+2
* SERVER-2905 adjust test to potentially work in v8 modeAaron2011-06-021-2/+3
* SERVER-1735 type:10 query matches null value but not missing value, hence an ...Aaron2011-06-021-0/+18
* SERVER-2905 check sort order of empty arrayAaron2011-06-021-4/+7
* SERVER-2905 test sort ordering of missing fieldAaron2011-06-021-0/+21
* SERVER-1089 don't allow nesting or within and for now, as it will complicate ...Aaron2011-06-021-6/+6
* SERVER-1089 tests for nested and/or casesAaron2011-06-021-0/+59
* SERVER-1089 add and operatorAaron2011-06-021-0/+65