summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/unittest.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73993 Add flag to enable re-generation of auto-update assertionsDavis Haupt2023-02-221-4/+3
* SERVER-74093 move auto-updating macros to the unittest libraryDavis Haupt2023-02-171-1/+1
* SERVER-73026 disable log sink before detaching itBilly Donahue2023-01-201-1/+6
* SERVER-71464 individually log failed unittestsTrevor Guidry2023-01-131-2/+12
* SERVER-71004 [CQF] Extend the usability of the auto-update macroSvilen Mihaylov2022-12-011-0/+5
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-2/+3
* SERVER-66061 Remove redundant projection in COLUMN_SCAN plansCharlie Swanson2022-07-061-2/+2
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-6/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+6
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-201-2/+15
* Revert "SERVER-61860 exec in most DEATH_TESTs"auto-revert-processor2022-03-171-15/+2
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-161-2/+15
* SERVER-62735 Add unit test support for expected output in separate filesAnna Wawrzyniak2022-02-231-0/+13
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+2
* SERVER-58069 ASSERT_THAT: a matcher-based assert for unit testsBilly Donahue2021-08-121-7/+6
* SERVER-56401 emit eol in log formattersergey.galtsev2021-08-101-2/+2
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-53065 enhance terminate handler exception dumpsBilly Donahue2020-12-171-0/+10
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-3/+3
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-2/+2
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-6/+0
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-49074 make pcrecpp LIBDEPS_PRIVATE to unittestBilly Donahue2020-07-141-0/+5
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-1/+1
* SERVER-48212 only output unittest suite start/end/results if any tests were a...Kevin Pulo2020-05-181-4/+14
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-37/+3
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-63/+18
* SERVER-46801 Convert unittest library to structured logs.Billy Donahue2020-04-021-90/+98
* SERVER-46618 Fix unittest logging to BSONMark Benvenuto2020-03-091-25/+38
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-0/+79
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-4/+6
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-20/+34
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-19/+82
* SERVER-43371 StringData for unit test registrationBilly Donahue2020-01-061-6/+7
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-191-1/+1
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-7/+17
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-79/+49
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-201-2/+3
* SERVER-40802 move some expensive and commonly instantiated functions out of lineMathias Stearn2019-05-011-0/+23