summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58069 ASSERT_THAT: a matcher-based assert for unit testsBilly Donahue2021-08-121-17/+16
* SERVER-53135: Make tassert only abort when TestingProctor is enabledTyler Seip2020-12-171-12/+2
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+1
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-251-1/+0
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+1
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-2/+12
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-1/+1
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-49074 make pcrecpp LIBDEPS_PRIVATE to unittestBilly Donahue2020-07-141-1/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+1
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-11/+1
* SERVER-46618 Fix unittest logging to BSONMark Benvenuto2020-03-091-4/+0
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-0/+16
* 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