summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58069 ASSERT_THAT: a matcher-based assert for unit testsBilly Donahue2022-03-0810-28/+1384
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-11-092-0/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* SERVER-54801 OpMsgFuzzerFixture needs a unique dbpathBen Caimano2021-02-261-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-54412 DEATH_TEST must tolerate EINTR from getlineBilly Donahue2021-02-111-2/+8
* SERVER-53135: Make tassert only abort when TestingProctor is enabledTyler Seip2020-12-172-13/+3
* SERVER-53065 enhance terminate handler exception dumpsBilly Donahue2020-12-171-0/+10
* SERVER-40811 make initializers throwyBilly Donahue2020-12-083-34/+11
* 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-53069 Disable death tests on address and memory sanitizer variantsBen Caimano2020-11-241-1/+4
* SERVER-53035 ThreadAssertionMonitorBilly Donahue2020-11-243-0/+240
* SERVER-52699 oplog fetcher should be able to handle task executor shutdown ca...Suganthi Mani2020-11-172-0/+5
* SERVER-25822 added callback to support preventing given components from linki...Daniel Moody2020-11-121-0/+5
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-022-2/+14
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-3/+3
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-042-4/+4
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-272-4/+4
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-2/+2
* SERVER-50426 Add a delimiter indicating the end of a death test runLydia Stepanek2020-08-211-0/+4
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-184-9/+0
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-293-0/+22
* 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-143-2/+9
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-1/+1
* SERVER-47853 Add unit tests which combine diffing algorithm and application codeArun Banala2020-07-072-0/+25
* SERVER-48734: Fix db_repl_test in TSANLingzhi Deng2020-07-072-22/+22
* SERVER-48887 C++ death tests should fail on TSAN exit codeMark Benvenuto2020-07-031-1/+26
* SERVER-48546 Reduce scope of libraries injected via libbaseAndrew Morrow2020-06-251-1/+1
* SERVER-48661 Death test cannot parse tsan outputMark Benvenuto2020-06-161-2/+8
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-113-9/+9
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-053-0/+10
* 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-263-40/+4
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+1
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-152-19/+37
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-145-5/+5
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-146-113/+123
* SERVER-47483 restore loggedSeverity after LogWithSamplingTestBilly Donahue2020-04-131-0/+38
* SERVER-46801 Convert unittest library to structured logs.Billy Donahue2020-04-022-92/+99
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-1/+1
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-4/+6
* SERVER-46618 Fix unittest logging to BSONMark Benvenuto2020-03-092-29/+38
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-032-0/+95
* SERVER-46395 Add joinAsync() method to ScopedTaskExecutor::Impl.Max Hirschhorn2020-03-022-0/+5
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-282-18/+25
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-272-1/+68