diff options
author | Vinay Fisrekar <vinay.fisrekar@oracle.com> | 2011-06-16 10:00:51 +0530 |
---|---|---|
committer | Vinay Fisrekar <vinay.fisrekar@oracle.com> | 2011-06-16 10:00:51 +0530 |
commit | 4e4e09ea5083f4e7d88aa248c9424953c9162e0a (patch) | |
tree | 66bfa3ecb95369e0b9f82b8f23d75a86c994f5dc /mysql-test/suite | |
parent | 44ed935b212d67d35c937037ff649f548737e0bc (diff) | |
download | mariadb-git-4e4e09ea5083f4e7d88aa248c9424953c9162e0a.tar.gz |
Skip test run with valgrind as test has restarts
Diffstat (limited to 'mysql-test/suite')
-rw-r--r-- | mysql-test/suite/innodb/t/innodb_prefix_index_restart_server.test | 2 |
1 files changed, 2 insertions, 0 deletions
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 |