mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
atomic.alter_table test is too slow for MSAN
This commit is contained in:
parent
b663c935a4
commit
dba9d19249
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
--source include/have_debug.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_log_bin.inc
|
||||
--source include/not_valgrind.inc
|
||||
|
||||
if (!$BIG_TEST)
|
||||
{
|
||||
--source include/not_valgrind.inc
|
||||
--source include/not_msan.inc
|
||||
}
|
||||
|
||||
#
|
||||
# Testing of atomic create table with crashes in a lot of different places
|
||||
|
|
Loading…
Reference in a new issue