summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35203 Add verbose option to unittestsJonathan Abrahams2018-08-221-1/+18
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-273-0/+5
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-1/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-222-3/+0
* SERVER-35600 Add support for targeting watchosAndrew Morrow2018-06-141-2/+2
* SERVER-35284 Construct unit test fixtures only in the child process in C++ de...Andy Schwerin2018-05-302-6/+9
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-30/+44
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-024-27/+4
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-272-3/+7
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-2/+2
* SERVER-33621 fix lintRobert Guo2018-03-291-0/+1
* SERVER-33621 Warn if benchmark is not compiled with --opt=onRobert Guo2018-03-291-0/+8
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-264-3/+28
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-212-6/+6
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-5/+1
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-093-3/+12
* SERVER-33643 call initializeSystemInfo directly as a temporary workaroundRobert Guo2018-03-071-0/+1
* SERVER-33628 Handle a mongo/unittest TODO c++11Billy Donahue2018-03-052-79/+98
* SERVER-33203 add benchmark canary testsRobert Guo2018-03-023-53/+170
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-022-0/+5
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-154-2/+22
* SERVER-33200 add entry point for Benchmark testsRobert Guo2018-02-143-3/+61
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-312-3/+7
* SERVER-32785 integrate Google Benchmark with SConsRobert Guo2018-01-272-0/+60
* SERVER-32070 remove stdx::bind (final patch)Billy Donahue2018-01-161-15/+9
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-083-6/+30
* SERVER-32244 Better logging when a DBException escapes from a unittestMathias Stearn2018-01-041-0/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-061-6/+6
* SERVER-31184 Make EnsureFCV a separate test utilitysamantharitter2017-10-101-0/+56
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-182-0/+5
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-0/+2
* SERVER-30235 Improve failure messages from ASSERT_THROWS_CODE and friendsMathias Stearn2017-07-262-41/+31
* SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2017-07-212-4/+60
* SERVER-29689 Use quickExit() in integration test main()Mathias Stearn2017-06-191-1/+1
* SERVER-29360 Add operator<< to Date_t classTed Tuckman2017-06-072-7/+0
* SERVER-28960 Fix lint.Max Hirschhorn2017-05-251-1/+1
* SERVER-28960 Avoid creating core dumps during DEATH_TESTs.Max Hirschhorn2017-05-251-0/+8
* SERVER-28624 Further reduce dependency on ReplicationExecutor type.Andy Schwerin2017-04-062-3/+3
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-4/+4
* SERVER-19249 Stringify arguments in ASSERT_BSON* before they are macro-expandedMathias Stearn2017-02-221-14/+14
* SERVER-28004 Add build system support for iOS-related Darwin variantsAndrew Morrow2017-02-151-1/+8
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto2016-12-222-4/+2
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-1/+0
* SERVER-26707 Always call tearDown after unittests endJudah Schvimer2016-10-211-6/+28
* SERVER-25662: add diagnostics string to thread pool executorScott Hernandez2016-10-142-2/+2
* SERVER-25662: Print TestAssertionFailureException before throwing in unit tests.Scott Hernandez2016-09-191-0/+1
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-023-0/+79
* Revert "SERVER-25788 Accept command line arguments in unit tests"Eric Milkie2016-08-262-58/+4
* SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2016-08-252-4/+58