Skip to content

Commit eaf7c0c

Browse files
committed
mtr: remove not_valgrind_build
The version test on not_valgrind_build.inc was broken as in BB the sp-no-valgrind.test was executed. The implication that it wouldn't work on ASAN was also incorrect as ASAN tests show it running fine there. Correct sp-no-valgrind.test for not_valgrind.inc.
1 parent ea98695 commit eaf7c0c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

mysql-test/include/not_valgrind_build.inc

Lines changed: 0 additions & 4 deletions
This file was deleted.

mysql-test/main/sp-no-valgrind.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--source include/not_msan.inc
2-
--source include/not_valgrind_build.inc
2+
--source include/not_valgrind.inc
33

44
--echo # MDEV-20699 do not cache SP in SHOW CREATE
55
--echo # Warmup round, this might allocate some memory for session variable

0 commit comments

Comments
 (0)