Bug #43325 Timeout in wait_until_connected_again.inc
Submitted: 3 Mar 2009 9:53 Modified: 16 Mar 2009 16:41
Reporter: Alexander Nozdrin Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:6.0 OS:Any
Assigned to: Alexander Nozdrin CPU Architecture:Any
Tags: pushbuild, sporadic, test failure, widespread

[3 Mar 2009 9:53] Alexander Nozdrin
Description:
It looks like the current timeout (7 minutes) is not enough
to restart the server on some busy/overloaded boxes, like valgrind.

The symptoms are as follows:
--------------------------------------------
mysqltest: In included file "./include/wait_until_connected_again.inc": At line 30: Server failed to restart
--------------------------------------------

It looks like a pure test problem because another attempt of running
the test usually succeed.

How to repeat:
*

Suggested fix:
Increase timeout (let's say 20 minutes).
[12 Mar 2009 10:02] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/69013

2744 Alexander Nozdrin	2009-03-12
      Bug#43325: Timeout in wait_until_connected_again.inc.
      
      Increase timeout in wait_until_connected_again.inc from 7 to 20 minutes.
      modified:
        mysql-test/include/wait_until_connected_again.inc
[13 Mar 2009 10:45] Alexander Nozdrin
Pushed into 6.0-alik.
[16 Mar 2009 14:16] Bugs System
Pushed into 6.0.11-alpha (revid:alik@sun.com-20090313103922-a0lmerckkone8c97) (version source revid:alik@sun.com-20090312100146-r3z6emfujkznsxkk) (merge vers: 6.0.11-alpha) (pib:6)
[16 Mar 2009 16:41] Paul DuBois
Test case changes. No changelog entry needed.