Skip to content

Commit f661249

Browse files
Add CrateDB 5.8.0 to BWC tests
1 parent 7c61af8 commit f661249

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
@@ -22,7 +22,8 @@
2222
UpgradePath('5.4.x', '5.5.x'),
2323
UpgradePath('5.5.x', '5.6.x'),
2424
UpgradePath('5.6.x', '5.7.x'),
25-
UpgradePath('5.7.x', 'latest-nightly')
25+
UpgradePath('5.7.x', '5.8.x'),
26+
UpgradePath('5.8.x', 'latest-nightly')
2627
]
2728
UPGRADE_PATHS_FROM_43 = [UpgradePath('4.3.x', '4.4.x')]
2829

tests/bwc/test_rolling_upgrade.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
UpgradePath('5.4.x', '5.5.x'),
2323
UpgradePath('5.5.x', '5.6.x'),
2424
UpgradePath('5.6.x', '5.7.x'),
25-
UpgradePath('5.7.x', 'latest-nightly')
25+
UpgradePath('5.7.x', '5.8.x'),
26+
UpgradePath('5.8.x', 'latest-nightly')
2627
)
2728

2829

tests/bwc/test_upgrade.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
VersionDef('5.5.x', []),
4343
VersionDef('5.6.x', []),
4444
VersionDef('5.7.x', []),
45+
VersionDef('5.8.x', []),
4546
VersionDef('latest-nightly', [])
4647
),
4748
)

0 commit comments

Comments
 (0)