Surfaced by the both-engine CI matrix (#230; predicted by #220).
JsonColumnTest::test_array_roundtrips_through_json_column fails on the mysql:8.4 (and mysql:5.7) CI leg while passing on MariaDB. A value stored through a JSON column does not round-trip back to the original array on MySQL.
Repro
bin/run-tests.sh -i mysql:8.4 -- --filter JsonColumnTest
Why it matters
Blocks promoting the MySQL legs from non-gating to gating in ci.yml. Likely a JSON-encoding/charset or storage-format difference between MySQL and MariaDB.
Non-gating in CI today (continue-on-error).
Surfaced by the both-engine CI matrix (#230; predicted by #220).
JsonColumnTest::test_array_roundtrips_through_json_columnfails on themysql:8.4(andmysql:5.7) CI leg while passing on MariaDB. A value stored through a JSON column does not round-trip back to the original array on MySQL.Repro
Why it matters
Blocks promoting the MySQL legs from non-gating to gating in
ci.yml. Likely a JSON-encoding/charset or storage-format difference between MySQL and MariaDB.Non-gating in CI today (
continue-on-error).