Skip to content

Commit 8ba9199

Browse files
Luqun Loufacebook-github-bot
authored andcommitted
Fix flakiness for rpl.rpl_innodb_auto_increment
Summary: These tests fail occasionally due to an error message about the channel being stopped in the error log. Suppress this error message. Squash: D45573014 Differential Revision: D44844728 fbshipit-source-id: a9238e4
1 parent c3f1703 commit 8ba9199

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mysql-test/suite/rpl/r/rpl_innodb_auto_increment.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
44
Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
55
[connection master]
66
CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.");
7+
call mtr.add_suppression("The slave coordinator and worker threads are stopped");
78
[connection slave]
89
CHANGE REPLICATION SOURCE TO SOURCE_CONNECT_RETRY = 30 ;
910
include/start_slave.inc

mysql-test/suite/rpl/t/rpl_innodb_auto_increment.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
--source include/big_test.inc
2323

2424
CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.");
25+
call mtr.add_suppression("The slave coordinator and worker threads are stopped");
2526

2627
# Increasing master_connect_retry to increase the time interval between connection retries due to Bug#23615424:
2728
# WL#6338: RPL.RPL_INNODB_AUTO_INCREMENT FAILS WITH ERROR IN SYNC_WITH_MASTER.INC

0 commit comments

Comments
 (0)