1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Disable from valgrind big innodb tests that doesn't run well in valgrind

This commit is contained in:
Monty
2020-09-10 16:28:12 +03:00
parent edfeb12919
commit f9c432c5a9
4 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,8 @@
-- source include/have_innodb.inc
-- source include/have_example_key_management_plugin.inc
-- source include/not_embedded.inc
# This test is too slow for valgrind and causes innnodb semaphores to time out
-- source include/not_valgrind.inc
let $innodb_encrypt_tables_orig = `SELECT @@innodb_encrypt_tables`;
let $innodb_encryption_threads_orig = `SELECT @@innodb_encryption_threads`;