1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Add warning suppression to test rpl.rpl_slave_load_remove_tmpfile

This commit is contained in:
Bjorn Munch
2011-03-15 10:58:54 +01:00
parent 03fb2d30d5
commit dd14e37661
2 changed files with 2 additions and 0 deletions

View File

@ -15,4 +15,5 @@ drop table t1;
call mtr.add_suppression("Slave: Can't get stat of .*");
call mtr.add_suppression("Slave SQL: Error .Can.t get stat of.* Error_code: 13");
call mtr.add_suppression("Slave: File.* not found.*");
call mtr.add_suppression("Slave SQL: Error .File.* not found.* Error_code: 29");
include/rpl_end.inc

View File

@ -62,6 +62,7 @@ drop table t1;
call mtr.add_suppression("Slave: Can't get stat of .*");
call mtr.add_suppression("Slave SQL: Error .Can.t get stat of.* Error_code: 13");
call mtr.add_suppression("Slave: File.* not found.*");
call mtr.add_suppression("Slave SQL: Error .File.* not found.* Error_code: 29");
--let $rpl_only_running_threads= 1
--source include/rpl_end.inc