Compare commits

...

3 Commits

4 changed files with 7 additions and 0 deletions

View File

@ -23,8 +23,10 @@ selector:
# Transactions are aborted upon fcv upgrade or downgrade.
- uses_transactions
# Exclude tests that require a specific fcv.
# Once SERVER-81054 is complete this is no longer needed.
- requires_fcv_71
- requires_fcv_72
- requires_fcv_73
# Exclude tests that are not compatible with upgrade/downgrade.
- cannot_run_during_upgrade_downgrade

View File

@ -176,8 +176,10 @@ selector:
# Transactions are aborted upon fcv upgrade or downgrade.
- uses_transactions
# Exclude tests that require a specific fcv.
# Once SERVER-81054 is complete this is no longer needed.
- requires_fcv_71
- requires_fcv_72
- requires_fcv_73
# Exclude tests that are not compatible with upgrade/downgrade.
- cannot_run_during_upgrade_downgrade

View File

@ -126,8 +126,10 @@ selector:
# Transactions are aborted upon fcv upgrade or downgrade.
- uses_transactions
# Exclude tests that require a specific fcv.
# Once SERVER-81054 is complete this is no longer needed.
- requires_fcv_71
- requires_fcv_72
- requires_fcv_73
# Exclude tests that are not compatible with upgrade/downgrade.
- cannot_run_during_upgrade_downgrade

View File

@ -22,6 +22,7 @@ featureCompatibilityVersions:
- "7.0"
- "7.1"
- "7.2"
- "7.3"
- "100.0" # This version is not an actual version and used for testing only
# All LTS releases starting with 4.0.
longTermSupportReleases: