summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-0/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-3/+3
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+2
* SERVER-54996 Change FailPoint::pauseWhileSetAndNotCanceled() to throw on canc...Blake Oler2021-03-171-0/+15
* SERVER-53450 refactor FailPointStress to use thread assertion monitorBilly Donahue2020-12-291-110/+49
* SERVER-48146 init-safe, shutdown-safe failpointBilly Donahue2020-12-171-0/+7
* SERVER-53059 spelling Interruptable => InterruptibleBilly Donahue2020-12-081-3/+3
* SERVER-50923 Add a way to disable all registered failpointsSpencer T Brody2020-09-151-0/+51
* SERVER-50700 Allow constructing a FailPointEnableBlock from a pointer to the ...Spencer T Brody2020-09-091-24/+38
* SERVER-48171 FailPoint wait functions accept InterruptibleBenety Goh2020-05-151-5/+6
* SERVER-48171 add missing headers to .cpp files in preparation for FailPoint A...Benety Goh2020-05-151-0/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-0/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-5/+9
* SERVER-44775 Make pauseWhileSet increment _timesEntered onceCheahuychou Mao2019-12-031-10/+27
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-251-0/+33
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+9
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-49/+25
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-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-14/+16
* SERVER-34960 Add MONGO_FAIL_POINT_BLOCK_IFJason Carey2018-05-161-0/+33
* SERVER-28436 Create a basic helper for enabling fail point in cpp testRandolph Tan2017-04-251-0/+16
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-0/+75
* SERVER-16221 SERVER-22712 Don't form invalid FailPoint::Mode valuesAndrew Morrow2016-04-151-10/+0
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-237/+222
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-4/+4
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-6/+7
* SERVER-17310 Remove use of boost::thread_group and boost::thread::interrupt f...Andy Schwerin2015-05-191-29/+39
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-4/+4
* SERVER-17006 remove racy failpoint testDan Pasette2015-01-231-4/+0
* SERVER-17006 hardcode seed in failpoint testEric Milkie2015-01-231-0/+3
* SERVER-17006 Support failpoint "random" behavior.Andy Schwerin2015-01-231-1/+87
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* Examine return value of fail point to placate clangAndrew Morrow2013-03-081-1/+1
* SERVER-7300 Race Condition in FailPoint::setModeRandolph Tan2012-10-091-1/+1
* SERVER-7290 Make it harder to misuse failpointRandolph Tan2012-10-081-13/+14
* SERVER-7265 fail_point_test failure on bbotRandolph Tan2012-10-051-10/+1
* SERVER-5175 modified tests to better print errorsRandolph Tan2012-10-041-3/+21
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-041-0/+230