summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc
diff options
context:
space:
mode:
authorSujatha <sujatha.sivakumar@mariadb.com>2021-08-19 15:56:09 +0530
committerSujatha <sujatha.sivakumar@mariadb.com>2021-08-19 16:35:44 +0530
commitb0d38448a176dc990554c7dd5b184c3ebe64be8b (patch)
tree80f478db81bdd812facb312e2b9e1965178b65e8 /mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc
parentd12b5e218732f23f9abf97658975bd32f3faddb5 (diff)
downloadmariadb-git-b0d38448a176dc990554c7dd5b184c3ebe64be8b.tar.gz
MDEV-25958: rpl_semi_sync_fail_over.test fails in buildbot
Post push fix. Added a missing WAIT_FOR signal line.
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc')
-rw-r--r--mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc1
1 files changed, 1 insertions, 0 deletions
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