diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2017-04-02 13:12:19 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2017-04-02 13:12:19 +0300 |
commit | 0aa056f642f966ab2c88e91feced9035d5d4f50b (patch) | |
tree | 0a3afe0281d657a7e191e343199ec9c0be89bc26 | |
parent | 20d9fbcf9ae774a50177146aa916a984dd53ec6a (diff) | |
download | mariadb-git-0aa056f642f966ab2c88e91feced9035d5d4f50b.tar.gz |
Disable persistent_cache.test due to upstream MyRocks issue #579.
-rw-r--r-- | storage/rocksdb/mysql-test/rocksdb/t/disabled.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def index fbb8d645cb4..5247bf2aad2 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def +++ b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def @@ -45,6 +45,8 @@ rpl_row_not_found : MariaDB doesnt support slave_exec_mode='SEMI_STRICT' blind_delete_without_tx_api: MDEV-12286: rocksdb.blind_delete_without_tx_api test fails +persistent_cache: Upstream RocksDB bug https://github.com/facebook/mysql-5.6/issues/579 + allow_no_pk_concurrent_insert: stress test rocksdb_deadlock_stress_rc: stress test rocksdb_deadlock_stress_rr: stress test |