[Commits] Fix rpl.rpl_binlog_errors and binlog_encryption.rpl_binlog_errors
commit 34d3d129a43e9d275de692d5f70e16298ee2ca4f Author: sachin <sachin.setiya@mariadb.com> Date: Thu May 17 15:32:24 2018 +0530 Fix rpl.rpl_binlog_errors and binlog_encryption.rpl_binlog_errors We create the $load_file and $load_file2 but we never remove them. diff --git a/mysql-test/suite/rpl/include/rpl_binlog_errors.inc b/mysql-test/suite/rpl/include/rpl_binlog_errors.inc index 46c76f2b04c..72f8bc053e3 100644 --- a/mysql-test/suite/rpl/include/rpl_binlog_errors.inc +++ b/mysql-test/suite/rpl/include/rpl_binlog_errors.inc @@ -431,5 +431,7 @@ call mtr.add_suppression("Can't generate a unique log-filename .*"); -- source include/stop_slave_sql.inc RESET SLAVE; RESET MASTER; +--remove_file $load_file +--remove_file $load_file2 --let $rpl_only_running_threads= 1 --source include/rpl_end.inc -- Regards Sachin Setiya Software Engineer at MariaDB
participants (1)
-
Sachin Setiya