Skip to content

Commit

Permalink
MDEV-8443: mysql-test - innodb.innodb_simulate_comp_failures 'innodb_…
Browse files Browse the repository at this point in the history
…plugin' is failing

Reduce the number of rounds and operations to avoid testcase timeout.
  • Loading branch information
Jan Lindström committed Sep 4, 2015
1 parent bd8ffe7 commit 9abf426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ CREATE TABLE t1(id INT AUTO_INCREMENT PRIMARY KEY, msg VARCHAR(255), KEY msg_i(m
SET GLOBAL innodb_simulate_comp_failures = 25;
SELECT COUNT(*) FROM t1;
COUNT(*)
10000
1500
4 changes: 2 additions & 2 deletions mysql-test/suite/innodb/t/innodb_simulate_comp_failures.test
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--source include/big_test.inc
# test takes too long with valgrind
--source include/not_valgrind.inc
--let $num_inserts = 10000
--let $num_ops = 10000
--let $num_inserts = 1500
--let $num_ops = 3500
--source suite/innodb/include/innodb_simulate_comp_failures.inc
# clean exit
--exit

0 comments on commit 9abf426

Please sign in to comment.