diff options
author | Cheahuychou Mao <cheahuychou.mao@mongodb.com> | 2019-12-20 03:06:46 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-20 03:06:46 +0000 |
commit | f3595d8e69c0b76a8bbe18f319e6e0c8f861072e (patch) | |
tree | fb06d75c7cb83956883280603e82e81f9a79bad3 /jstests/sharding/warm_up_connection_pool.js | |
parent | 765f23ca79026f6b69232fbbd27dc7dcca3ecd7a (diff) | |
download | mongo-f3595d8e69c0b76a8bbe18f319e6e0c8f861072e.tar.gz |
SERVER-44917 Add ShardingTest hook to validate indexes are consistent across shards on shutdown
Diffstat (limited to 'jstests/sharding/warm_up_connection_pool.js')
-rw-r--r-- | jstests/sharding/warm_up_connection_pool.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jstests/sharding/warm_up_connection_pool.js b/jstests/sharding/warm_up_connection_pool.js index dc3f67f6940..ff034bd5523 100644 --- a/jstests/sharding/warm_up_connection_pool.js +++ b/jstests/sharding/warm_up_connection_pool.js @@ -2,8 +2,10 @@ * @tags: [requires_fcv_44, multiversion_incompatible] */ -// Checking UUID consistency involves talking to a shard node, which in this test is shutdown +// Checking UUID and index consistency involves talking to a shard node, which in this +// test is shutdown. TestData.skipCheckingUUIDsConsistentAcrossCluster = true; +TestData.skipCheckingIndexesConsistentAcrossCluster = true; (function() { 'use strict'; |