mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
mtr: increase timeouts under ASAN/UBSAN/MSAN
not only under valgrind
This commit is contained in:
9
mysql-test/include/slow_environ.inc
Normal file
9
mysql-test/include/slow_environ.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
if (!$slow_environ_check)
|
||||
{
|
||||
let $_timeout_adjustment=;
|
||||
if (`select $VALGRIND_TEST + count(*) from information_schema.system_variables where variable_name='have_sanitizer' and global_value like '%SAN%'`)
|
||||
{
|
||||
let $_timeout_adjustment=0;
|
||||
}
|
||||
let $slow_environ_check=1;
|
||||
}
|
Reference in New Issue
Block a user