summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function...Aaron Staple2009-04-272-2/+0
* use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniquenessAaron2009-04-272-0/+2
* don't allow matching an array directly with standard operatorsAaron2009-04-272-4/+96
* always get owned id and include that mem in returned sizeAaron2009-04-271-1/+1
* another test fix MINOREliot Horowitz2009-04-241-1/+1
* debugging broke things MINOREliot Horowitz2009-04-241-1/+0
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-04-241-4/+44
|\
| * an objcet testEliot Horowitz2009-04-241-1/+15
| * more spider monkey work and testingEliot Horowitz2009-04-241-3/+29
* | update test MINORAaron2009-04-241-1/+1
* | update tests MINORAaron2009-04-241-0/+6
|/
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-04-244-52/+101
|\
| * some spider monkey scope tests workingEliot Horowitz2009-04-231-0/+16
| * some test refactoringEliot Horowitz2009-04-233-5/+39
| * abstracted out ScriptEngine to allow for playing with other javascript enginesEliot Horowitz2009-04-232-5/+4
* | test for upgrading to collection based set storageAaron2009-04-241-1/+3
* | add 'unique' option to helpers' ensureIndexAaron2009-04-241-31/+31
* | implement upgrade to collection based set storageAaron2009-04-241-1/+36
* | test rough mem id set sizeAaron2009-04-231-0/+12
* | tests for db and mem based id setsAaron2009-04-231-0/+60
|/
* refactor pairing codeAaron2009-04-221-4/+2
* BUG SERVER-29 matcher access objects in arrays correctlyAaron2009-04-221-0/+14
* don't update id index when id field is to be addedAaron2009-04-212-51/+62
* add index id in userCreateNS, unless this is not requested in create specAaron2009-04-211-56/+57
* update perf tests to work with auto _id index creationAaron2009-04-201-22/+16
* add _id index automatically, don't allow it to be deletedAaron2009-04-201-3/+3
* fix interpretation of non numberic index direction specAaron2009-04-201-0/+7
* use file allocator in perf tests, reformat test outputAaron2009-04-201-3/+17
* add unique option when creating index in c++, js drivers; basic unique key un...Aaron2009-04-203-5/+40
* clear index cache in c++ client on dropping collection / databaseAaron2009-04-161-0/+27
* use file allocator in unit testsAaron2009-04-161-0/+5
* disable test updating objects without id MINORAaron2009-04-131-1/+3
* add ObjectId parsing testAaron2009-04-131-0/+14
* ne applies to all multikey values, adjust 'size' and 'all' behavior for objec...Aaron2009-04-131-1/+15
* check multi ne behavior MINORAaron2009-04-131-0/+14
* fix compile warning MINORAaron2009-04-091-2/+2
* log separate op for each deleted objectAaron2009-04-092-7/+27
* empty field spec same as missing field spec for queriesAaron2009-04-081-0/+15
* c++ test for collection name beginning with underscore MINORAaron2009-04-081-0/+15
* handle nan and inf double values in comparisonAaron2009-04-071-0/+26
* don't allow _id to be an arrayAaron2009-04-071-0/+15
* add numberic comparison test MINORAaron2009-04-061-0/+10
* update count perf tests MINORAaron2009-04-061-18/+30
* MINOR fix compiler warningsAaron2009-04-061-3/+3
* count perf testsAaron2009-04-061-0/+44
* fix compiler warningAaron2009-04-061-1/+1
* add basic count test, in preparation for smarter count code coming after we c...Aaron2009-04-061-0/+24
* array elt may not contain referenced subobjectAaron2009-04-061-0/+15
* add $all query optionAaron2009-04-061-0/+1
* whitespaceMike Dirolf2009-04-031-119/+119