summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-15567 Add test confirming streaming into FAIL() macro.Andy Schwerin2014-10-271-0/+1
* SERVER-15707 Fix C++11'ism and a long lineAndrew Morrow2014-10-271-1/+2
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-272-13/+35
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-142-0/+4
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-094-167/+119
* SERVER-15147 move Date_t and OpTime ostreaming to unittestmatt dannenberg2014-09-054-1/+99
* SERVER-14925 Shutdown command should exit cleanlyMathias Stearn2014-08-201-1/+5
* SERVER-14825 Add utility methods to C++ unit tests for capturing and examinin...Andy Schwerin2014-08-072-2/+70
* SERVER-10431 Split synchronous signal handlers into new library; use them in ...Andy Schwerin2014-08-062-4/+7
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+3
* SERVER-14653 Allow streaming into ASSERT_TRUE and ASSERT_FALSE.Andy Schwerin2014-07-223-37/+99
* SERVER-14533 Break the foundation-lasterror-network circular dependence in bu...Andy Schwerin2014-07-141-6/+0