[MDEV-20959] binlog.binlog_parallel_replication_marks_row fails in buildbot with wrong result Created: 2019-11-03  Updated: 2019-12-10  Resolved: 2019-12-06

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1, 10.2, 10.3, 10.4
Fix Version/s: 10.1.44, 10.2.30, 10.3.21, 10.4.11

Type: Bug Priority: Critical
Reporter: Elena Stepanova Assignee: Sujatha Sivakumar (Inactive)
Resolution: Fixed Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-ppc64le/builds/9615

10.4 57b666b2e56f3ca5b90d01ace655f912

binlog.binlog_parallel_replication_marks_row 'innodb,row' w1 [ fail ]
        Test ended at 2019-10-08 17:29:28
 
CURRENT_TEST: binlog.binlog_parallel_replication_marks_row
--- /usr/share/mysql-test/suite/binlog/r/binlog_parallel_replication_marks_row.result	2019-10-08 12:18:23.000000000 +0000
+++ /dev/shm/var/1/log/binlog_parallel_replication_marks_row.reject	2019-10-08 17:29:28.160112586 +0000
@@ -37,6 +37,7 @@
 disconnect tmp_con;
 connection default;
 FLUSH LOGS;
+AAAAAAAAAAAEEwQADQgICAoKCgGTIDw9
 # server id 1  end_log_pos # CRC32 0x######## 	GTID #-#-# trans
 BEGIN
 #Q> /* GTID */ INSERT INTO t1 VALUES (1,0)
 
mysqltest: Result length mismatch



 Comments   
Comment by Andrei Elkin [ 2019-11-05 ]

The content of created

exec $MYSQL_BINLOG --start_position=$binlog_pos1 --stop_position=$binlog_pos2 $MYSQLD_DATADIR/$binlog_file > $file;

file seems need to be checked at next failure.

Comment by Alice Sherepa [ 2019-11-26 ]

Test failed because string "AAAAAAAAAAAEEwQADQgICAoKCgGTIDw9" contains "GTID"

binlog_parallel_replication_marks.test
index 82fa997..3976088 100644
--- a/mysql-test/include/binlog_parallel_replication_marks.test
+++ b/mysql-test/include/binlog_parallel_replication_marks.test
@@ -80,7 +80,7 @@ while (<F>) {
   s/table id \d+/table id #/;
   s/mapped to number \d+/mapped to number #/;
   s/CRC32 0x[0-9a-f]+/CRC32 0x########/;
-  print if /GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY/;
+  print if /\b(GTID|BEGIN|COMMIT|Table_map|Write_rows|Update_rows|Delete_rows|generated by server|40005 TEMPORARY)\b/;
 }
 close F;
 EOF

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