1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix tokudb test failures post merge

This commit is contained in:
Vicențiu Ciorbaru
2017-05-17 16:19:01 +03:00
parent 5fe55b1b02
commit 3670d167a6
14 changed files with 13 additions and 1 deletions

View File

@@ -1 +0,0 @@
--tokudb-background-job-status

View File

@@ -1,3 +1,4 @@
skip Background Job Manager not supported in MariaDB;
# This is a comprehensive test for the background job manager and
# the information_schema.tokudb_background_job_status table
#

View File

@@ -1,3 +1,4 @@
--source include/have_partition.inc
# See https://bugs.launchpad.net/percona-server/+bug/1657908
source include/have_tokudb.inc;

View File

@@ -1,3 +1,4 @@
skip Background Job Manager not supported in MariaDB;
# Test the auto analyze on lots of tables
-- source include/have_tokudb.inc

View File

@@ -1,3 +1,4 @@
skip TokuDB dir CMD disabled in MariaDB;
source include/have_tokudb.inc;
--let $MYSQL_DATADIR=`select @@datadir`

View File

@@ -1,3 +1,4 @@
skip Tokudb Lock Waits not in I_S in MariaDB;
# verify that tokudb_locks and tokudb_lock_waits contents for 2 conflicting transactions with a lock timeout
source include/have_tokudb.inc;

View File

@@ -1,3 +1,4 @@
skip Tokudb Lock Waits not in I_S in MariaDB;
# verify that information_schema.tokudb_locks gets populated with locks for 2 clients
source include/have_tokudb.inc;

View File

@@ -1,3 +1,4 @@
skip Tokudb trx not in I_S in MariaDB;
# verify that information_schema.tokudb_trx gets populated with transactions
source include/have_tokudb.inc;

View File

@@ -1,3 +1,4 @@
skip Tokudb Lock Waits not in I_S in MariaDB;
# check for any locking weirdness on DELETE triggers
source include/have_tokudb.inc;
set default_storage_engine='tokudb';

View File

@@ -1,3 +1,4 @@
skip Tokudb Lock Waits not in I_S in MariaDB;
# check for any locking weirdness on INSERT triggers
source include/have_tokudb.inc;
set default_storage_engine='tokudb';

View File

@@ -1,3 +1,4 @@
skip Tokudb Lock Waits not in I_S in MariaDB;
# check for any locking weirdness on UPDATE triggers
source include/have_tokudb.inc;
set default_storage_engine='tokudb';

View File

@@ -1,3 +1,4 @@
skip Background Job Manager not supported in MariaDB;
# This test for DB-938 tests a race condition where a scheduled background job
# (analyze) ends up operating on a set of DB* key_file[] in TOKUDB_SHARE that
# were set to NULL during a TRUNCATE TABLE operation.

View File

@@ -1,3 +1,4 @@
skip Background Job Manager not supported in MariaDB;
source include/have_tokudb.inc;
set default_storage_engine='tokudb';
disable_warnings;

View File

@@ -1,3 +1,4 @@
skip Tokudb Fractal Tree info not in I_S in MariaDB;
# test DB-718, a crash caused by broken error handling in tokudb's fractal_tree_info information schema
source include/have_tokudb.inc;
set default_storage_engine='tokudb';