mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
MDEV-32242 fixup: innodb.doublewrite test may be skipped again
It is not sufficient to sleep for only 1 second to
ensure that the page cleaner has gone idle.
The timings could have been changed compared to earlier releases
by commit a635c40648
(MDEV-27774).
Let us allow the non-debug test innodb.doublewrite to be skipped,
and remove the insufficient 1-second sleep.
This commit is contained in:
parent
7f11fad85a
commit
0335629eb3
1 changed files with 1 additions and 4 deletions
|
@ -39,9 +39,6 @@ commit work;
|
|||
SET GLOBAL innodb_fast_shutdown = 0;
|
||||
let $shutdown_timeout=;
|
||||
--source include/restart_mysqld.inc
|
||||
# Ensure that buf_flush_page_cleaner() has woken up from its
|
||||
# first my_cond_timedwait() and gone idle.
|
||||
sleep 1;
|
||||
--source ../include/no_checkpoint_start.inc
|
||||
connect (dml,localhost,root,,);
|
||||
XA START 'x';
|
||||
|
@ -54,7 +51,7 @@ connection default;
|
|||
flush table t1 for export;
|
||||
|
||||
let $restart_parameters=;
|
||||
--let CLEANUP_IF_CHECKPOINT=drop table t1, unexpected_checkpoint;
|
||||
--let CLEANUP_IF_CHECKPOINT=XA COMMIT 'x';drop table t1;
|
||||
--source ../include/no_checkpoint_end.inc
|
||||
|
||||
perl;
|
||||
|
|
Loading…
Reference in a new issue