mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-13 00:42:14 +00:00
Signed-off-by: discord9 <discord9@163.com>
(cherry picked from commit e629520e52)
11 lines
430 B
TOML
11 lines
430 B
TOML
name = "avg_state_binary"
|
|
reason = "Verify persisted AVG1 binary states are decoded, merged, and reproduced exactly after upgrade."
|
|
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"
|
|
namespace = "avg_state_binary"
|