1
0
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:
Sergei Golubchik
2025-01-25 09:51:20 +01:00
parent caec03cb79
commit c1933b46e4
2 changed files with 2 additions and 0 deletions

View File

@@ -338,6 +338,7 @@ connection default;
error ER_QUERY_INTERRUPTED;
reap;
SET debug_sync='RESET';
SET debug_sync='mysql_checksum_table_before_calculate_checksum SIGNAL parked WAIT_FOR go';
send CHECKSUM TABLE t1;
connection con1;