mirror of
https://github.com/MariaDB/server.git
synced 2025-03-29 18:35:35 +01:00
MDEV-33489 atomic.alter_table is too slow with SSL
The test is killing and restarting the server very many times. This may lead to timeouts on architectures or builds that lack an SIMD based encryption implementation, such as IBM System Z (s390x) or cmake -DWITH_MSAN=ON builds.
This commit is contained in:
parent
49a6baec56
commit
2183f302c8
2 changed files with 1 additions and 1 deletions
mysql-test/suite/atomic
|
@ -1 +1,2 @@
|
|||
--innodb-max-dirty-pages-pct=0
|
||||
--skip-ssl
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
if (!$BIG_TEST)
|
||||
{
|
||||
--source include/not_valgrind.inc
|
||||
--source include/not_msan.inc
|
||||
}
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue