Skip to content

Commit 51d03c8

Browse files
seutmatriv
authored andcommitted
Add CrateDB 5.6.0 to BWC tests
1 parent e79291d commit 51d03c8

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
@@ -20,7 +20,8 @@
2020
UpgradePath('5.2.x', '5.3.x'),
2121
UpgradePath('5.3.x', '5.4.x'),
2222
UpgradePath('5.4.x', '5.5.x'),
23-
UpgradePath('5.5.x', 'latest-nightly')
23+
UpgradePath('5.5.x', '5.6.x'),
24+
UpgradePath('5.6.x', 'latest-nightly')
2425
]
2526
UPGRADE_PATHS_FROM_43 = [UpgradePath('4.3.x', '4.4.x')]
2627

tests/bwc/test_rolling_upgrade.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
UpgradePath('5.2.x', '5.3.x'),
2121
UpgradePath('5.3.x', '5.4.x'),
2222
UpgradePath('5.4.x', '5.5.x'),
23-
UpgradePath('5.5.x', 'latest-nightly')
23+
UpgradePath('5.5.x', '5.6.x'),
24+
UpgradePath('5.6.x', 'latest-nightly')
2425
)
2526

2627

tests/bwc/test_upgrade.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
VersionDef('5.3.x', []),
4141
VersionDef('5.4.x', []),
4242
VersionDef('5.5.x', []),
43+
VersionDef('5.6.x', []),
4344
VersionDef('latest-nightly', [])
4445
),
4546
)

0 commit comments

Comments
 (0)