From 0357d0dcedb76f64ea8bbbc81c1f90ec7d886e86 Mon Sep 17 00:00:00 2001 From: Vinay Fisrekar Date: Thu, 16 Jun 2011 10:00:51 +0530 Subject: [PATCH] Skip test run with valgrind as test has restarts --- .../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