summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2018-01-17 17:17:48 -0500
committerMaria van Keulen <maria@mongodb.com>2018-02-01 18:18:32 -0500
commit00b93fd8f7ce1cb74ff25c1f20f7e548a14f6976 (patch)
tree5a500731cf56896114b7be4e12e46888775b1541 /jstests/sslSpecial
parentc9bc429c104c17a6ab8d971245b9b9a39636ef27 (diff)
downloadmongo-00b93fd8f7ce1cb74ff25c1f20f7e548a14f6976.tar.gz
SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6
Diffstat (limited to 'jstests/sslSpecial')
-rw-r--r--jstests/sslSpecial/mixed_mode_sharded_nossl.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/jstests/sslSpecial/mixed_mode_sharded_nossl.js b/jstests/sslSpecial/mixed_mode_sharded_nossl.js
index bbe002a2a04..78e48c2098c 100644
--- a/jstests/sslSpecial/mixed_mode_sharded_nossl.js
+++ b/jstests/sslSpecial/mixed_mode_sharded_nossl.js
@@ -5,6 +5,12 @@
load("jstests/ssl/libs/ssl_helpers.js");
+// Due to mixed SSL mode settings, a shard will be unable to establish an outgoing
+// connection to the config server in order to load relevant collection UUIDs into
+// its config.cache.collections collection. The consistency check verifies the
+// shard's config.cache.collections UUIDs, so it may fail.
+TestData.skipCheckingUUIDsConsistentAcrossCluster = true;
+
print("=== Testing disabled cluster ===");
mixedShardTest(disabled, disabled, true);