⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
suite
/
rpl
/
t
/
View File Name :
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