mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 04:05:32 +02:00
BUG#40704 main.events_restart fails sporadically in pushbuild: "server has gone away"
mysqltest command 'shutdown_server' is supposed to shutdown the server and wait for it to be gone, and kill it when timeout. But because the arguments passed to my_kill were in the wrong order, 'shutdown_server' does not wait nor kill the server at all. So after 'shutdown_server', the server is still running, and the server may still accepting connections. mysql-test/include/mtr_warnings.sql: Suppress forcing close thread messages when server shuts down mysql-test/include/restart_mysqld.inc: wait_until_disconnected.inc is not required after fix shutdown_server command
This commit is contained in:
parent
2349c56f1c
commit
2070da7092
3 changed files with 4 additions and 6 deletions
|
|
@ -102,6 +102,7 @@ INSERT INTO global_suppressions VALUES
|
|||
("Failed to open log"),
|
||||
("Failed to open the existing master info file"),
|
||||
("Forcing shutdown of [0-9]* plugins"),
|
||||
("Forcing close of thread"),
|
||||
|
||||
/*
|
||||
Due to timing issues, it might be that this warning
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue