summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2020-08-28 15:15:25 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-10 04:55:36 +0000
commit09ba65f42992265215eb1f9ba123b2dcffdaf860 (patch)
treefc7ef6e13b4acd62b9f73c7f82be60ab3e0917b7
parent74c76f296cfe3e6c2943d248bec49c84c0ea5b96 (diff)
downloadmongo-09ba65f42992265215eb1f9ba123b2dcffdaf860.tar.gz
SERVER-50622 Add logging for 'mr_killop_test_fp' failpoint
-rw-r--r--src/mongo/scripting/engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/scripting/engine.cpp b/src/mongo/scripting/engine.cpp
index d941e9834af..42ccc5f7154 100644
--- a/src/mongo/scripting/engine.cpp
+++ b/src/mongo/scripting/engine.cpp
@@ -249,6 +249,7 @@ void Scope::loadStored(OperationContext* opCtx, bool ignoreNotConnected) {
v.type() != BSONType::CodeWScope);
if (MONGO_unlikely(mr_killop_test_fp.shouldFail())) {
+ LOGV2(5062200, "Pausing mr_killop_test_fp for system.js entry", "entryName"_attr = n);
/* This thread sleep makes the interrupts in the test come in at a time
* where the js misses the interrupt and throw an exception instead of