Skip to content

Commit

Permalink
Add CrateDB 5.9.0 to BWC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleen committed Oct 9, 2024
1 parent d40311d commit d18f416
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/bwc/test_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
UpgradePath('5.5.x', '5.6.x'),
UpgradePath('5.6.x', '5.7.x'),
UpgradePath('5.7.x', '5.8.x'),
UpgradePath('5.8.x', 'latest-nightly')
UpgradePath('5.8.x', '5.9.x'),
UpgradePath('5.9.x', 'latest-nightly')
]
UPGRADE_PATHS_FROM_43 = [UpgradePath('4.3.x', '4.4.x')]

Expand Down
3 changes: 2 additions & 1 deletion tests/bwc/test_rolling_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
UpgradePath('5.5.x', '5.6.x'),
UpgradePath('5.6.x', '5.7.x'),
UpgradePath('5.7.x', '5.8.x'),
UpgradePath('5.8.x', 'latest-nightly')
UpgradePath('5.8.x', '5.9.x'),
UpgradePath('5.9.x', 'latest-nightly')
)


Expand Down
1 change: 1 addition & 0 deletions tests/bwc/test_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
VersionDef('5.6.x', []),
VersionDef('5.7.x', []),
VersionDef('5.8.x', []),
VersionDef('5.9.x', []),
VersionDef('latest-nightly', [])
),
)
Expand Down

0 comments on commit d18f416

Please sign in to comment.