mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Allow 30 seconds for slow shutdown in the Bug #60049 test.
This commit is contained in:
@ -13,7 +13,7 @@ let $MYSQLD_DATADIR=`select @@datadir`;
|
|||||||
|
|
||||||
# Shut down the server
|
# Shut down the server
|
||||||
-- exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
-- exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
||||||
-- shutdown_server 10
|
-- shutdown_server 30
|
||||||
-- source include/wait_until_disconnected.inc
|
-- source include/wait_until_disconnected.inc
|
||||||
|
|
||||||
# Check the tail of ID_IND (SYS_TABLES.ID)
|
# Check the tail of ID_IND (SYS_TABLES.ID)
|
||||||
|
@ -13,7 +13,7 @@ let $MYSQLD_DATADIR=`select @@datadir`;
|
|||||||
|
|
||||||
# Shut down the server
|
# Shut down the server
|
||||||
-- exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
-- exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
|
||||||
-- shutdown_server 10
|
-- shutdown_server 30
|
||||||
-- source include/wait_until_disconnected.inc
|
-- source include/wait_until_disconnected.inc
|
||||||
|
|
||||||
# Check the tail of ID_IND (SYS_TABLES.ID)
|
# Check the tail of ID_IND (SYS_TABLES.ID)
|
||||||
|
Reference in New Issue
Block a user