diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2017-05-10 01:56:23 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2017-05-10 01:56:23 +0300 |
commit | 001e54af70e9180e15ebfe8a95f8180f3983ba92 (patch) | |
tree | 151cccc36feee1355296aced2e5c2f999c5e209d | |
parent | b5b7874186435ee8c1bd3da53bdc297f6d5c313c (diff) | |
download | mariadb-git-001e54af70e9180e15ebfe8a95f8180f3983ba92.tar.gz |
Disable RocksDB tests that fail regularly on buildbot (MDEV-12474)
Tests which fail on Xenial fulltest
-rw-r--r-- | storage/rocksdb/mysql-test/rocksdb/t/disabled.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def index 24f2b455ff8..37a6ee15e30 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/disabled.def +++ b/storage/rocksdb/mysql-test/rocksdb/t/disabled.def @@ -66,3 +66,8 @@ bloomfilter : MDEV-12474 Regularly fails on buildbot compact_deletes: MDEV-12663 : rocksdb.compact_deletes times out and causes other tests to fail +col_opt_not_null : MDEV-12474 - Fails in fulltest +col_opt_null : : MDEV-12474 - Fails in fulltest +col_opt_unsigned : MDEV-12474 - Fails in fulltest +col_opt_zerofill : MDEV-12474 - Fails in fulltest +type_float : MDEV-12474 - Fails in fulltest |