mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed some tests that failes when built with valgrind
Example build: ./BUILD/compile-pentium64-valgrind-max Fixes: - sp-no-valgrind failed if binary was built for valgrind as in this case mem_root is allocated in very small hunks which the test cannot handle. Fixed by testing of valgrind build - truncate_notembedded failed in reap because of more memory used. Fixed by allowing reap to fail too
This commit is contained in:
4
mysql-test/include/not_valgrind_build.inc
Normal file
4
mysql-test/include/not_valgrind_build.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
if (`select version() like '%valgrind%'`)
|
||||
{
|
||||
skip Does not run with binaries built with valgrind;
|
||||
}
|
Reference in New Issue
Block a user