Commit bdb672fe authored by Elena Stepanova's avatar Elena Stepanova

MDEV-12120 tokudb_bugs.xa-N tests fail with timeout on valgrind

The tests are disabled for valgrind in 5.6/10.x (LP:1549196),
so they should be disabled in 5.5 as well
parent 365c4e97
......@@ -2,6 +2,7 @@
-- source include/have_tokudb.inc
-- source include/have_debug.inc
-- source include/not_embedded.inc
-- source include/not_valgrind.inc
--disable_warnings
drop table if exists t1, t2;
......
......@@ -2,6 +2,7 @@
-- source include/have_tokudb.inc
-- source include/have_debug.inc
-- source include/not_embedded.inc
-- source include/not_valgrind.inc
--disable_warnings
drop table if exists t1, t2;
......
--source include/have_tokudb.inc
--source include/have_debug.inc
-- source include/not_valgrind.inc
--disable_warnings
drop table if exists t1;
......
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