summaryrefslogtreecommitdiff
path: root/jstests/ssl/mixed_mode_sharded.js
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/ssl/mixed_mode_sharded.js
parentc9bc429c104c17a6ab8d971245b9b9a39636ef27 (diff)
downloadmongo-00b93fd8f7ce1cb74ff25c1f20f7e548a14f6976.tar.gz
SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6
Diffstat (limited to 'jstests/ssl/mixed_mode_sharded.js')
-rw-r--r--jstests/ssl/mixed_mode_sharded.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/jstests/ssl/mixed_mode_sharded.js b/jstests/ssl/mixed_mode_sharded.js
index cdebc285a9a..40271d2d2d3 100644
--- a/jstests/ssl/mixed_mode_sharded.js
+++ b/jstests/ssl/mixed_mode_sharded.js
@@ -4,6 +4,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 requireSSL/requireSSL cluster ===");
mixedShardTest(requireSSL, requireSSL, true);