Skip to content

Commit

Permalink
Disable 2 tokudb tests
Browse files Browse the repository at this point in the history
dir_per_db_rename_to_nenexisting_schema: mysqltest fails with no output
percona_kill_idle_trx_tokudb: MariaDB doesn't support kill_idle_trx var
for all SE.
  • Loading branch information
cvicentiu committed Mar 5, 2017
1 parent 7bf914e commit 9741017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1,4 +1,5 @@
--source include/have_tokudb.inc
--skip MariaDB mysqltest fails for this test providing no output.

SET GLOBAL tokudb_dir_per_db=true;
--let DATADIR=`SELECT @@datadir`
Expand Down Expand Up @@ -59,7 +60,7 @@ DROP DATABASE new_db;
--echo ###
CREATE TABLE t1 (id INT AUTO_INCREMENT PRIMARY KEY NOT NULL) ENGINE=tokudb;
CALL mtr.add_suppression("because destination db does not exist");
--error ER_ERROR_ON_RENAME
--error 192
ALTER TABLE test.t1 RENAME foo.t1;
DROP TABLE t1;

Expand Down
@@ -1,4 +1,5 @@
--source include/have_tokudb.inc
--skip MariaDB doesn't support kill_idle_trx variable for all SE

SET default_storage_engine=TokuDB;
--source include/percona_kill_idle_trx.inc

0 comments on commit 9741017

Please sign in to comment.