[MDEV-24085] main.client_xml fails in buildbot with wrong result Created: 2020-11-02  Updated: 2020-11-02

Status: Open
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.5
Fix Version/s: 10.5

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Alexey Botchkov
Resolution: Unresolved Votes: 0
Labels: None


 Description   

The failure happens in the buildbot rarely, once in a few months.

http://buildbot.askmonty.org/buildbot/builders/win32-debug/builds/18074

10.5 882ce206dbf06b771ffe4cbce2e3e421 win32-debug

main.client_xml                          w3 [ fail ]
        Test ended at 2020-09-23 09:37:30
 
CURRENT_TEST: main.client_xml
--- D:/win32-debug/build/src/mysql-test/main/client_xml.result	2020-09-23 09:06:18.078353300 +0000
+++ D:\win32-debug\build\src\mysql-test\main\client_xml.reject	2020-09-23 09:37:29.777318800 +0000
@@ -8,16 +8,6 @@
 );
 insert into t1 values (1, 2, 'a&b a<b a>b');
 <?xml version="1.0"?>
-
-<resultset statement="select * from t1
-" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <row>
-	<field name="a&amp;b">1</field>
-	<field name="a&lt;b">2</field>
-	<field name="a&gt;b">a&amp;b a&lt;b a&gt;b</field>
-  </row>
-</resultset>
-<?xml version="1.0"?>
 <mysqldump xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <database name="test">
 	<table_structure name="t1">
 
mysqltest: Result length mismatch


Generated at Thu Feb 08 09:27:19 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.