mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +03:00
Problem was that test just takes too long time in slow I/O and triggers testcase timeout. Reduced the number of operations and inserts to make test shorter.
9 lines
234 B
Plaintext
9 lines
234 B
Plaintext
--source include/big_test.inc
|
|
# test takes too long with valgrind
|
|
--source include/not_valgrind.inc
|
|
--let $num_inserts = 10000
|
|
--let $num_ops = 10000
|
|
--source suite/innodb/include/innodb_simulate_comp_failures.inc
|
|
# clean exit
|
|
--exit
|