Skip to content

Commit 6f9af5c

Browse files
committed
BUG#20454797 WAIT_FOR_SLAVE_PARAM.INC IS NOT CHECKING FOR ERROR WHILE WAITING THE PARAMETER
Post-push fix to stabilize rpl_slave_load_tmpdir_not_exist test.
1 parent 0533b4b commit 6f9af5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Note #### Storing MySQL user name or password information in the master info rep
66
START SLAVE;
77
call mtr.add_suppression("Slave SQL.*Unable to use slave.s temporary directory.* Error_code: 12");
88
include/wait_for_slave_sql_error.inc [errno=12]
9+
include/wait_for_slave_io_to_start.inc
910
include/stop_slave_io.inc
1011
RESET SLAVE;
1112
include/rpl_end.inc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ START SLAVE;
1414
call mtr.add_suppression("Slave SQL.*Unable to use slave.s temporary directory.* Error_code: 12");
1515
--let $slave_sql_errno= 12
1616
source include/wait_for_slave_sql_error.inc;
17-
17+
--source include/wait_for_slave_io_to_start.inc
1818
--source include/stop_slave_io.inc
1919
RESET SLAVE;
2020

0 commit comments

Comments
 (0)