Skip to content

Commit

Permalink
MyRocks: enable a few tests that do not seem to fail anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed Oct 29, 2017
1 parent b6d4859 commit a6dc22f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions storage/rocksdb/mysql-test/rocksdb/t/disabled.def
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit a6dc22f

Please sign in to comment.