mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-33285 make the test deterministic
need to clear old signals before waiting for new signals with the same name
This commit is contained in:
@@ -252,6 +252,7 @@ KILL QUERY id;
|
|||||||
SET debug_sync='now SIGNAL go';
|
SET debug_sync='now SIGNAL go';
|
||||||
connection default;
|
connection default;
|
||||||
ERROR 70100: Query execution was interrupted
|
ERROR 70100: Query execution was interrupted
|
||||||
|
SET debug_sync='RESET';
|
||||||
SET debug_sync='mysql_checksum_table_before_calculate_checksum SIGNAL parked WAIT_FOR go';
|
SET debug_sync='mysql_checksum_table_before_calculate_checksum SIGNAL parked WAIT_FOR go';
|
||||||
CHECKSUM TABLE t1;
|
CHECKSUM TABLE t1;
|
||||||
connection con1;
|
connection con1;
|
||||||
|
@@ -338,6 +338,7 @@ connection default;
|
|||||||
error ER_QUERY_INTERRUPTED;
|
error ER_QUERY_INTERRUPTED;
|
||||||
reap;
|
reap;
|
||||||
|
|
||||||
|
SET debug_sync='RESET';
|
||||||
SET debug_sync='mysql_checksum_table_before_calculate_checksum SIGNAL parked WAIT_FOR go';
|
SET debug_sync='mysql_checksum_table_before_calculate_checksum SIGNAL parked WAIT_FOR go';
|
||||||
send CHECKSUM TABLE t1;
|
send CHECKSUM TABLE t1;
|
||||||
connection con1;
|
connection con1;
|
||||||
|
Reference in New Issue
Block a user