mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 09:45:31 +02:00
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
This commit is contained in:
parent
365c4e971a
commit
bdb672fe96
3 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue