Skip to content
/ server Public

Commit ec58c02

Browse files
committed
Binlog-in-engine: Disable test binlog_in_engine.rpl_gtid_index for Valgrind
The test requires large amounts of CPU and runs too slowly in Valgrind to make sense, can even occasionally time out on loaded machines. Signed-off-by: Kristian Nielsen <[email protected]>
1 parent 0ce6a9e commit ec58c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/binlog_in_engine/rpl_gtid_index.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--source include/have_sequence.inc
22
--source include/have_innodb.inc
3+
# Very CPU-intensive test, too slow to run in Valgrind.
4+
--source include/not_valgrind.inc
35
--source include/master-slave.inc
46
--source include/have_binlog_format_mixed.inc
57

0 commit comments

Comments
 (0)