MDEV-25958: rpl_semi_sync_fail_over.test fails in buildbot

Post push fix.

Added a missing WAIT_FOR signal line.
This commit is contained in:
Sujatha 2021-08-19 15:56:09 +05:30
parent d12b5e2187
commit b0d38448a1
2 changed files with 2 additions and 0 deletions

View file

@ -180,6 +180,7 @@ connect conn_client,127.0.0.1,root,,test,$SERVER_MYPORT_1,;
SET DEBUG_SYNC= "commit_before_get_LOCK_commit_ordered SIGNAL con1_ready WAIT_FOR con1_go";
INSERT INTO t1 VALUES (7, REPEAT("x", 4100));
connect conn_client_3,127.0.0.1,root,,test,$SERVER_MYPORT_1,;
SET DEBUG_SYNC= "now WAIT_FOR con1_ready";
SET DEBUG_SYNC= "commit_before_update_binlog_end_pos SIGNAL con3_ready WAIT_FOR con1_go";
INSERT INTO t1 VALUES (8, REPEAT("x", 4100));
connection server_1;

View file

@ -51,6 +51,7 @@ if ($case == 3)
SET DEBUG_SYNC= "commit_before_get_LOCK_commit_ordered SIGNAL con1_ready WAIT_FOR con1_go";
--send_eval $query_to_crash
--connect (conn_client_3,127.0.0.1,root,,test,$SERVER_MYPORT_1,)
SET DEBUG_SYNC= "now WAIT_FOR con1_ready";
# use the same signal with $query_to_crash
SET DEBUG_SYNC= "commit_before_update_binlog_end_pos SIGNAL con3_ready WAIT_FOR con1_go";
--send_eval $query2_to_crash