Skip to content

Commit e5432a8

Browse files
committed
Add back 6.0 branch to bwc tests to cover backports pre-release
Was removed in #358
1 parent 836a0c8 commit e5432a8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

tests/bwc/test_recovery.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
UpgradePath('5.8.x', '5.9.x'),
2727
UpgradePath('5.9.x', '5.10.x'),
2828
UpgradePath('5.10.x', '6.0.x'),
29-
UpgradePath('6.0.x', 'latest-nightly')
29+
UpgradePath('6.0.x', '6.0'),
30+
UpgradePath('6.0', 'latest-nightly')
3031
]
3132
UPGRADE_PATHS_FROM_43 = [UpgradePath('4.3.x', '4.4.x')]
3233

tests/bwc/test_rolling_upgrade.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
UpgradePath('5.8.x', '5.9.x'),
4545
UpgradePath('5.9.x', '5.10.x'),
4646
UpgradePath('5.10.x', '6.0.x'),
47-
UpgradePath('6.0.x', 'latest-nightly'),
47+
UpgradePath('6.0.x', '6.0'),
48+
UpgradePath('6.0', 'latest-nightly'),
4849
)
4950

5051

tests/bwc/test_upgrade.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
VersionDef('5.9.x', []),
6060
VersionDef('5.10.x', []),
6161
VersionDef('6.0.x', []),
62+
VersionDef('6.0', []),
6263
VersionDef('latest-nightly', [])
6364
)
6465
)

0 commit comments

Comments
 (0)