summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Osta <luis.osta@mongodb.com>2021-11-04 14:45:55 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-04 15:16:54 +0000
commit8b6adafc35d1f7f02174ec2534db245c5a0cc95d (patch)
treebaa16461949514b882b4b4d16f65b69e5ffd100f
parent83e44b2e775ab8ffeeadf711f709a7fe1b3199b9 (diff)
downloadmongo-8b6adafc35d1f7f02174ec2534db245c5a0cc95d.tar.gz
SERVER-58343 Re-enable 'reshard_collection_failover_shutdown_basic.js' test
-rw-r--r--jstests/sharding/reshard_collection_failover_shutdown_basic.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jstests/sharding/reshard_collection_failover_shutdown_basic.js b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
index 46e0159bf67..b94d683252d 100644
--- a/jstests/sharding/reshard_collection_failover_shutdown_basic.js
+++ b/jstests/sharding/reshard_collection_failover_shutdown_basic.js
@@ -1,12 +1,12 @@
/**
* 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__,
- * requires_fcv_49,
* uses_atclustertime,
+ * multiversion_incompatible,
+ * requires_persistence,
* ]
*/
(function() {