Skip to content

Commit bdb672f

Browse files
committed
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
1 parent 365c4e9 commit bdb672f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

storage/tokudb/mysql-test/tokudb_bugs/t/xa-3.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- source include/have_tokudb.inc
33
-- source include/have_debug.inc
44
-- source include/not_embedded.inc
5+
-- source include/not_valgrind.inc
56

67
--disable_warnings
78
drop table if exists t1, t2;

storage/tokudb/mysql-test/tokudb_bugs/t/xa-4.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- source include/have_tokudb.inc
33
-- source include/have_debug.inc
44
-- source include/not_embedded.inc
5+
-- source include/not_valgrind.inc
56

67
--disable_warnings
78
drop table if exists t1, t2;

storage/tokudb/mysql-test/tokudb_bugs/t/xa-6.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--source include/have_tokudb.inc
22
--source include/have_debug.inc
3+
-- source include/not_valgrind.inc
34

45
--disable_warnings
56
drop table if exists t1;

0 commit comments

Comments
 (0)