Commit 18acf97d authored by Anel Husakovic's avatar Anel Husakovic Committed by Anel

MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc

- Record unrecorded tests from `rpl` suite to `engines/funcs` suite
(done by d8e448ba):
  1) Record test `rpl_row_until` from commit d95fa7e3
  2) Record test `rpl_slave_status` from commit a7d186a1

- Stop only running threads for `engines/funcs.rpl_server_id1.test` that
is not the same as `rpl.rpl_server_id1.test`

- Reviewer:  <knielsen@knielsen-hq.org>
             <andrei.elkin@mariadb.com>
parent 5bb31bc8
...@@ -15,7 +15,7 @@ insert into t1 values (1); ...@@ -15,7 +15,7 @@ insert into t1 values (1);
include/wait_for_slave_param.inc [Last_IO_Errno] include/wait_for_slave_param.inc [Last_IO_Errno]
Last_IO_Errno = '1593' Last_IO_Errno = '1593'
Last_IO_Error = 'Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).' Last_IO_Error = 'Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).'
include/stop_slave.inc include/stop_slave_sql.inc
reset slave; reset slave;
reset master; reset master;
drop table t1; drop table t1;
...@@ -25,8 +25,7 @@ insert into t1 values (1); ...@@ -25,8 +25,7 @@ insert into t1 values (1);
--let $status_items= Last_IO_Errno, Last_IO_Error --let $status_items= Last_IO_Errno, Last_IO_Error
--source include/show_slave_status.inc --source include/show_slave_status.inc
--let $rpl_only_running_threads= 1 --source include/stop_slave_sql.inc
--source include/stop_slave.inc
reset slave; reset slave;
reset master; reset master;
drop table t1; drop table t1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment