1
0
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:
Sergei Golubchik
2024-03-27 22:30:29 +01:00
parent bd0e751549
commit fc6711c636
5 changed files with 17 additions and 20 deletions

View 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;
}