summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbtests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16764 Make ReplicationCoordinator file names match the type namesSpencer T Brody2015-01-121-2/+2
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-6/+53
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-2/+3
* SERVER-15210 SERVER-15211 remove OID undefined behavior and make it endian awareAdam Midvidy2014-09-191-1/+1
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-1/+3
* SERVER-14069 move killCurrentOp impl into the only place that calls itHari Khalsa2014-06-061-0/+3
* SERVER-14135 Initial skeleton of ReplicationCoordinator interfaceSpencer T Brody2014-06-061-0/+3
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10808 add __gcov_flush() call on exitMike Grundy2013-10-031-0/+2
* SERVER-8510 Use new option parser in test framework and move parsing into MON...Shaun Verch2013-09-051-1/+7
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-1/+1
* Set up globalAuthorizationManager for the unit tests that need itSpencer T Brody2013-06-031-0/+4
* SERVER-5099 Convert Unicode text on Windows command line for test.exeTad Marshall2013-03-151-2/+21
* SERVER-6715 Add unhandled exception filter to test.exeTad Marshall2012-12-131-0/+2
* enable test commands in dbtestsEric Milkie2012-12-121-0/+2
* Call runGlobalInitializersOrDie() at the top of the main() functions in mongo...Andy Schwerin2012-09-261-1/+3
* Use _exit rather than returning from main in mongos, mongod, mongo shellAndy Schwerin2012-05-211-1/+1
* pare down pch.h some moreEric Milkie2012-04-051-1/+0
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* Split mongo/dbtests/framework into a general unit test framework and a dbtest...Andy Schwerin2012-04-031-3/+5
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+29