[Commits] ba10ffe: MDEV-16203: autoinc_debug of rocksdb test suite fails
revision-id: ba10ffe0f4c94c0fd2b1e42615a0c8d1a7f88ab9 parent(s): 9dd3e5ea3c7392562b75a40c7fb90b6750308b3a committer: Sergei Petrunia branch nick: 10.2-r11 timestamp: 2018-08-12 22:10:32 +0300 message: MDEV-16203: autoinc_debug of rocksdb test suite fails The test causes simulated server crashes with DBUG_SUICIDE();. It also relies on transactions that were committed right before the crash to be visible after the crash (that is, it requires durability). Run the test with transaction durability enabled: set rocksdb-flush-log-at-trx-commit=1. --- storage/rocksdb/mysql-test/rocksdb/t/autoinc_debug-master.opt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/rocksdb/mysql-test/rocksdb/t/autoinc_debug-master.opt b/storage/rocksdb/mysql-test/rocksdb/t/autoinc_debug-master.opt index 83ed852..0691718 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/autoinc_debug-master.opt +++ b/storage/rocksdb/mysql-test/rocksdb/t/autoinc_debug-master.opt @@ -1 +1 @@ ---binlog-format=row +--binlog-format=row --rocksdb-flush-log-at-trx-commit=1
participants (1)
-
psergey@askmonty.org