Skip to content
Permalink
Browse files
Fix tokudb test failures post merge
  • Loading branch information
cvicentiu committed May 17, 2017
1 parent 5fe55b1 commit 3670d16
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 1 deletion.

This file was deleted.

@@ -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
#
@@ -1,3 +1,4 @@
--source include/have_partition.inc
# See https://bugs.launchpad.net/percona-server/+bug/1657908

source include/have_tokudb.inc;
@@ -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

@@ -1,3 +1,4 @@
skip TokuDB dir CMD disabled in MariaDB;
source include/have_tokudb.inc;

--let $MYSQL_DATADIR=`select @@datadir`
@@ -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;
@@ -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;
@@ -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;
@@ -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';
@@ -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';
@@ -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';
@@ -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.
@@ -1,3 +1,4 @@
skip Background Job Manager not supported in MariaDB;
source include/have_tokudb.inc;
set default_storage_engine='tokudb';
disable_warnings;
@@ -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';

0 comments on commit 3670d16

Please sign in to comment.