SERVER-108416 Remove test exclusions after finishing 8.2 release (#44403)

GitOrigin-RevId: 71e7032f2b25aa9fcd86be9fbf6ab95044bba90c
This commit is contained in:
wolfee
2025-11-27 09:25:18 +01:00
committed by MongoDB Bot
parent f846eec952
commit 4621746820
4 changed files with 6 additions and 10 deletions

View File

@@ -2,7 +2,9 @@
* Test to ensure that fcv change and add shard are mutually exclusive
* @tags: [
* requires_fcv_82,
* # TODO(SERVER-108416): Remove exclusion when 8.2 -> 8.3 FCV change finishes
* # Not all multiversion combination is downgradable to lastLTSFCV (eg. 8.3 binary running
* # 8.2 FCV trying to downgrade to 8.0 is invalid) and multiversion testing doesn't give any more
* # coverage for this scenario.
* multiversion_incompatible,
* ]
*/

View File

@@ -1,9 +1,7 @@
/**
* Check the removeShard interoperability with the new remove shard interface.
* @tags: [
* requires_fcv_82,
* # TODO(SERVER-108416): Remove exclusion when 8.2 -> 8.3 FCV change finishes
* multiversion_incompatible,
* requires_fcv_83,
* ]
*/

View File

@@ -1,9 +1,7 @@
/**
* Test that shardDrainingStatus works correctly.
* @tags: [
* requires_fcv_82,
* # TODO(SERVER-108416): Remove exclusion when 8.2 -> 8.3 FCV change finishes
* multiversion_incompatible,
* requires_fcv_83,
* ]
*/

View File

@@ -1,9 +1,7 @@
/**
* Test that stopShardDraining works correctly.
* @tags: [
* requires_fcv_82,
* # TODO(SERVER-108416): Remove exclusion when 8.2 -> 8.3 FCV change finishes
* multiversion_incompatible,
* requires_fcv_83,
* ]
*/