mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-7635: Additional test fixes
This commit is contained in:
committed by
Nirbhay Choubey
parent
c0209f8736
commit
c513c4cbf5
@ -123,7 +123,7 @@ source include/wait_for_slave_sql_error.inc;
|
||||
--disable_query_log
|
||||
--eval SELECT "$err" as 'Last_SQL_Error (expected "Delete_rows_v1 event on table test1.t3; Can\'t find record in \'t3\'" error)'
|
||||
--enable_query_log
|
||||
call mtr.add_suppression("Slave: Can't find record in 't3' Error_code: 1032");
|
||||
call mtr.add_suppression("Can't find record in 't3'");
|
||||
|
||||
SET GLOBAL sql_slave_skip_counter=1;
|
||||
START SLAVE;
|
||||
@ -182,8 +182,4 @@ DROP DATABASE test1;
|
||||
sync_slave_with_master;
|
||||
--enable_query_log
|
||||
|
||||
use test;
|
||||
connection slave;
|
||||
call mtr.add_suppression("Can't find record in 't3'");
|
||||
|
||||
--source include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user