summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-14/+0
* SERVER-18029 extended Reporter to support keep alive and downconversion for p...Benety Goh2016-03-103-0/+200
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-1/+1
* SERVER-21436 NetworkInterfaceThreadPool for shardingJason Carey2015-11-171-1/+3
* SERVER-7244 added tests for rolling back index creation and operations with n...Benety Goh2015-09-222-0/+17
* SERVER-19769 Use std::function to back stdx::function on windowsAndrew Morrow2015-08-311-7/+6
* SERVER-19449 implement C++ scaffolding for C++ integration testsAdam Midvidy2015-08-113-0/+182
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-213-12/+0
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-3/+3
* SERVER-19127 Fix race condition in unittest log line capturing.Andy Schwerin2015-06-252-4/+30