summaryrefslogtreecommitdiff
path: root/jstests/ssl/sni_name_advertisement.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/ssl/sni_name_advertisement.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/ssl/sni_name_advertisement.js')
-rw-r--r--jstests/ssl/sni_name_advertisement.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/ssl/sni_name_advertisement.js b/jstests/ssl/sni_name_advertisement.js
index 72c2fd90d56..d945703b4aa 100644
--- a/jstests/ssl/sni_name_advertisement.js
+++ b/jstests/ssl/sni_name_advertisement.js
@@ -6,6 +6,9 @@
'use strict';
load('jstests/ssl/libs/ssl_helpers.js');
+// Checking index consistency involves reconnecting to the mongos.
+TestData.skipCheckingIndexesConsistentAcrossCluster = true;
+
let path = "jstests/libs/";
let pemKeyFile = path + "server.pem";
let caFile = path + "ca.pem";