summaryrefslogtreecommitdiff
path: root/jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2019-12-20 03:06:46 +0000
committerevergreen <evergreen@mongodb.com>2019-12-20 03:06:46 +0000
commitf3595d8e69c0b76a8bbe18f319e6e0c8f861072e (patch)
treefb06d75c7cb83956883280603e82e81f9a79bad3 /jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js
parent765f23ca79026f6b69232fbbd27dc7dcca3ecd7a (diff)
downloadmongo-f3595d8e69c0b76a8bbe18f319e6e0c8f861072e.tar.gz
SERVER-44917 Add ShardingTest hook to validate indexes are consistent across shards on shutdown
Diffstat (limited to 'jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js')
-rw-r--r--jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js b/jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js
index 19b19c724d3..4e9ae887bdc 100644
--- a/jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js
+++ b/jstests/sharding/all_shard_and_config_hosts_brought_down_one_by_one.js
@@ -2,9 +2,10 @@
* Shuts down config server and shard replica set nodes one by one and ensures correct behaviour.
*/
-// Checking UUID consistency involves talking to the config servers, which are shut down in this
-// test.
+// Checking UUID and index consistency involves talking to the config servers, which are shut down
+// in this test.
TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
+TestData.skipCheckingIndexesConsistentAcrossCluster = true;
(function() {
'use strict';