Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL), 10.5
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/8256/steps/test_2/logs/stdio
binlog_encryption.binlog_xa_recover 'innodb_plugin' w4 [ fail ]
|
Test ended at 2017-05-22 18:27:56
|
|
CURRENT_TEST: binlog_encryption.binlog_xa_recover
|
--- /mnt/buildbot/build/mariadb-10.1.24/mysql-test/suite/binlog_encryption/binlog_xa_recover.result 2017-05-22 16:54:43.000000000 +0300
|
+++ /mnt/buildbot/build/mariadb-10.1.24/mysql-test/suite/binlog_encryption/binlog_xa_recover.reject 2017-05-22 18:27:56.000000000 +0300
|
@@ -146,6 +146,7 @@
|
master-bin.000004 # Write_rows_v1 # # table_id: # flags: STMT_END_F
|
master-bin.000004 # Xid # # COMMIT /* XID */
|
master-bin.000004 # Binlog_checkpoint # # master-bin.000002
|
+master-bin.000004 # Binlog_checkpoint # # master-bin.000003
|
master-bin.000004 # Binlog_checkpoint # # master-bin.000004
|
Now crash the server
|
SET SESSION debug_dbug="+d,crash_commit_after_log";
|
|
mysqltest: Result length mismatch
|
Attachments
Issue Links
- duplicates
-
MDEV-8517 binlog.binlog_xa_recover fails sporadically in buildbot with extra checkpoint
-
- Closed
-
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/8717/steps/test_2/logs/stdio
binlog_encryption.binlog_xa_recover 'innodb' w2 [ fail ]
Test ended at 2017-07-05 13:30:35
CURRENT_TEST: binlog_encryption.binlog_xa_recover
--- /mnt/buildbot/build/mariadb-10.2.7/mysql-test/suite/binlog_encryption/binlog_xa_recover.result 2017-07-05 11:55:35.000000000 +0300
+++ /mnt/buildbot/build/mariadb-10.2.7/mysql-test/suite/binlog_encryption/binlog_xa_recover.reject 2017-07-05 13:30:35.000000000 +0300
@@ -155,11 +155,15 @@
SET GLOBAL debug_dbug="+d,binlog_background_checkpoint_processed";
SET DEBUG_SYNC= "now SIGNAL con12_cont";
connection con12;
+Warnings:
+Warning 1639 debug sync point wait timed out
connection default;
SET DEBUG_SYNC= "now WAIT_FOR binlog_background_checkpoint_processed";
SET GLOBAL debug_dbug= @old_dbug;
SET DEBUG_SYNC= "now SIGNAL con11_cont";
connection con11;
+Warnings:
+Warning 1639 debug sync point wait timed out
connection default;
Checking that master-bin.000004 is the last binlog checkpoint
include/show_binlog_events.inc
@@ -174,6 +178,7 @@
master-bin.000004 # Write_rows_v1 # # table_id: # flags: STMT_END_F
master-bin.000004 # Xid # # COMMIT /* XID */
master-bin.000004 # Binlog_checkpoint # # master-bin.000002
+master-bin.000004 # Binlog_checkpoint # # master-bin.000003
master-bin.000004 # Binlog_checkpoint # # master-bin.000004
Now crash the server
SET SESSION debug_dbug="+d,crash_commit_after_log";
mysqltest: Result length mismatch