Skip to content

Commit 454037b

Browse files
author
Jan Lindström
committed
MDEV-6682 innodb.innodb_simulate_comp_failures_small is too slow
if it's run on a real disk Made test smaller.
1 parent 6389fd3 commit 454037b

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_small.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+
1000
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--let $num_inserts = 10000
2-
--let $num_ops = 300
1+
--let $num_inserts = 1000
2+
--let $num_ops = 30
33
--source suite/innodb/include/innodb_simulate_comp_failures.inc
44
# clean exit
55
--exit

0 commit comments

Comments
 (0)