Skip to content

Commit

Permalink
MDEV-32168 fix failing tests
Browse files Browse the repository at this point in the history
followup for a7d186a
  • Loading branch information
vuvova committed Nov 25, 2023
1 parent 934db2e commit d8e448b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mysql-test/suite/engines/funcs/r/rpl_row_until.result
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion mysql-test/suite/engines/funcs/r/rpl_slave_status.result
Original file line number Diff line number Diff line change
Expand Up @@ -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) ====
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/engines/funcs/t/rpl_server_id1.test
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d8e448b

Please sign in to comment.