1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-10739: encryption.innodb-page_encryption_compression fails with timeout on valgrind

Test moved to big_test and not run on valgrind. Test heavy especially on debug builds.
This commit is contained in:
Jan Lindström
2016-11-29 08:35:51 +02:00
parent e493c6bb43
commit 9f31949b64
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,9 @@
-- source include/have_innodb.inc
-- source include/not_embedded.inc
-- source include/have_file_key_management_plugin.inc
-- source include/big_test.inc
# Test heavy not tested on valgrind
-- source include/not_valgrind.inc
--disable_query_log
let $innodb_compression_algorithm_orig=`SELECT @@innodb_compression_algorithm`;