Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
Description
xml test reports are not valid sometimes if contain unicode sequences.
abychko@Alexeys-Mini ~ % xmllint Downloads/mtr-normal.xml
|
Downloads/mtr-normal.xml:2749: parser error : Input is not proper UTF-8, indicate encoding !
|
Bytes: 0xE5 0x73 0x27 0x29
|
-slave-bin.000001 # Annotate_rows 1 # INSERT INTO t5(b) VALUES ('g�s')
|
we widely use xml reports from MTR, so we need to fix unicode output everywhere.
original line from xml:
-slave-bin.000001 # Annotate_rows 1 # INSERT INTO t5(b) VALUES ('gås')
|
Attachments
Issue Links
- relates to
-
MDEV-23649 An invalid XML character in mysql_test_run output
- Closed