summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop_failpoint_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-5/+4
|
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-2/+3
|
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-2/+2
| | | | iterate docs
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
| | | | | | | | | | | - Don't use MONGO_INITIALIZER to declare each fail point. We only need one init task in total: freeze and iterate the registry. - remove MONGO_FAIL_POINT_DECLARE macro (extern) - remove MONGO_FAIL_POINT_SHOULD_FAIL macro (FailPoint::shouldFail) - remove MONGO_FAIL_POINT_BLOCK_IF (FailPoint::executeIf) - remove MONGO_FAIL_POINT_BLOCK (FailPoint::execute) - clean up FailPointRegistry and fail_point_service implementation.
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38519 Test transactions with new stepdown sequence.Suganthi Mani2019-02-061-0/+7
|
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-141-1/+2
| | | | This reverts commit d19bd0c883a338e4f443399c928700381c682e32.
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in ↵Nick Zolnierz2019-01-111-2/+1
| | | | | | write_ops" This reverts commit 587ad0e175cb501e378f4aeaf37199dbb28dd011.
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-111-1/+2
|
* SERVER-37231 add test for $out and maxTimeMSIan Boros2018-11-121-1/+2
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-34515 fix invariant failure caused by js interruption in group commandIan Boros2018-05-151-0/+6
|
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-271-0/+51