mariadb/mysql-test/suite/atomic/alter_table_rocksdb.test
Sergey Vojtovich 9b0294cd12 MDEV-36666 - atomic.alter_table still times out often
According to buildbot cross-reference atomic.alter_table is failing ~10
times a day due to 900 seconds test case timeout. Split it into two
tests: atomic.alter_table_myisam and atomic.alter_table_innodb.
It should reduce failure frequency down to once a day or so, similarly
to atomic.alter_table_aria test.

Diabling InnoDB for MyISAM/Aria/RocksDB tests makes them 20-35% faster.
2025-04-25 10:40:47 +04:00

6 lines
151 B
Text

--source include/have_rocksdb.inc
let $engine_count=1;
let $engines='rocksdb';
set global rocksdb_flush_log_at_trx_commit=1;
--source alter_table.inc