Skip to content

Commit

Permalink
MDEV-12120 tokudb_bugs.xa-N tests fail with timeout on valgrind
Browse files Browse the repository at this point in the history
The tests are disabled for valgrind in 5.6/10.x (LP:1549196),
so they should be disabled in 5.5 as well
  • Loading branch information
elenst committed Feb 23, 2017
1 parent 365c4e9 commit bdb672f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions storage/tokudb/mysql-test/tokudb_bugs/t/xa-3.test
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions storage/tokudb/mysql-test/tokudb_bugs/t/xa-4.test
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions storage/tokudb/mysql-test/tokudb_bugs/t/xa-6.test
@@ -1,5 +1,6 @@
--source include/have_tokudb.inc
--source include/have_debug.inc
-- source include/not_valgrind.inc

--disable_warnings
drop table if exists t1;
Expand Down

0 comments on commit bdb672f

Please sign in to comment.