[MDEV-14813] rpl.rpl_ctype_latin1 fails in buildbot on Mac with wrong result Created: 2017-12-29  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.2
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Michael Widenius
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/mac-1012-bintar/builds/2649/steps/test/logs/stdio

rpl.rpl_ctype_latin1 'row'               [ fail ]
        Test ended at 2017-12-29 06:15:55
 
CURRENT_TEST: rpl.rpl_ctype_latin1
--- /Users/buildbot/maria-slave/mac-1012-bintar/build/mysql-test/suite/rpl/r/rpl_ctype_latin1.result	2017-12-28 15:23:00.000000000 -0500
+++ /Users/buildbot/maria-slave/mac-1012-bintar/build/mysql-test/suite/rpl/r/rpl_ctype_latin1.reject	2017-12-29 06:15:55.000000000 -0500
@@ -16,7 +16,7 @@
 SHOW TABLES LIKE 'v%';
 Tables_in_test (v%)
-vё
+v�
 SHOW PROCEDURE STATUS LIKE 'p%';
 Db	Name	Type	Definer	Modified	Created	Security_type	Comment	character_set_client	collation_connection	Database Collation
 test	pё	PROCEDURE	root@localhost	ts	ts	DEFINER		latin1	latin1_swedish_ci	latin1_swedish_ci
 
mysqltest: Result content mismatch



 Comments   
Comment by Michael Widenius [ 2018-01-02 ]

I did some changes to make the test more environment independent. Now testing it and if it works,
then I will push this into 10.2

The changes are:

  • Don't run the test if lower_case_table_names > 0, as this changes the result
  • Print table and view names in hex so that we can see what really happens
Comment by Michael Widenius [ 2018-01-03 ]

A possible fix pushed into 10.2.

If this fixes the issue in buildbot, then this entry can be closed

Generated at Thu Feb 08 08:16:29 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.