mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
Extend have_sanitizer with ASAN+UBSAN and MSAN
Disable some tests that are too slow or big for MSAN.
This commit is contained in:
@@ -48,7 +48,9 @@ if ($rpl_debug)
|
||||
|
||||
# Send shutdown to the connected server and give
|
||||
# it 60 seconds (of mysqltest's default) to die before zapping it
|
||||
shutdown_server;
|
||||
let $rpl_shutdown_timeout= `select 60*(1+9*count(*)) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like "MSAN%"`;
|
||||
|
||||
shutdown_server $rpl_shutdown_timeout;
|
||||
|
||||
--source include/wait_until_disconnected.inc
|
||||
|
||||
|
Reference in New Issue
Block a user