summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70815 unittest unify string formatting, support enumsBilly Donahue2022-10-261-896/+6
* SERVER-67415 Create golden-data JS suitesDavid Percy2022-08-171-30/+1
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-9/+12
* SERVER-66760 Add ASSERT_DOES_NOT_THROW to unittest assertionsLeonardo Menti2022-07-121-0/+15
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-1/+0
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-201-0/+15
* Revert "SERVER-61860 exec in most DEATH_TESTs"auto-revert-processor2022-03-171-15/+0
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-161-0/+15
* SERVER-62735 Add unit test support for expected output in separate filesAnna Wawrzyniak2022-02-231-15/+89
* SERVER-62684 Get rid of unnecessary usages of ChunkVersion::epoch()Kaloian Manassiev2022-01-191-1/+0
* 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