summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2017-10-29 11:49:18 +0300
committerSergei Petrunia <psergey@askmonty.org>2017-10-29 11:49:18 +0300
commita6dc22fc73bca5718fb210bf7abd5df4aa0f0140 (patch)
treef420437b438438724a20fff517a328a403f7da4c
parentb6d48595477033fcbb1e26e5700f70ee58f47c54 (diff)
downloadmariadb-git-a6dc22fc73bca5718fb210bf7abd5df4aa0f0140.tar.gz
MyRocks: enable a few tests that do not seem to fail anymore
-rw-r--r--storage/rocksdb/mysql-test/rocksdb/t/disabled.def9
1 files changed, 5 insertions, 4 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def
index 5699e8ccb7d..d35d1bdaf94 100644
--- a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def
+++ b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def
@@ -54,7 +54,6 @@ blind_delete_without_tx_api: MDEV-12286: rocksdb.blind_delete_without_tx_api tes
persistent_cache: Upstream RocksDB bug https://github.com/facebook/mysql-5.6/issues/579
collation: Fails on gcc 4.8 and before, MDEV-12433
-unique_sec : Intermittent failures in BB
# See also storage/rocksdb/mysql-test/rocksdb/suite.pm
# Running tests under valgrind is disabled there.
@@ -64,9 +63,11 @@ rocksdb_deadlock_stress_rc: stress test
rocksdb_deadlock_stress_rr: stress test
# MDEV-12474 Regularly failing tests on Buildbot
-autoinc_vars_thread : MDEV-12474 Regularly fails on buildbot
-unique_check : MDEV-12474 Regularly fails on buildbot
-bloomfilter : MDEV-12474 Regularly fails on buildbot
+# Enabling these didn't seem to cause any trouble:
+# autoinc_vars_thread : MDEV-12474 Regularly fails on buildbot
+# unique_check : MDEV-12474 Regularly fails on buildbot
+# bloomfilter : MDEV-12474 Regularly fails on buildbot
+# unique_sec : Intermittent failures in BB
compact_deletes: MDEV-12663 : rocksdb.compact_deletes times out and causes other tests to fail