From 5887672e3a8d725cf43dcda703b5bb7b62fc4355 Mon Sep 17 00:00:00 2001 From: discord9 Date: Mon, 7 Sep 2026 17:32:15 +0800 Subject: [PATCH] docs(test): clarify AVG compatibility version gate Signed-off-by: discord9 --- tests/compatibility/cases/avg_state_binary/case.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/compatibility/cases/avg_state_binary/case.toml b/tests/compatibility/cases/avg_state_binary/case.toml index 51c9d4ff26..0049fca8c3 100644 --- a/tests/compatibility/cases/avg_state_binary/case.toml +++ b/tests/compatibility/cases/avg_state_binary/case.toml @@ -3,6 +3,7 @@ reason = "Verify persisted AVG1 binary states are decoded, merged, and reproduce introduced_by = "PR #9035" topologies = ["distributed", "standalone"] from_range = ["*"] +# The runner compares core versions only, so this also admits other 1.3.0 prereleases. to_range = [">=v1.3.0-alpha.1"] features = ["table", "query", "aggregate"] owner = "query"