summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23103 Remove some stale or resolve some trivial incomplete tagsAndrew Morrow2016-03-211-2/+0
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-041-1/+1
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+12
* SERVER-20636 Move Command::testCommandsEnabled to its own library.Max Hirschhorn2015-10-071-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-39/+33
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-0/+1
* SERVER-18866 fix dbtests to work with new global replcoordEric Milkie2015-06-121-1/+0
* SERVER-18866 decorate service context with global replcoordEric Milkie2015-06-121-2/+3
* SERVER-18244: Refactor AuthorizationManagerExternalState creationSpencer Jackson2015-05-061-5/+1
* SERVER-17817 Make AuthorizationManager a decoration on ServiceContext.Andy Schwerin2015-04-161-1/+3
* SERVER-17817 Use the mongod auth manager state manipulator in dbtest, not the...Andy Schwerin2015-04-071-2/+2
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+4
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-0/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-2/+0
* 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