summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllison Easton <allison.easton@mongodb.com>2022-02-24 10:38:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-24 11:08:44 +0000
commitb6c6034ea1e8ae0af6f8e30ffdd07480ef754a6b (patch)
tree29e896ac1e28acb62b40e4ee710786eb17ea4f49
parent47ec1177999045a9ebe6af6f769ec94739116388 (diff)
downloadmongo-b6c6034ea1e8ae0af6f8e30ffdd07480ef754a6b.tar.gz
SERVER-63901 Disable collection checks at the end of collection_defragmentation.js
-rw-r--r--jstests/concurrency/fsm_workloads/collection_defragmentation.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/collection_defragmentation.js b/jstests/concurrency/fsm_workloads/collection_defragmentation.js
index 868d3fa70c5..625937d2763 100644
--- a/jstests/concurrency/fsm_workloads/collection_defragmentation.js
+++ b/jstests/concurrency/fsm_workloads/collection_defragmentation.js
@@ -221,8 +221,6 @@ var $config = (function() {
for (let j = 0; j < collCount; j++) {
const fullNs = dbName + "." + collPrefix + j;
defragmentationUtil.waitForEndOfDefragmentation(mongos, fullNs);
- defragmentationUtil.checkPostDefragmentationState(
- mongos, fullNs, maxChunkSizeMB, "key");
}
}
}