summaryrefslogtreecommitdiff
path: root/src/mongo/util/fail_point.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-55172 Add and use a fail point to wait for user cache invalidationBen Caimano2021-03-221-1/+17
* SERVER-54996 Change FailPoint::pauseWhileSetAndNotCanceled() to throw on canc...Blake Oler2021-03-171-2/+6
* SERVER-53409 refresh FailPoint readability, documentationBilly Donahue2021-01-211-214/+201
* SERVER-52903: Add an upper bound for how long a tenant migration donor can bl...Andrew Shuvalov2021-01-141-0/+20
* SERVER-48146 init-safe, shutdown-safe failpointBilly Donahue2020-12-171-116/+224
* SERVER-50923 Add a way to disable all registered failpointsSpencer T Brody2020-09-151-0/+7
* SERVER-50700 Allow constructing a FailPointEnableBlock from a pointer to the ...Spencer T Brody2020-09-091-11/+22
* SERVER-48171 consolidate implementations for FailPoint waiting functionsBenety Goh2020-05-151-5/+2
* SERVER-48171 FailPoint wait functions accept InterruptibleBenety Goh2020-05-151-10/+9
* SERVER-47343 Add/update failpoints to make cancelCommand integration tests mo...Cheahuychou Mao2020-04-071-1/+1
* SERVER-44629 Allow waitForTimesEntered with FailPointEnabledBlockBen Caimano2019-12-041-7/+32
* SERVER-44775 Make pauseWhileSet increment _timesEntered onceCheahuychou Mao2019-12-031-3/+6
* SERVER-44666 Make FailPoint::pauseWhileSet not increment _timesEnteredCheahuychou Mao2019-11-181-18/+27
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-251-4/+32
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-61/+205
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-144/+165
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-3/+3
* SERVER-37794 Introduce ability to specify interruptible failpointsKaloian Manassiev2018-10-291-6/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-34960 Add MONGO_FAIL_POINT_BLOCK_IFJason Carey2018-05-161-17/+45
* SERVER-29606 Add a 'skip' failpoint optionKaloian Manassiev2017-09-141-4/+7
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-0/+6
* SERVER-23873 Inline ScopedFailPointMathias Stearn2016-04-291-3/+13
* SERVER-23686 Handle race condition in ThreadPoolTaskExecutor shutdown logic.Andy Schwerin2016-04-151-3/+5
* SERVER-16221 SERVER-22712 Don't form invalid FailPoint::Mode valuesAndrew Morrow2016-04-151-1/+1
* SERVER-18084 Modularize chunk migration state machineKaloian Manassiev2015-07-141-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-179/+178
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-2/+3
* SERVER-17006 Support failpoint "random" behavior.Andy Schwerin2015-01-231-1/+9
* 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
* SERVER-7853 Use relaxed load when checking whether failPoint is offRandolph Tan2012-12-051-2/+1
* SERVER-7300 Race Condition in FailPoint::setModeRandolph Tan2012-10-091-0/+5
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-091-2/+12
* SERVER-7290 Make it harder to misuse failpointRandolph Tan2012-10-081-18/+26
* SERVER-7265 fail_point_test failure on bbotRandolph Tan2012-10-051-0/+7
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-041-0/+185