Skip to content
Permalink
Browse files
Disable from valgrind big innodb tests that doesn't run well in valgrind
  • Loading branch information
montywi committed Oct 21, 2020
1 parent edfeb12 commit f9c432c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
@@ -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`;
@@ -1,4 +1,6 @@
--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

0 comments on commit f9c432c

Please sign in to comment.