Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6, 10.7(EOL), 10.8(EOL), 10.9(EOL), 10.10(EOL), 10.11
-
None
Description
Since MDEV-24660, binlog.binlog_checkpoint occasionally fails in buildbot with a result content mismatch.
|
binlog.binlog_checkpoint 'innodb,row' w3 [ fail ]
|
Test ended at 2022-09-21 18:53:23
|
|
CURRENT_TEST: binlog.binlog_checkpoint
|
--- /mnt/buildbot/build/mariadb-10.11.0/mysql-test/suite/binlog/r/binlog_checkpoint.result 2022-09-21 04:44:32.000000000 -0400
|
+++ /mnt/buildbot/build/mariadb-10.11.0/mysql-test/suite/binlog/r/binlog_checkpoint.reject 2022-09-21 18:53:23.284532290 -0400
|
@@ -169,9 +169,9 @@
|
master-bin.000002 # Format_desc # # SERVER_VERSION, BINLOG_VERSION
|
master-bin.000002 # Gtid_list # # []
|
master-bin.000002 # Binlog_checkpoint # # master-bin.000001
|
-master-bin.000002 # Binlog_checkpoint # # master-bin.000002
|
master-bin.000002 # Gtid # # GTID #-#-#
|
master-bin.000002 # Query # # use `test`; CREATE TABLE tm (a INT) ENGINE = myisam
|
+master-bin.000002 # Binlog_checkpoint # # master-bin.000002
|
master-bin.000002 # Gtid # # BEGIN GTID #-#-#
|
master-bin.000002 # Query # # use `mtr`; INSERT INTO test_suppressions (pattern) VALUES ( NAME_CONST('pattern',_latin1'Table \'./test/tm\' is marked as crashed' COLLATE 'latin1_swedish_ci'))
|
master-bin.000002 # Query # # COMMIT
|
|
mysqltest: Result content mismatch
|
|
- saving '/mnt/buildbot/build/mariadb-10.11.0/mysql-test/var/3/log/binlog.binlog_checkpoint-innodb,row/' to '/mnt/buildbot/build/mariadb-10.11.0/mysql-test/var/log/binlog.binlog_checkpoint-innodb,row/'
|
|
Retrying test binlog.binlog_checkpoint, attempt(2/3)...
|
|
worker[3] > Restart - not started
|