Skip to content

Commit 2f4fc5f

Browse files
authored
Add CrateDB 6.1 to BWC tests (#376)
1 parent 1d78d7a commit 2f4fc5f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

tests/bwc/test_recovery.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
UpgradePath('5.9.x', '5.10.x'),
2828
UpgradePath('5.10.x', '6.0.x'),
2929
UpgradePath('6.0.x', '6.0'),
30-
UpgradePath('6.0', 'latest-nightly')
30+
UpgradePath('6.0', '6.1.x'),
31+
UpgradePath('6.1.x', '6.1'),
32+
UpgradePath('6.1', 'latest-nightly')
3133
]
3234
UPGRADE_PATHS_FROM_43 = [UpgradePath('4.3.x', '4.4.x')]
3335

tests/bwc/test_rolling_upgrade.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
UpgradePath('5.9.x', '5.10.x'),
4646
UpgradePath('5.10.x', '6.0.x'),
4747
UpgradePath('6.0.x', '6.0'),
48-
UpgradePath('6.0', 'latest-nightly'),
48+
UpgradePath('6.0', '6.1.x'),
49+
UpgradePath('6.1.x', '6.1'),
50+
UpgradePath('6.1', 'latest-nightly'),
4951
)
5052

5153

tests/bwc/test_upgrade.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
VersionDef('5.10.x', []),
6161
VersionDef('6.0.x', []),
6262
VersionDef('6.0', []),
63+
VersionDef('6.1.x', []),
64+
VersionDef('6.1', []),
6365
VersionDef('latest-nightly', [])
6466
)
6567
)

0 commit comments

Comments
 (0)