Skip to content

Commit 75538f9

Browse files
committed
MDEV-24653 fixup: Make the test deterministic
1 parent eaeb8ec commit 75538f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/innodb/t/instant_alter_debug.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ connection default;
228228
SET DEBUG_SYNC = 'now WAIT_FOR copied';
229229
let $wait_all_purged = 1;
230230
--source include/wait_all_purged.inc
231+
let $wait_all_purged = 0;
231232
INSERT INTO t1 SET a=1;
232233
INSERT INTO t1 SET a=2,b=3,c=4;
233234
SET DEBUG_SYNC = 'now SIGNAL logged';

0 commit comments

Comments
 (0)