mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-13 00:42:14 +00:00
* test: add json2 variant payload compat case Signed-off-by: discord9 <discord9@163.com> * test: refine json2 variant compat case Signed-off-by: discord9 <discord9@163.com> --------- Signed-off-by: discord9 <discord9@163.com>
9 lines
350 B
TOML
9 lines
350 B
TOML
name = "legacy_json2_variant_payload"
|
|
reason = "Verify current binaries can read JSON2 variant payloads written by old binaries after the JSON2 encoding change."
|
|
introduced_by = "PR #8435"
|
|
topologies = ["distributed"]
|
|
from_range = ["=v1.1.0", "=v1.1.1", "=v1.1.2"]
|
|
to_range = [">v1.1.1"]
|
|
features = ["json", "json2", "table", "read"]
|
|
owner = "query"
|