summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* remove assert until SERVER-3075 is doneEliot Horowitz2011-05-181-1/+1
* scoped_spinlock and a warning in spin lock testsEliot Horowitz2011-05-181-5/+7
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-05-021-2/+0
* sanity check testEliot Horowitz2011-02-171-0/+6
* SERVER-2558 don't orphan client cursors in FindingStartCursorAaron2011-02-151-0/+4
* SERVER-2500 private map was using too much memory on windowsdwight2011-02-151-0/+4
* add ConnectionString and add a testEliot Horowitz2011-02-141-0/+17
* try to make test more forgivingdwight2011-02-051-3/+10
* some tests for getFieldDottedEliot Horowitz2011-01-171-0/+15
* dur enable paranoid mode for dbtests. only on for _DEBUG for nowdwight2011-01-152-2/+11
* add a couple commitIfNeeded calls to unit test. probably not important but mi...dwight2011-01-151-0/+3
* FileAllocator cleaningEliot Horowitz2011-01-092-2/+2
* test faster/lessdwight2011-01-081-3/+3
* work on 32 bit with --dur. in that situation how much we can map is fairly lowdwight2011-01-081-1/+5
* remove _TESTINTENTdwight2011-01-083-3/+16
* tiny bit more of a concurrency testDwight2011-01-061-2/+33
* astyleMathias Stearn2011-01-051-3/+3
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-01-051-14/+14
|\
| * mergedwight2011-01-051-2/+2
| * astyleEliot Horowitz2011-01-051-16/+16
| * using more threads the test fails on widnowsdwight2011-01-041-1/+1
* | less chattyDwight2011-01-051-2/+0
|/
* shorter run for debug buildsDwight2011-01-041-1/+1
* add a mongomutextestDwight2011-01-041-2/+67
* renameDwight2011-01-041-3/+3
* just name changes to make things more explicit and clear hopefullyDwight2011-01-041-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-0432-1654/+1672
* don't allow empty collection names SERVER-2314Eliot Horowitz2010-12-301-0/+10
* findbypath for MongoFileDwight2010-12-303-0/+11
* fix extent search in old files SERVER-2310Eliot Horowitz2010-12-301-0/+46
* fix mmap unit test to avoid warning log messagesDwight2010-12-301-2/+4
* enableDurability() is now a static member called autmatically by dur::startup()Mathias Stearn2010-12-291-2/+1
* put btreeperf test in gitAaron2010-12-281-0/+439
* Add support for making NamespaceDetails::Extra writes durable and use this du...Aaron2010-12-282-5/+5
* compile vcxproj msvcDwight2010-12-282-0/+4
* compiledwight2010-12-271-3/+3
* dur statsdwight2010-12-271-0/+1
* crlfdwight2010-12-261-1/+1
* dur speed researchdwight2010-12-261-1/+1
* largefiles option for dbtestsdwight2010-12-261-0/+7
* no assert on performance for nowdwight2010-12-261-4/+2
* dont do too much in perf test if 32 bit builddwight2010-12-261-2/+10
* dur towards statsdwight2010-12-261-2/+9
* add a testdwight2010-12-261-0/+18
* perftest batch size was a bit too big with _DEBUGdwight2010-12-261-2/+3
* fix test compileEliot Horowitz2010-12-251-1/+1
* some Matcher speed test harnessingEliot Horowitz2010-12-251-1/+27
* move some extent methods into Extent classEliot Horowitz2010-12-241-8/+2
* fix follow up extent sizing when an int overflow SERVER-2287Eliot Horowitz2010-12-241-0/+32
* minor testsdwight2010-12-221-5/+3