summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-0/+15
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-2/+2
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-9/+6
* SERVER-43371 StringData for unit test registrationBilly Donahue2020-01-061-12/+21
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-7/+19
* SERVER-43418 ASSERT macro repairsBilly Donahue2019-10-021-60/+83
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-255/+250
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-6/+6
* SERVER-42667 Make `ASSERT_THROWS` only catch exceptions from the expression.ADAM David Alan Martin2019-08-071-23/+28
* SERVER-41626 Fix lint.ADAM David Alan Martin2019-06-131-19/+25
* SERVER-41626 Correct use of illegal names in macros for unittestsADAM David Alan Martin2019-06-131-11/+11
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-111-5/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41047 errnoWithDescription only check __ANDROID_API__ if it's definedKevin Pulo2019-05-291-0/+12
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-05-141-0/+5
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-011-20/+114
* SERVER-40634 Emulation of C++20 requires-clauses for C++17Mathias Stearn2019-05-011-0/+29
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-04-241-5/+0
* SERVER-4999 Normalize all hostnames to lowercaseA. Jesse Jiryu Davis2019-04-241-0/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-4/+8
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-1/+17
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39000 Fix Unittest Framework initialization.ADAM David Alan Martin2019-01-251-10/+10
* SERVER-37245 Use the SessionCatalog to track sessions on MongoSKaloian Manassiev2018-11-191-8/+18
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-16/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-1/+31
* SERVER-33758 Make mongo::logger classes use more unique_ptrsBen Caimano2018-03-211-1/+1
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-1/+1
* SERVER-33628 Handle a mongo/unittest TODO c++11Billy Donahue2018-03-051-48/+82
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-151-0/+2
* SERVER-32070 remove stdx::bind (final patch)Billy Donahue2018-01-161-15/+9
* SERVER-6024 add stacktrace to unittestsKevin Albertson2018-01-081-0/+5
* SERVER-30235 Improve failure messages from ASSERT_THROWS_CODE and friendsMathias Stearn2017-07-261-33/+26
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-4/+4
* SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto2016-12-221-3/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-0/+1
* SERVER-23750: unit test cleanupScott Hernandez2016-06-301-13/+20
* SERVER-24273 moved writeOpsToOplog to repl storage interfaceBenety Goh2016-06-011-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-20/+18
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+13
* SERVER-23010: general cleanup and test fixture changesScott Hernandez2016-03-271-0/+5
* SERVER-7244 added tests for rolling back index creation and operations with n...Benety Goh2015-09-221-0/+5
* SERVER-19769 Use std::function to back stdx::function on windowsAndrew Morrow2015-08-311-7/+6
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-211-6/+0
* SERVER-19127 Fix race condition in unittest log line capturing.Andy Schwerin2015-06-251-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-361/+377
* SERVER-19005 Support DEATH_TEST and DEATH_TEST_FAndy Schwerin2015-06-171-5/+6
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-5/+8