summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2015-1059/+1070
* SERVER-19005 Support DEATH_TEST and DEATH_TEST_FAndy Schwerin2015-06-175-8/+254
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-5/+8
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-102-12/+10
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-18347 Attach ShardedConnectionInfo as a client decorationAndrew Morrow2015-06-081-1/+3
* SERVER-18236 hang slaveOk/secondaryOk and readPreference off OpCtxAdam Midvidy2015-06-031-0/+7
* SERVER-18016 fixed race in TaskRunner unit testBenety Goh2015-05-213-0/+138
* SERVER-18016 added unit test assertion macro to check error code in exceptionBenety Goh2015-05-141-0/+9
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-9666 Push signal_handler libraries into util directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-241-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-072-5/+5
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-0/+10
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-132-9/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-8994: Boost 1.56 fixesMark Benvenuto2015-01-151-1/+1
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-152-0/+4
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-0/+12
* SERVER-16105 do not hold any locks when exiting via shutdown commandEric Milkie2014-11-121-1/+1