summaryrefslogtreecommitdiff
path: root/jstests/disk
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2021-08-05 16:05:04 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-05 20:32:19 +0000
commite1713a2c279844bd4db874846d0eb5f80c9258ff (patch)
tree15f2aa5ef231fcce1efbc6e22488de26becdda7a /jstests/disk
parent60e0443449d43bd027e482583ff414a963aa01c5 (diff)
downloadmongo-e1713a2c279844bd4db874846d0eb5f80c9258ff.tar.gz
SERVER-49862 Clarify usages of `skipEnforceFastCountOnValidate`
Diffstat (limited to 'jstests/disk')
-rw-r--r--jstests/disk/repair_invalidates_replica_set_config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/disk/repair_invalidates_replica_set_config.js b/jstests/disk/repair_invalidates_replica_set_config.js
index e806722a140..b8719a794cc 100644
--- a/jstests/disk/repair_invalidates_replica_set_config.js
+++ b/jstests/disk/repair_invalidates_replica_set_config.js
@@ -9,7 +9,7 @@
load('jstests/disk/libs/wt_file_helper.js');
-// TODO (SERVER-49862): Re-enable fast count validation if possible.
+// This test triggers an unclean shutdown (an fassert), which may cause inaccurate fast counts.
TestData.skipEnforceFastCountOnValidate = true;
const dbName = "repair_invalidates_replica_set_config";