diff options
author | Mihai Andrei <mihai.andrei@mongodb.com> | 2019-12-09 14:40:21 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-12-09 14:40:21 +0000 |
commit | 87b0d40910bec875410994618727928c3d9847ab (patch) | |
tree | ac569d304aae2b54c01e33743b0727d2aafd94c4 /jstests/sharding/empty_cluster_init.js | |
parent | 1f5591c7a060cc9a048462b618e2ca7c767036c3 (diff) | |
download | mongo-87b0d40910bec875410994618727928c3d9847ab.tar.gz |
SERVER-44987 Blacklist empty_cluster_init.js as multiversion_incompatible
Diffstat (limited to 'jstests/sharding/empty_cluster_init.js')
-rw-r--r-- | jstests/sharding/empty_cluster_init.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/sharding/empty_cluster_init.js b/jstests/sharding/empty_cluster_init.js index 65b1ebeee63..6a67d8abfee 100644 --- a/jstests/sharding/empty_cluster_init.js +++ b/jstests/sharding/empty_cluster_init.js @@ -3,6 +3,10 @@ // Starts a bunch of mongoses in parallel, and ensures that there's only a single config // version initialization. // +// This test manually starts routers with the latest binary which can't connect to config server +// nodes using the last-stable binary because their wire versions are incompatible. +// @tags: [multiversion_incompatible] +// var configRS = new ReplSetTest({name: "configRS", nodes: 3, useHostName: true}); configRS.startSet({configsvr: '', journal: "", storageEngine: 'wiredTiger'}); |