Files
discord9 b411c6265c test: add json2 variant payload compat case (#8459)
* 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>
2026-07-13 02:46:33 +00:00

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"