summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-185-3/+186
* SERVER-23750: unit test cleanupScott Hernandez2016-06-302-13/+23
* SERVER-23103 Remove the unit test crutchAndrew Morrow2016-06-162-59/+0
* SERVER-23103 Refactor access to haveLocalShardingInfoAndrew Morrow2016-06-161-4/+0
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-5/+0
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-012-1/+18
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-286-56/+55
* SERVER-23757 Clear signal mask when starting unit testsJonathan Reams2016-04-161-0/+1
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+13
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-272-0/+12