1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixes for mtr --valgrind

Disabled show_explain when used with valgrind because of random failures
Disable ssl-big when running with --valgrind as it takes more than 1 hour
This commit is contained in:
Monty
2021-04-01 13:50:03 +03:00
committed by Sergei Golubchik
parent aa1626d15e
commit 0fceb752c5
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,8 @@
-- source include/have_ssl_communication.inc
-- source include/big_test.inc
-- source include/have_64bit.inc
# No point in running with valgrind as it takes 1.5 hours
-- source include/not_valgrind.inc
# Save the initial number of concurrent sessions
--source include/count_sessions.inc