summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* clear wasserts in test setup that were causing errors in dd buildsAaron2011-05-051-1/+5
* add BinData to the Key classDwight2011-05-051-1/+50
* compile windows and vcxproj updated for new cpp fileDwight2011-05-043-0/+9
* SERVER-2977 initial version of query optimizer cursorAaron2011-05-041-39/+706
* reinstate includeAaron2011-05-041-0/+1
* clean includesAaron2011-05-041-1/+0
* more perftestDwight2011-05-041-1/+31
* more older gcc fixEliot Horowitz2011-05-031-1/+2
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-05-033-4/+0
|\
| * compileEliot Horowitz2011-05-033-4/+0
* | fix overlogging of temp debuggingDwight2011-05-034-4/+6
|/
* Merge branch 'master' into mainDwight2011-05-0310-1718/+1854
|\
| * work on new index version. dbtests stuffdwight2011-04-224-1692/+1708
| * versions for btree. checkpointing so farDwight2011-04-203-1/+5
| * compact index keys fix encoding for traditional encoding of complex onesDwight2011-04-202-13/+20
| * new testdwight2011-04-201-0/+5
| * indexkey support strings with zeros. more work to doDwight2011-04-192-1/+14
| * indexkey finishing some stuffdwight2011-04-131-1/+1
| * index key class KeyV1 close to doneDwight2011-04-123-2/+52
| * indexkey workDwight2011-04-112-13/+20
* | vcxproj updated for dbtestsdwight2011-05-032-0/+4
* | fix jstest code, was not using "this"agirbal2011-05-021-12/+12
* | fix jstests compileagirbal2011-05-021-51/+52
* | SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-021-8/+4
* | SERVER-958 Prefer fully contained multikey ranges since they are smaller.Aaron2011-05-021-7/+11
* | clean some dbtest includesAaron2011-05-024-7/+0
* | put queryutil dbtests in separate fileAaron2011-05-022-947/+987
* | fix vcxprojdwight2011-04-301-0/+2
* | List1 test and fix case where orphan called on an empty lsitdwight2011-04-301-5/+41
* | some List1 safetyEliot Horowitz2011-04-301-0/+33
* | vcxproj up to date for new cpp filedwight2011-04-252-0/+7
* | SERVER-958 merge and address mongos dependency differencesAaron2011-04-251-5/+5
* | SERVER-958 Track non single key field ranges and utilize them in query planningAaron2011-04-252-155/+321
* | turn off RWLockTest2 until SERVER-2996 is dealt withEliot Horowitz2011-04-251-1/+1
* | some tests for locking trying to debug bizarre RWLock issueEliot Horowitz2011-04-251-1/+104
* | Try to make MongoMutexTest faster in _DEBUG buildsMathias Stearn2011-04-191-0/+8
* | Add a ProgressMeter to MongoMutexTest to debug hung buildbotsMathias Stearn2011-04-181-0/+3
* | trap segfaults and such and try to log them on windowsdwight2011-04-181-1/+2
* | slight log change perftestsdwight2011-04-161-1/+1
* | Abort dbtests if a single test runs for more than 30 minMathias Stearn2011-04-141-0/+36
* | SERVER-2111 Synchronize db names with master if a case conflict is detected i...Aaron2011-04-121-0/+38
|/
* fix threading testDwight2011-04-061-1/+1
* try to make low priority rwlock more reliableEliot Horowitz2011-04-061-1/+1
* queryoptimizer variable namesAaron2011-04-051-58/+58
* perf tests for jsTime and curTimeMicros64Mathias Stearn2011-04-051-0/+33
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-031-2/+2
* perf test for bson copyMathias Stearn2011-04-031-1/+34
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-04-031-2/+0
* make lazy rwlock test not rely on recursiveEliot Horowitz2011-03-301-14/+22
* compile vstudiodwight2011-03-302-4/+0