Skip to content

Commit 9abf426

Browse files
author
Jan Lindström
committed
MDEV-8443: mysql-test - innodb.innodb_simulate_comp_failures 'innodb_plugin' is failing
Reduce the number of rounds and operations to avoid testcase timeout.
1 parent bd8ffe7 commit 9abf426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mysql-test/suite/innodb/r/innodb_simulate_comp_failures.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ CREATE TABLE t1(id INT AUTO_INCREMENT PRIMARY KEY, msg VARCHAR(255), KEY msg_i(m
55
SET GLOBAL innodb_simulate_comp_failures = 25;
66
SELECT COUNT(*) FROM t1;
77
COUNT(*)
8-
10000
8+
1500
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--source include/big_test.inc
22
# test takes too long with valgrind
33
--source include/not_valgrind.inc
4-
--let $num_inserts = 10000
5-
--let $num_ops = 10000
4+
--let $num_inserts = 1500
5+
--let $num_ops = 3500
66
--source suite/innodb/include/innodb_simulate_comp_failures.inc
77
# clean exit
88
--exit

0 commit comments

Comments
 (0)