From b0d38448a176dc990554c7dd5b184c3ebe64be8b Mon Sep 17 00:00:00 2001 From: Sujatha Date: Thu, 19 Aug 2021 15:56:09 +0530 Subject: [PATCH] MDEV-25958: rpl_semi_sync_fail_over.test fails in buildbot Post push fix. Added a missing WAIT_FOR signal line. --- mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result | 1 + mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc | 1 + 2 files changed, 2 insertions(+) diff --git a/mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result b/mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result index 5db6770d809..1c15b10da96 100644 --- a/mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result +++ b/mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result @@ -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; diff --git a/mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc b/mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc index b354020f8b2..01b0d0e5050 100644 --- a/mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc +++ b/mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc @@ -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