summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Osta <luis.osta@mongodb.com>2021-11-03 13:39:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-03 14:42:17 +0000
commitb8b12b7df9474c17e1e3a135b9d46a595f8544e7 (patch)
tree10463682440b108d5c8ee1aa353c044de43ce0fc
parentaebaaf20a7dea071770976aed8533f011c722b8c (diff)
downloadmongo-b8b12b7df9474c17e1e3a135b9d46a595f8544e7.tar.gz
SERVER-58343 Re-enable 'reshard_collection_failover_shutdown_basic.js' test
-rw-r--r--jstests/sharding/reshard_collection_failover_shutdown_basic.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/sharding/reshard_collection_failover_shutdown_basic.js b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
index cea2a74a514..067dae3d2bc 100644
--- a/jstests/sharding/reshard_collection_failover_shutdown_basic.js
+++ b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
@@ -1,11 +1,11 @@
/**
* Tests that reshardCollection succeeds when a participant experiences a failover or clean/unclean
* restart during the operation.
- *
- * TODO SERVER-58343: re-enable this test.
+ * Multiversion testing does not support tests that kill and restart nodes. So we had to add the
+ * 'multiversion_incompatible' tag.
* @tags: [
- * __TEMPORARILY_DISABLED__,
* uses_atclustertime,
+ * multiversion_incompatible
* ]
*/
(function() {