Skip to content

Commit

Permalink
atomic.alter_table test is too slow for MSAN
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Apr 30, 2024
1 parent b663c93 commit dba9d19
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mysql-test/suite/atomic/alter_table.test
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit dba9d19

Please sign in to comment.