summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-3682 testAaron2011-08-231-0/+16
* fix visual studio project files for the move of pcre. that was more painful t...dwight2011-08-192-857/+776
* don't fail test if can't reach dbEliot Horowitz2011-08-191-1/+6
* SERVER-3555 assert when or query yield fails to prevent potential invalid mem...Aaron2011-08-171-8/+35
* SERVER-3554 assert on failed yield recovery in finding start cursorAaron Staple2011-08-171-0/+27
* Rename keep_going to continue_on_error SERVER-3233Mathias Stearn2011-08-081-1/+1
* fix perf reportEliot Horowitz2011-08-061-7/+16
* fix query optimizer test with new capped semanticsEliot Horowitz2011-08-051-8/+8
* fix queryoptimzer tests for no _id scanEliot Horowitz2011-08-051-6/+7
* better hostnameEliot Horowitz2011-08-051-1/+1
* fix for query unit test failure with no capped _id scangregs2011-08-051-1/+2
* allow test not to preallocate journal filesgregs2011-08-051-0/+5
* move compression test to dbtestsEliot Horowitz2011-08-051-0/+18
* SERVER-3373 query optimizer optimizations, primarily for non or queriesAaron2011-08-042-4/+4
* SERVER-3505 bindata in v1 indexes > 32 bytes fixdwight2011-08-041-0/+7
* not sure why these were theredwight2011-08-021-0/+0
* fix unused var warningMathias Stearn2011-08-021-0/+1
* update vcxprojdwight2011-08-022-0/+4
* compression libdwight2011-08-023-4/+112
* cleaning of perftests.cpp and its writing to pstatsdwight2011-08-021-111/+116
* prefetch type stuffdwight2011-08-022-0/+26
* try compile windowsAaron2011-07-311-1/+1
* SERVER-3482 update tests, handle empty oplog properlyAaron2011-07-311-1/+6
* SERVER-3370 partition lexNumCmp comparisions with dot charactersAaron2011-07-311-0/+15
* SERVER-3482 check oldest op first when doing oplog replay, wassert instead of...Aaron2011-07-312-0/+57
* SERVER-3448 prevent excessive scanning in BtreeCursor functionsAaron2011-07-311-0/+26
* SERVER-3375 key generation fixes - backward breaking for v1 indexesAaron2011-07-311-5/+369
* parseConfigFile tests added to dbtests/basictest.cppdannenberg2011-07-291-0/+20
* comment out upgradable testsEliot Horowitz2011-07-182-1/+6
* spacingEliot Horowitz2011-07-161-7/+7
* make inc6 test fasterMathias Stearn2011-07-131-6/+7
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-07-111-1/+7
|\
| * Merge branch 'master' of github.com:mongodb/mongodwight2011-07-111-0/+12
| |\
| * | smarter about pstatsdwight2011-07-111-1/+7
* | | spinlock default implementation was using rwlock which is suboptimal.Dwight2011-07-113-6/+11
| |/ |/|
* | perftest spinlockDwight2011-07-111-0/+12
|/
* upgradeable prep (no use yet) and some slight cleaning and a writelock testDwight2011-07-111-11/+58
* run a little less the testDwight2011-07-111-2/+2
* prep for some compiler hinting in the futuredwight2011-07-112-16/+26
* upgradable testdwight2011-07-111-4/+20
* some new perftestsdwight2011-07-111-1/+58
* test tweakingdwight2011-07-091-18/+14
* upgradable lock test beginningsdwight2011-07-091-2/+56
* prep for future profiling in vstudiodwight2011-07-091-21/+29
* fix false positive test failuredwight2011-07-091-7/+4
* some buildbots are slowEliot Horowitz2011-07-071-1/+1
* set keysize in v1 to 1KBDwight2011-07-051-3/+1
* compiledwight2011-07-051-2/+0
* SERVER-984 sorting of infinitydwight2011-07-051-4/+24
* SERVER-854: fixing jstest.cpp tests that use integer instead of floatagirbal2011-07-031-3/+3