summaryrefslogtreecommitdiff
path: root/jstests/fail_point
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2018-12-20 11:39:44 -0500
committerSpencer Jackson <spencer.jackson@mongodb.com>2019-03-28 19:34:56 -0400
commit7e72333c2a840fbafd028e0f9614874e776bc40c (patch)
tree1068b926adede39568aaf5a70e840c50126d22e0 /jstests/fail_point
parent0fe17ec2e1aed45ca280afb8da06cb178219d261 (diff)
downloadmongo-7e72333c2a840fbafd028e0f9614874e776bc40c.tar.gz
SERVER-38556 Handle transaction events in RoleGraph update
Diffstat (limited to 'jstests/fail_point')
-rw-r--r--jstests/fail_point/set_failpoint_through_set_parameter.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/fail_point/set_failpoint_through_set_parameter.js b/jstests/fail_point/set_failpoint_through_set_parameter.js
index 97bb7a304b9..df25309c2b6 100644
--- a/jstests/fail_point/set_failpoint_through_set_parameter.js
+++ b/jstests/fail_point/set_failpoint_through_set_parameter.js
@@ -109,6 +109,7 @@
// with enableTestCommands=1.
jsTest.setOption('enableTestCommands', false);
+ TestData.roleGraphInvalidationIsFatal = false;
mongod = MongoRunner.runMongod();
assertStartupSucceeds(mongod);