diff options
author | William Schultz <william.schultz@mongodb.com> | 2020-07-24 11:55:02 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-24 16:44:12 +0000 |
commit | 8e2e2c70d741ec2fded145ccf455d6924b7fe289 (patch) | |
tree | e865932ad6e55052afd187030691a09ecbe35559 /jstests/noPassthrough/indexbg_killop_stepdown.js | |
parent | b4b35f9cc69412611a198642333bf40daa5ba58c (diff) | |
download | mongo-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.js | 3 |
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: [ {}, |