summaryrefslogtreecommitdiff
path: root/src/mongo/unittest
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ...HEADmasterauto-revert-processor2023-05-181-2/+1
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the clas...Kaloian Manassiev2023-05-171-1/+2
* SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto2023-05-171-3/+1
* SERVER-48898 replace util/concepts.h with real conceptsBilly Donahue2023-05-131-11/+12
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-112-0/+3
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-143-9/+18
* SERVER-74655 Add ASSERT_BSONOBJ_EQ_AUTO auto-updating assertionDavis Haupt2023-03-076-12/+89
* SERVER-74294 fix auto-updating string assertion when string does not end in a...Davis Haupt2023-02-232-7/+31
* SERVER-73993 Add flag to enable re-generation of auto-update assertionsDavis Haupt2023-02-225-16/+37
* SERVER-71737 Move boost optional requirement lint to clang-tidyJuan Gu2023-02-181-5/+5
* SERVER-74093 move auto-updating macros to the unittest libraryDavis Haupt2023-02-178-8/+479
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-16/+38
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+1
* SERVER-72521 Add sorted_data_interface benchmarksGeert Bosch2023-02-021-1/+1
* SERVER-71906 move asio-related transport files to their own directoryMatt Diener2023-01-241-1/+1
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-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-72390 Add CodeFragment parameter and variable testsAnna Wawrzyniak2023-01-122-1/+22
* SERVER-71906 rename TransportLayerASIO to AsioTransportLayerMatt Diener2022-12-211-1/+1
* SERVER-71004 [CQF] Extend the usability of the auto-update macroSvilen Mihaylov2022-12-014-1/+21
* SERVER-70048 Improve developer experience with golden testsMilena Ivanova2022-11-242-1/+10
* SERVER-70492 Enable verbose command line argument for benchmarksTrevor Guidry2022-11-223-3/+80
* SERVER-71330 Golden test framework should produce empty expected output filesAnna Wawrzyniak2022-11-151-3/+5
* Revert "SERVER-71237 Do not print full expected output when golden test file ...Nicholas Zolnierz2022-11-141-2/+3
* SERVER-71237 Do not print full expected output when golden test file does not...Nicholas Zolnierz2022-11-111-3/+2
* SERVER-70844 Add stable printing of sbe vm::CodeFragmentAnna Wawrzyniak2022-11-082-0/+19
* SERVER-36785 ASSERT pretty-print tuplelike types (and therefore maps)Billy Donahue2022-10-312-1/+51
* SERVER-70705 fix argv0 for DEATH_TEST exec callBilly Donahue2022-10-311-0/+48
* SERVER-70815 unittest unify string formatting, support enumsBilly Donahue2022-10-2614-1120/+1226
* SERVER-70086 remove extraneous include of boost/optional/optional_io.hppBilly Donahue2022-09-291-1/+0
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-202-2/+2
* SERVER-68830 did some tidy clang fixesJuan Gu2022-08-192-2/+0
* SERVER-67415 Create golden-data JS suitesDavid Percy2022-08-178-374/+614
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-294-18/+56
* SERVER-66760 Add ASSERT_DOES_NOT_THROW to unittest assertionsLeonardo Menti2022-07-121-0/+15
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-074-10/+13
* SERVER-66061 Remove redundant projection in COLUMN_SCAN plansCharlie Swanson2022-07-061-2/+2
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-276-20/+18
* SERVER-38689 TempDirs inside DEATH_TESTs don't get cleaned upVojislav Stojkovic2022-06-177-58/+47
* SERVER-60440 Upgrade boost to 1.79.0Andrew Morrow2022-05-261-0/+1
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-8/+8
* Revert "SERVER-65347 Add testing to ensure that generated ninja files are det...Richard Samuels2022-05-101-20/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-069-9/+24
* SERVER-65347 Add testing to ensure that generated ninja files are deterministicRichard Samuels2022-05-021-5/+20
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-4/+5
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-0/+6
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-206-123/+283
* Revert "SERVER-61860 exec in most DEATH_TESTs"auto-revert-processor2022-03-176-286/+123
* SERVER-61860 exec in most DEATH_TESTsBilly Donahue2022-03-166-123/+286