SERVER-108416 Remove test exclusions after finishing 8.2 release (#44403)
GitOrigin-RevId: 71e7032f2b25aa9fcd86be9fbf6ab95044bba90c
This commit is contained in:
@@ -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,
|
||||
* ]
|
||||
*/
|
||||
|
||||
@@ -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,
|
||||
* ]
|
||||
*/
|
||||
|
||||
|
||||
@@ -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,
|
||||
* ]
|
||||
*/
|
||||
|
||||
|
||||
@@ -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,
|
||||
* ]
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user