@@ -12,34 +12,7 @@ stdout 'multiple directory installed in .*/sandboxes/multi_msb_{{.DbPathVer}}'
1212exists $sb_dir
1313cleanup_at_end $sb_dir
1414
15- check_file $sb_dir metadata_all start_all sysbench_ready
16- check_file $sb_dir clear_all n1 status_all
17- check_file $sb_dir exec_all n2 replicate_from sbdescription.json stop_all test_sb_all
18- check_file $sb_dir n3 restart_all send_kill_all sysbench use_all
19-
20- check_file $sb_dir/node1 start stop status clear
21- check_file $sb_dir/node1 add_option connection.json init_db my.sandbox.cnf
22- check_file $sb_dir/node1 sbdescription.json show_relaylog after_start connection.sql load_grants
23- check_file $sb_dir/node1 replicate_from send_kill sysbench use
24- check_file $sb_dir/node1 metadata restart show_binlog sysbench_ready wipe_and_restart
25- check_file $sb_dir/node1 connection.conf grants.mysql my sb_include show_log test_sb
26- check_file $sb_dir/node1/data msandbox.err
27-
28- check_file $sb_dir/node2 start stop status clear
29- check_file $sb_dir/node2 add_option connection.json init_db my.sandbox.cnf
30- check_file $sb_dir/node2 sbdescription.json show_relaylog after_start connection.sql load_grants
31- check_file $sb_dir/node2 replicate_from send_kill sysbench use
32- check_file $sb_dir/node2 metadata restart show_binlog sysbench_ready wipe_and_restart
33- check_file $sb_dir/node2 connection.conf grants.mysql my sb_include show_log test_sb
34- check_file $sb_dir/node2/data msandbox.err
35-
36- check_file $sb_dir/node3 start stop status clear
37- check_file $sb_dir/node3 add_option connection.json init_db my.sandbox.cnf
38- check_file $sb_dir/node3 sbdescription.json show_relaylog after_start connection.sql load_grants
39- check_file $sb_dir/node3 replicate_from send_kill sysbench use
40- check_file $sb_dir/node3 metadata restart show_binlog sysbench_ready wipe_and_restart
41- check_file $sb_dir/node3 connection.conf grants.mysql my sb_include show_log test_sb
42- check_file $sb_dir/node3/data msandbox.err
15+ check_sandbox_manifest $sb_dir multiple
4316
4417env required_ports=3
4518[version_is_at_least:$db_version:8.0.0] env required_ports=6
0 commit comments