mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-25 07:28:39 +00:00
ad2c1bfc59
* fix: preserve legacy region WAL options format Signed-off-by: WenyXu <wenymedia@gmail.com> * test: add downgrade compatibility coverage Signed-off-by: WenyXu <wenymedia@gmail.com> * refactor: deduplicate compat restart Signed-off-by: WenyXu <wenymedia@gmail.com> * test: harden downgrade compatibility check Signed-off-by: WenyXu <wenymedia@gmail.com> --------- Signed-off-by: WenyXu <wenymedia@gmail.com>
10 lines
388 B
TOML
10 lines
388 B
TOML
# Compatibility CI version window.
|
|
#
|
|
# The CI job tests this small sliding window of recent released `from`
|
|
# versions against the PR-built `to` binary. Broader historical windows should
|
|
# run in nightly or release-validation workflows.
|
|
from_versions = ["v1.0.0", "v1.1.0"]
|
|
|
|
# Recent releases that must be able to reopen tables written by the PR build.
|
|
downgrade_to_versions = ["v1.1.4"]
|