diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2018-01-13 01:26:06 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2018-01-13 01:26:06 +0300 |
commit | 4cafd8e66f77798168aecd9bb239f97d7cd1ee3b (patch) | |
tree | 869a95a602121e1df2e8fa03dc2fcabd027c38f0 | |
parent | 2da191791260d5ca3adcb6857404912d52926ee2 (diff) | |
download | mariadb-git-4cafd8e66f77798168aecd9bb239f97d7cd1ee3b.tar.gz |
rocksdb.information_schema testcase is not stable
-rw-r--r-- | storage/rocksdb/mysql-test/rocksdb/t/disabled.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def index 359d1d3e082..c2ca6efe46c 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def +++ b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def @@ -67,6 +67,7 @@ lock_wait_timeout_stats: MDEV-13404 compact_deletes: MDEV-12663 : rocksdb.compact_deletes times out and causes other tests to fail blind_delete_without_tx_api: MDEV-12286: rocksdb.blind_delete_without_tx_api test fails +information_schema: MDEV-14372: unstable testcase ## ## Tests that fail for some other reason @@ -75,4 +76,3 @@ blind_delete_without_tx_api: MDEV-12286: rocksdb.blind_delete_without_tx_api tes mysqlbinlog_gtid_skip_empty_trans_rocksdb : MariaRocks: requires GTIDs rpl_row_triggers : MariaRocks: requires GTIDs - |