[Commits] 7546000: MDEV-12427: rocksdb.write_sync fails
revision-id: 7546000059b18c3972ffdd19e12c2453c9652cc4 parent(s): e5bd75fb4e246b9f0494aab05dd557b18d5921cd committer: Sergei Petrunia branch nick: 10.2-r11 timestamp: 2018-05-11 13:55:03 +0300 message: MDEV-12427: rocksdb.write_sync fails Enable the test as the cause of the failure has been fixed --- storage/rocksdb/mysql-test/rocksdb/t/write_sync.test | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/rocksdb/mysql-test/rocksdb/t/write_sync.test b/storage/rocksdb/mysql-test/rocksdb/t/write_sync.test index e97a0b0..7c30d4f 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/write_sync.test +++ b/storage/rocksdb/mysql-test/rocksdb/t/write_sync.test @@ -1,5 +1,4 @@ --source include/have_rocksdb.inc ---source include/not_windows.inc # MDEV-12427 SET GLOBAL rocksdb_write_disable_wal=false; SET GLOBAL rocksdb_write_ignore_missing_column_families=true;
participants (1)
-
psergey@askmonty.org