Current Path : /home/usr.opt/mysql57/mysql-test/suite/rpl/t/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //home/usr.opt/mysql57/mysql-test/suite/rpl/t/rpl_slave_load_tmpdir_not_exist.test |
########################################################################## # This test verifies if the start slave fails gracefuly when an # invalid directory is used to set --slave-load-tmpdir. ########################################################################## --source include/not_group_replication_plugin.inc --source include/have_log_bin.inc --source include/not_embedded.inc --let $rpl_skip_start_slave= 1 --source include/master-slave.inc --connection slave START SLAVE; #Error Code:12 (EE_DIR) Can't read dir is expected call mtr.add_suppression("Slave SQL.*Unable to use slave.s temporary directory.* Error_code: 12"); --let $slave_sql_errno= 12 source include/wait_for_slave_sql_error.inc; --source include/wait_for_slave_io_to_start.inc --source include/stop_slave_io.inc RESET SLAVE; --let $rpl_only_running_threads= 1 --source include/rpl_end.inc