List:Commits« Previous MessageNext Message »
From:msvensson Date:September 19 2006 5:41pm
Subject:bk commit into 5.0 tree (msvensson:1.2278)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-09-19 19:41:41+02:00, msvensson@shellback.(none) +1 -0
  Increase suite timeout even more - 6 times - when running with  valgrind

  mysql-test/mysql-test-run.pl@stripped, 2006-09-19 19:41:38+02:00, msvensson@shellback.(none) +1 -1
    Increase suite timeout even more when running with  valgrind

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/work/my50-work

--- 1.116/mysql-test/mysql-test-run.pl	2006-09-19 19:41:49 +02:00
+++ 1.117/mysql-test/mysql-test-run.pl	2006-09-19 19:41:49 +02:00
@@ -854,7 +854,7 @@
   if ( ! $opt_suite_timeout )
   {
     $opt_suite_timeout= $default_suite_timeout;
-    $opt_suite_timeout*= 4 if defined $opt_valgrind;
+    $opt_suite_timeout*= 6 if defined $opt_valgrind;
   }
 
   # Increase times to wait for executables to start if using valgrind
Thread
bk commit into 5.0 tree (msvensson:1.2278)msvensson19 Sep