1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-04 18:03:14 +03:00
Sujatha e949b2d4ab MDEV-20959: binlog.binlog_parallel_replication_marks_row fails in buildbot with wrong result
Problem:
=======
Test "binlog.binlog_parallel_replication_marks_row" fails sporadically due to
result length mismatch.

Analysis:
=========
Test generates a binary log and it looks for certain words within the binary
log file and prints them. For example word like "GTID,BEGIN,COMMIT ...".
Binary log output contains base64 encoded characters. Occasionally the encoded
characters match with the above words and results in test failure.

+XwoFWxMBAAAALgAAAGEDAAAAAB8AAAAAAAEABHRlc3QAAnQxAAIDAwACFGTIDQ==
+AAAAAAAAAAAEEwQADQgICAoKCgGTIDw9

Fix:
===
Improve the regular expression to match exact words.
2019-12-06 19:58:12 +05:30
..
2017-04-06 15:41:54 +05:30
2017-11-06 18:10:23 +02:00
2013-03-28 17:19:09 +04:00
2013-12-20 12:42:33 +04:00
2016-05-30 16:56:29 +04:00
2011-10-19 21:45:18 +02:00
2019-05-11 21:29:06 +03:00
2017-04-06 15:41:54 +05:30
2011-10-19 21:45:18 +02:00
2012-08-23 00:32:25 +03:00
2012-10-01 13:15:29 +02:00
2019-05-11 21:29:06 +03:00
2012-01-13 15:50:02 +01:00
2014-08-02 21:26:16 +02:00
2011-07-15 09:09:33 +02:00
2013-12-22 17:06:50 +01:00
2019-03-27 11:56:08 +02:00
2019-05-11 22:19:05 +03:00
2019-05-11 22:19:05 +03:00
2011-07-15 09:09:33 +02:00
2015-06-16 23:55:56 +02:00
2012-03-28 01:04:46 +02:00
2013-01-31 09:48:19 +01:00
2011-12-01 00:54:54 +00:00
2013-02-22 10:23:17 +01:00
2012-02-06 21:36:56 +01:00
2012-03-02 08:32:16 +01:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2011-10-19 21:45:18 +02:00
2011-07-02 22:08:51 +02:00
2017-08-23 16:49:42 +05:30