Files
greptimedb/tests/compatibility/ci.toml
T
Weny Xu ad2c1bfc59 fix(meta): preserve legacy WAL options compatibility (#8707)
* 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>
2026-07-31 13:40:27 +00:00

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"]