mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-18353 fixup. Run mtr test on Windows
mtr supports running processes in background on Windows since 10.8. Rename shutdown_not_windows.test to shutdown_debug.test, and allow this test everywhere.
This commit is contained in:
8
mysql-test/main/shutdown_debug.result
Normal file
8
mysql-test/main/shutdown_debug.result
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# MDEV-18353 Shutdown may miss to wait for connection thread
|
||||
#
|
||||
call mtr.add_suppression('Thread .* did not exit');
|
||||
set @old_dbug=@@global.debug_dbug;
|
||||
set global debug_dbug='+d,CONNECT_wait';
|
||||
select variable_value into @cons from information_schema.global_status where variable_name='connections';
|
||||
# restart
|
Reference in New Issue
Block a user