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_multi_source_slave_files.test |
# # Test that when all the slave options pertaining to slave files # are set in an MSR set up. # The test mainly tests slave config is properly set so that slave # threads start and stop smoothly. # #Skip on group replication runs --source include/not_group_replication_plugin.inc --echo # --echo # set up masters server_1 and server_3 with server_2 being a slave. --echo #. --let $rpl_topology= 1->2,3->2,4->2,5->2 --let $rpl_multi_source= 1 --let $rpl_skip_start_slave=1 --source include/rpl_init.inc --echo # --echo # On slave, issue start slave/stop slave command. Slave should not --echo # error out anywhere. --echo # --let $rpl_connection_name= server_2 --source include/rpl_connection.inc START SLAVE SQL_THREAD; #check till sql_thread returned Yes --let $rpl_source_file= include/wait_for_slave_sql_to_start.inc --source include/rpl_for_each_connection.inc START SLAVE SQL_THREAD; #check till sql_thread returned Yes --let $rpl_source_file= include/wait_for_slave_sql_to_start.inc --source include/rpl_for_each_connection.inc START SLAVE IO_THREAD; #check till sql_thread returned Yes --let $rpl_source_file= include/wait_for_slave_io_to_start.inc --source include/rpl_for_each_connection.inc STOP SLAVE; --let $rpl_source_file= include/wait_for_slave_io_to_stop.inc --source include/rpl_for_each_connection.inc --let $rpl_source_file= include/wait_for_slave_sql_to_stop.inc --source include/rpl_for_each_connection.inc START SLAVE; --let $rpl_source_file= include/wait_for_slave_io_to_start.inc --source include/rpl_for_each_connection.inc --let $rpl_source_file= include/wait_for_slave_sql_to_start.inc --source include/rpl_for_each_connection.inc --let $rpl_skip_sync=1 --source include/rpl_end.inc