summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2020-04-02 16:48:07 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-07 20:48:40 +0000
commite03fe6ff798f50382122edd469743677d401e001 (patch)
treeeb8380e5b99982137bea56ddf0c7b4e40feed256 /src/mongo/util
parent950522e1e4a478673efd5da46469635b9a15bb6a (diff)
downloadmongo-e03fe6ff798f50382122edd469743677d401e001.tar.gz
SERVER-47343 Add/update failpoints to make cancelCommand integration tests more robust
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/fail_point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/fail_point.h b/src/mongo/util/fail_point.h
index 1ed365be95a..c7a5f547b35 100644
--- a/src/mongo/util/fail_point.h
+++ b/src/mongo/util/fail_point.h
@@ -473,7 +473,7 @@ private:
class FailPointEnableBlock {
public:
explicit FailPointEnableBlock(std::string failPointName);
- FailPointEnableBlock(std::string failPointName, BSONObj cmdObj);
+ FailPointEnableBlock(std::string failPointName, BSONObj data);
~FailPointEnableBlock();
// Const access to the underlying FailPoint