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:
Marko Mäkelä 2025-03-05 11:44:38 +02:00
parent 49a6baec56
commit 2183f302c8
2 changed files with 1 additions and 1 deletions
mysql-test/suite/atomic

View file

@ -1 +1,2 @@
--innodb-max-dirty-pages-pct=0
--skip-ssl

View file

@ -5,7 +5,6 @@
if (!$BIG_TEST)
{
--source include/not_valgrind.inc
--source include/not_msan.inc
}
#