List:Commits« Previous MessageNext Message »
From:John H. Embretsen Date:November 11 2008 1:47pm
Subject:bzr commit into mysql-6.0-falcon-team branch (john.embretsen:2907) Bug#40636
View as plain text  
#At file:///export/home/tmp/je159969/mysql/bzr-shared/jsandbox/

 2907 John H. Embretsen	2008-11-11
      Disable falcon_bug_28095 in valgrind runs, as 'soft' server restart feature of mysql-test does not seem to work in such an environment. See Bug#40636 - falcon_bug_28095 test fails with 'Server failed to restart' in valgrind runs.
modified:
  mysql-test/suite/falcon/t/falcon_bug_28095.test

=== modified file 'mysql-test/suite/falcon/t/falcon_bug_28095.test'
--- a/mysql-test/suite/falcon/t/falcon_bug_28095.test	2008-11-04 16:50:26 +0000
+++ b/mysql-test/suite/falcon/t/falcon_bug_28095.test	2008-11-11 12:47:29 +0000
@@ -7,6 +7,15 @@
 #    server restart with --shutdown_server. We do the
 #    restart with the help of include/restart_mysqld.inc.
 #
+
+####
+# Temp: Due to Bug#40636 (falcon_bug_28095 test fails with 
+# "Server failed to restart" in valgrind runs) this test is 
+# disabled in valgrind runs.
+# Re-enable when "soft" server restart works with Valgrind.
+####
+--source include/not_valgrind.inc
+
 --echo *** Bug #28095: First phase ***
 
 # ----------------------------------------------------- #

Thread
bzr commit into mysql-6.0-falcon-team branch (john.embretsen:2907) Bug#40636John H. Embretsen11 Nov