Bug #41557 version_comment_basic fails sporadically in pushbuild with timeout
Submitted: 17 Dec 2008 15:21 Modified: 5 Jan 2009 12:04
Reporter: Sven Sandberg Email Updates:
Status: Duplicate Impact on me:
None 
Category:Tests: Server Severity:S7 (Test Cases)
Version:6.0 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: pushbuild, sporadic, test failure, timeout, version_comment_basic

[17 Dec 2008 15:21] Sven Sandberg
Description:
main.version_comment_basic               [ fail ]  timeout after 900 minutes

Test case timeout after 900 seconds

== /dev/shm/var-embedded-112/log/version_comment_basic.log == 
1
1 Expected
'#---------------------BS_STVARS_054_05----------------------#'
SELECT COUNT(@@version_comment);
COUNT(@@version_comment)
1
1 Expected
SELECT COUNT(@@local.version_comment);
ERROR HY000: Variable 'version_comment' is a GLOBAL variable
Expected error 'Variable is a GLOBAL variable'
SELECT COUNT(@@SESSION.version_comment);
ERROR HY000: Variable 'version_comment' is a GLOBAL variable
Expected error 'Variable is a GLOBAL variable'
SELECT COUNT(@@GLOBAL.version_comment);
COUNT(@@GLOBAL.version_comment)
1
1 Expected
SELECT version_comment = @@SESSION.version_comment;
ERROR 42S22: Unknown column 'version_comment' in 'field list'
Expected error 'Readonly variable'

 - saving '/dev/shm/var-embedded-112/log/main.version_comment_basic/' to '/dev/shm/var-embedded-112/log/main.version_comment_basic/'

Retrying test, attempt(2/3)...

How to repeat:
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-rpl&order=114 sapsrv1/embedded
xref: http://tinyurl.com/685ptm
[5 Jan 2009 12:04] Alfranio Tavares Correia Junior
This is a duplicate of BUG#41861 which will be possible to fix after BUG#40399 has been fixed.