summaryrefslogtreecommitdiff
path: root/src/mongo/util/assert_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54031 Include .py and .idl files in the errorcodes.py scanBilly Donahue2021-03-061-1/+1
* SERVER-53135: Make tassert only abort when TestingProctor is enabledTyler Seip2020-12-171-37/+6
* SERVER-50684 rename,cleanup internalAssert->iassertBilly Donahue2020-11-201-4/+4
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-0/+92
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-11/+11
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-13/+16
* SERVER-48922 Create internal assertion macroAmirsaman Memaripour2020-06-241-0/+39
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47070 fixing recursion in util_testGabriel Russell2020-03-241-40/+0
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-2/+2
* SERVER-40358 Add assertion helpers like 'StatusOKWithContext' to all macrosEric Cox2019-12-131-0/+57
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+8
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-201-15/+15
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-15/+15
* SERVER-34364 add test coverage for dassert macror3.7.9Benety Goh2018-04-261-1/+26
* SERVER-34364 remove invariantOK and dassertOKBenety Goh2018-04-261-4/+0
* SERVER-34364 add Status and StatusWith support to invariant()Benety Goh2018-04-231-0/+42
* SERVER-24635 remove fassertStatusOKBenety Goh2018-03-081-10/+0
* SERVER-33659 add fassertNoTrace overload that accepts StatusWithBenety Goh2018-03-061-0/+16
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+59
* SERVER-32369 evaluate invariant message before passing to invariantFailedWith...Benety Goh2017-12-261-0/+25
* SERVER-31622 Support catching DBException by code or categoryMathias Stearn2017-11-021-1/+111
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-08-171-17/+0
* SERVER-24523 Include file and line numbers in assertionsAndreas Nilsson2016-07-111-0/+130