summaryrefslogtreecommitdiff
path: root/dbtests/dbtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* stdafx->pchDwight2010-04-271-1/+1
* SERVER-695 add StaticObserver to more binariesAaron2010-03-151-0/+1
* move curNs to Client objectDwight2009-10-131-0/+1
* don't remove and recreate data directory for tests, just remove contentsMike Dirolf2009-09-211-1/+1
* minor: oops move includeMike Dirolf2009-09-181-4/+0
* move CLI related stuff out of dbtests and perftest and into frameworkMike Dirolf2009-09-181-92/+1
* use boost::program_options for test runnerMike Dirolf2009-09-181-44/+60
* new unit test frameworkEliot Horowitz2009-09-171-30/+5
* changed dbpath to std::stringEliot Horowitz2009-08-111-1/+1
* make dbtest shutdown cleanlyEliot Horowitz2009-08-061-0/+1
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-3/+3
* file allocator compile windows MINORAaron2009-05-281-2/+0
* make tools capable of running standalone, without a mongod instanceAaron2009-05-201-6/+1
* try to fix solaris compile MINORAaron2009-05-121-2/+2
* reset shared database after each test suite MINORAaron2009-05-121-0/+6
* compile linux MINORAaron2009-05-111-0/+4
* lock unit test dbpathAaron2009-05-111-1/+14
* add cursortestsAaron2009-05-111-0/+1
* Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per ...Aaron2009-04-281-0/+1
* Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function...Aaron Staple2009-04-271-1/+0
* use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniquenessAaron2009-04-271-0/+1
* some test refactoringEliot Horowitz2009-04-231-1/+1
* abstracted out ScriptEngine to allow for playing with other javascript enginesEliot Horowitz2009-04-231-1/+0
* use file allocator in unit testsAaron2009-04-161-0/+5
* Print compilation info in test outputAaron2009-03-311-0/+2
* Move update related tests to separate fileAaron2009-03-231-0/+1
* FieldBound workAaron2009-02-171-0/+1
* Install JNI within context of unit test framework's signal handlerAaron2009-02-031-5/+4
* Put javajstest in 'test' binary, fix fallout of starting jni in test binaryAaron2009-02-031-0/+7
* Real fixes for test failuresAaron2009-02-021-2/+2
* Disable tests until I can fix the failures tomorrowAaron2009-02-021-2/+2
* get rid of #define exit and just defined it in the mongo namespaceEliot Horowitz2009-01-251-3/+3
* Add idempotence tests for some oplog operationsAaron2009-01-231-0/+1
* Add HostByName testAaron2009-01-211-0/+1
* Fix simple match spec for encapsulating elements and numbersAaron2009-01-201-0/+1
* Matcher only reject incompatible types if not numbersAaron2009-01-201-0/+1
* Allow random seed specAaron2009-01-171-4/+12
* Add more interesting fuzz tests, move json tests into separate fileAaron2009-01-171-0/+1
* Add tests for BSON validating randomized bitstreamsAaron2009-01-161-0/+6
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-1/+1
* Indent all lines within namespaces one levelAaron2009-01-151-1/+1
* Allow compiler on Hudson to 'extern' variables in mongo namespaceAaron2009-01-141-1/+3
* Put our code in 'mongo' namespaceAaron2009-01-141-1/+1
* New tests for multi extent capped collectionsAaron2009-01-131-0/+1
* Fix tabAaron2008-12-281-1/+1
* Reinstate pairing testsAaron2008-12-281-2/+1
* Replace tab indentation with spacesAaron2008-12-281-43/+43
* Disable pairing tests until I can fix themAaron2008-12-151-1/+2
* Make object comparison recursive, with testsAaron2008-12-111-0/+1
* Added some index details testsAaron2008-12-111-1/+1