MDEV-32168 fix failing tests

followup for a7d186a17d
This commit is contained in:
Sergei Golubchik 2023-11-25 10:33:06 +01:00
parent 934db2efb6
commit d8e448ba1b
3 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,9 @@ ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UN
START SLAVE UNTIL RELAY_LOG_FILE='slave-relay-bin.000002', MASTER_LOG_POS=MASTER_LOG_POS;
ERROR HY000: Incorrect parameter or combination of parameters for START SLAVE UNTIL
START SLAVE UNTIL MASTER_LOG_FILE='master-bin.000001', MASTER_LOG_POS=MASTER_LOG_POS;
include/stop_slave.inc
include/wait_for_slave_io_to_start.inc
include/wait_for_slave_sql_to_stop.inc
include/stop_slave_io.inc
RESET SLAVE;
include/start_slave.inc
include/rpl_reset.inc

View file

@ -36,7 +36,6 @@ connection slave;
include/stop_slave.inc
START SLAVE;
include/wait_for_slave_sql_to_start.inc
include/wait_for_slave_io_to_stop.inc
==== Verify that Slave IO thread stopped with error ====
include/wait_for_slave_io_error.inc [errno=1045]
==== Cleanup (Note that slave IO thread is not running) ====

View file

@ -25,6 +25,7 @@ insert into t1 values (1);
--let $status_items= Last_IO_Errno, Last_IO_Error
--source include/show_slave_status.inc
--let $rpl_only_running_threads= 1
--source include/stop_slave.inc
reset slave;
reset master;