From 4e4e09ea5083f4e7d88aa248c9424953c9162e0a Mon Sep 17 00:00:00 2001 From: Vinay Fisrekar Date: Thu, 16 Jun 2011 10:00:51 +0530 Subject: Skip test run with valgrind as test has restarts --- mysql-test/suite/innodb/t/innodb_prefix_index_restart_server.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/suite/innodb/t/innodb_prefix_index_restart_server.test b/mysql-test/suite/innodb/t/innodb_prefix_index_restart_server.test index 9d3c52206ff..587e6fe1f6b 100644 --- a/mysql-test/suite/innodb/t/innodb_prefix_index_restart_server.test +++ b/mysql-test/suite/innodb/t/innodb_prefix_index_restart_server.test @@ -9,6 +9,8 @@ # # ###################################################################### +# Don't test this under valgrind, memory leaks will occur due restart +--source include/not_valgrind.inc # Test restart the server and "shutdown_server" looks for pid file # which is not there with embedded mode --source include/not_embedded.inc -- cgit v1.2.1