mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Valgrind: Disable tests that would often time out
Starting with 10.5, InnoDB crash recovery tests seem to time out more easily under Valgrind, which emulates multiple threads by interleaving them in a single operating system thread. These tests will still be covered by AddressSanitizer and MemorySanitizer.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
--source include/maybe_debug.inc
|
||||
--source include/innodb_page_size_small.inc
|
||||
--source include/no_valgrind_without_big.inc
|
||||
|
||||
--echo #
|
||||
--echo # Bug #16963396 INNODB: USE OF LARGE EXTERNALLY-STORED FIELDS MAKES
|
||||
|
Reference in New Issue
Block a user