summaryrefslogtreecommitdiff
path: root/jstests/sharding/count_config_servers.js
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2020-02-06 10:50:21 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-10 19:42:41 +0000
commit55005a1d4a228174e03862a096029457ca5a7e7c (patch)
tree3855c247bca216280008ff12735ed358eb36b39d /jstests/sharding/count_config_servers.js
parent3ec37826afdf559ee038b83db7a3da9757bdf366 (diff)
downloadmongo-55005a1d4a228174e03862a096029457ca5a7e7c.tar.gz
SERVER-42191 Add a new test hook that checks that all orphaned documents are eventually deleted
Diffstat (limited to 'jstests/sharding/count_config_servers.js')
-rw-r--r--jstests/sharding/count_config_servers.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/count_config_servers.js b/jstests/sharding/count_config_servers.js
index 4d358191c59..ded75607cd0 100644
--- a/jstests/sharding/count_config_servers.js
+++ b/jstests/sharding/count_config_servers.js
@@ -7,6 +7,7 @@
// shuts down 2 out of the 3 config servers. Therefore, we cannot do the check on this test.
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
TestData.skipCheckingIndexesConsistentAcrossCluster = true;
+TestData.skipCheckOrphans = true;
(function() {
"use strict";