summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop_failpoint_helpers.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
|
* SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabledGabriel Russell2021-01-291-3/+1
|
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-7/+7
|
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-30/+32
| | | | | | | | | | | - 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-1/+8
|
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-141-2/+9
| | | | This reverts commit d19bd0c883a338e4f443399c928700381c682e32.
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in ↵Nick Zolnierz2019-01-111-9/+2
| | | | | | write_ops" This reverts commit 587ad0e175cb501e378f4aeaf37199dbb28dd011.
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-111-2/+9
|
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-4/+3
|
* SERVER-37231 add test for $out and maxTimeMSIan Boros2018-11-121-6/+7
|
* 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-7/+2
|
* SERVER-33462 allow killOp on local mongos operationsIan Boros2018-03-271-0/+78