summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/indexbg_killop_stepdown.js
diff options
context:
space:
mode:
authorWilliam Schultz <william.schultz@mongodb.com>2020-07-24 11:55:02 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-24 16:44:12 +0000
commit8e2e2c70d741ec2fded145ccf455d6924b7fe289 (patch)
treee865932ad6e55052afd187030691a09ecbe35559 /jstests/noPassthrough/indexbg_killop_stepdown.js
parentb4b35f9cc69412611a198642333bf40daa5ba58c (diff)
downloadmongo-8e2e2c70d741ec2fded145ccf455d6924b7fe289.tar.gz
SERVER-49416 Don't override the TestData.allowUncleanShutdowns parameter when doing an unclean shutdown in the shell
Diffstat (limited to 'jstests/noPassthrough/indexbg_killop_stepdown.js')
-rw-r--r--jstests/noPassthrough/indexbg_killop_stepdown.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/noPassthrough/indexbg_killop_stepdown.js b/jstests/noPassthrough/indexbg_killop_stepdown.js
index 9f1971f167a..699bc952be0 100644
--- a/jstests/noPassthrough/indexbg_killop_stepdown.js
+++ b/jstests/noPassthrough/indexbg_killop_stepdown.js
@@ -10,6 +10,9 @@
load("jstests/libs/fail_point_util.js");
load('jstests/noPassthrough/libs/index_build.js');
+// This test triggers an unclean shutdown (an fassert), which may cause inaccurate fast counts.
+TestData.skipEnforceFastCountOnValidate = true;
+
const rst = new ReplSetTest({
nodes: [
{},