fix for galera_query_cache_invalidate test results
This commit is contained in:
parent
0018df2b55
commit
bcb87f5ccb
@ -7,7 +7,6 @@ call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
|
|||||||
connection node_4;
|
connection node_4;
|
||||||
call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
|
call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
|
||||||
connection node_3;
|
connection node_3;
|
||||||
CHANGE MASTER TO master_host='127.0.0.1', master_user='root', master_port=NODE_MYPORT_1, master_use_gtid=current_pos;;
|
|
||||||
START SLAVE;
|
START SLAVE;
|
||||||
include/wait_for_slave_to_start.inc
|
include/wait_for_slave_to_start.inc
|
||||||
connection node_1;
|
connection node_1;
|
||||||
|
@ -28,8 +28,9 @@ call mtr.add_suppression("WSREP: Ignoring server id .* for non bootstrap node");
|
|||||||
|
|
||||||
--connection node_3
|
--connection node_3
|
||||||
|
|
||||||
--replace_result $NODE_MYPORT_1 NODE_MYPORT_1
|
--disable_query_log
|
||||||
--eval CHANGE MASTER TO master_host='127.0.0.1', master_user='root', MASTER_PORT=$NODE_MYPORT_1, master_use_gtid=current_pos
|
--eval CHANGE MASTER TO master_host='127.0.0.1', master_user='root', MASTER_PORT=$NODE_MYPORT_1, master_use_gtid=current_pos
|
||||||
|
--enable_query_log
|
||||||
START SLAVE;
|
START SLAVE;
|
||||||
--source include/wait_for_slave_to_start.inc
|
--source include/wait_for_slave_to_start.inc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user