mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 00:01:00 +00:00
Fixed mtr test that fails with valgrind build and max_session_mem_used
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
perfschema.misc_session_status and main.max_session_mem_used fixed by including not_valgrind_build.inc
This commit is contained in:
parent
84fa008d25
commit
4a01157492
@ -1,6 +1,7 @@
|
||||
# memory usage is sensitive to valgrind/ps-protocol/embedded
|
||||
source include/not_msan.inc;
|
||||
source include/not_valgrind.inc;
|
||||
# We cannot use valgrind build as it uses more memory than normal build
|
||||
source include/not_valgrind_build.inc;
|
||||
source include/no_protocol.inc;
|
||||
source include/not_embedded.inc;
|
||||
source include/have_64bit.inc;
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/not_msan.inc
|
||||
--source include/not_valgrind.inc
|
||||
# We cannot use valgrind build as it uses more memory than normal build
|
||||
--source include/not_valgrind_build.inc
|
||||
# This does not crash on 32 bit because of less memory used
|
||||
--source include/have_64bit.inc
|
||||
--echo #
|
||||
|
||||
Loading…
Reference in New Issue
Block a user