Commit ea771624 authored by Jan Lindström's avatar Jan Lindström

MDEV-19423: Galera test failure on galera.MDEV-16509

Make sure that SIGNALs are not overwritten before they
are received.
parent 5cf40223
...@@ -63,8 +63,9 @@ SET DEBUG_SYNC = "now WAIT_FOR agac_reached_2"; ...@@ -63,8 +63,9 @@ SET DEBUG_SYNC = "now WAIT_FOR agac_reached_2";
wsrep_last_seen_gtid_no_match wsrep_last_seen_gtid_no_match
1 1
SET DEBUG_SYNC = "now SIGNAL agac_continue_1"; SET DEBUG_SYNC = "now SIGNAL agac_continue_1";
SET DEBUG_SYNC = "now SIGNAL agac_continue_2";
connection node_1; connection node_1;
connection ctrl;
SET DEBUG_SYNC = "now SIGNAL agac_continue_2";
connection node_1a; connection node_1a;
connection ctrl; connection ctrl;
SET DEBUG_SYNC = "RESET"; SET DEBUG_SYNC = "RESET";
......
...@@ -124,10 +124,13 @@ SET DEBUG_SYNC = "now WAIT_FOR agac_reached_2"; ...@@ -124,10 +124,13 @@ SET DEBUG_SYNC = "now WAIT_FOR agac_reached_2";
--enable_query_log --enable_query_log
SET DEBUG_SYNC = "now SIGNAL agac_continue_1"; SET DEBUG_SYNC = "now SIGNAL agac_continue_1";
SET DEBUG_SYNC = "now SIGNAL agac_continue_2";
--connection node_1 --connection node_1
--reap --reap
--connection ctrl
SET DEBUG_SYNC = "now SIGNAL agac_continue_2";
--connection node_1a --connection node_1a
--reap --reap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment