Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-51078 no need for checkForInterrupt in waitWhileFailPointEnabled | Gabriel Russell | 2021-01-29 | 1 | -5/+4 |
| | |||||
* | SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only. | Ruoxin Xu | 2020-03-19 | 1 | -2/+3 |
| | |||||
* | SERVER-43317 merge failpoint headers. Rewrite docs. | Billy Donahue | 2019-10-03 | 1 | -2/+2 |
| | | | | iterate docs | ||||
* | SERVER-43119 FailPoint cleanup | Billy Donahue | 2019-09-10 | 1 | -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 codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -1/+1 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -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 Mani | 2019-02-06 | 1 | -0/+7 |
| | |||||
* | SERVER-38191 Enforce restriction on namespace for failpoints in write_ops | Nick Zolnierz | 2019-01-14 | 1 | -1/+2 |
| | | | | This reverts commit d19bd0c883a338e4f443399c928700381c682e32. | ||||
* | Revert "SERVER-38191 Enforce restriction on namespace for failpoints in ↵ | Nick Zolnierz | 2019-01-11 | 1 | -2/+1 |
| | | | | | | write_ops" This reverts commit 587ad0e175cb501e378f4aeaf37199dbb28dd011. | ||||
* | SERVER-38191 Enforce restriction on namespace for failpoints in write_ops | Nick Zolnierz | 2019-01-11 | 1 | -1/+2 |
| | |||||
* | SERVER-37231 add test for $out and maxTimeMS | Ian Boros | 2018-11-12 | 1 | -1/+2 |
| | |||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -21/+23 |
| | |||||
* | SERVER-34515 fix invariant failure caused by js interruption in group command | Ian Boros | 2018-05-15 | 1 | -0/+6 |
| | |||||
* | SERVER-33462 allow killOp on local mongos operations | Ian Boros | 2018-03-27 | 1 | -0/+51 |