Commit f9c432c5 authored by Monty's avatar Monty

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

parent edfeb129
-- 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`;
......
--source include/big_test.inc
# debug sync points times out when using valgrind
--source include/not_valgrind.inc
--source include/have_innodb.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc
......
......@@ -6,6 +6,8 @@
--source include/have_debug.inc
--source include/have_debug_sync.inc
--source include/have_innodb_16k.inc
# debug sync points times out when using valgrind
--source include/not_valgrind.inc
--disable_query_log
SET @old_innodb_limit_optimistic_insert_debug = @@innodb_limit_optimistic_insert_debug;
......
......@@ -3,6 +3,7 @@
#
--source include/big_test.inc
--source include/not_valgrind.inc
# With larger innodb_page_size, the undo log tablespaces do not grow enough.
--source include/innodb_page_size_small.inc
--source include/have_innodb.inc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment