summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-14526 Introduce ASSERT_THROWS_WHAT and ASSERT_THROWS_PRED to the unitt...Andy Schwerin2014-07-142-9/+46
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+1
* SERVER-14418 Introduce unittest::assertGet, use in replication_executor_test.Andy Schwerin2014-07-021-0/+10
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-3/+3
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-4/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-107-0/+84
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-9/+9
* SERVER-10868 add --tempPath parameter to unittests and dbtestsMathias Stearn2013-11-122-2/+17
* SERVER-11637: Consolidate unittest crutches into crutch.cppShaun Verch2013-11-092-9/+25
* SERVER-11637: Move lasterror.cpp into its own library and add comment about d...Shaun Verch2013-11-092-2/+8
* SERVER-11637: Move some base files that libfoundation.a needs to link into li...Shaun Verch2013-11-091-3/+0
* SERVER-11062 fixed runtime issue with unsupported printf width specifier z on...Benety Goh2013-10-081-2/+2
* SERVER-8937 added success/failure summary at end of executionBenety Goh2013-10-041-10/+32
* SERVER-10868 Step 1: Make an RAII TempDir class for unit testsMathias Stearn2013-09-274-1/+217
* add time to unittest output and fix formattingEliot Horowitz2013-09-241-2/+12
* SERVER-10431 Add Windows unhandled exception filter to unit testsTad Marshall2013-08-061-0/+2