Bug #41623 auto_increment_increment_func fails sporadically on pushbuild with timeout
Submitted: 19 Dec 2008 7:13 Modified: 5 Jan 2009 12:09
Reporter: Sven Sandberg Email Updates:
Status: Duplicate Impact on me:
None 
Category:Tests Severity:S7 (Test Cases)
Version:6.0 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: auto_increment_increment, pushbuild, sporadic, test failure

[19 Dec 2008 7:13] Sven Sandberg
Description:
Sporadic pushbuild failure:

main.auto_increment_increment_func       [ fail ]  timeout after 900 seconds
        Test ended at 2008-12-13 02:55:24

Test case timeout after 900 seconds

== /dev/shm/var-embedded-112/log/auto_increment_increment_func.log == 
115	Record_9
116	Record_10
117	Record_11
119	Record_12
121	Record_13
123	Record_14
125	Record_15
127	Record_16
128	Record_17
129	Record_18
'Bug#35364: Variable is incrementing some random values on assigning -ve value'
## Disconnecting test_con2 ##
## Dropping table t1 ##
DROP table if exists t1;
## Disconnecting test_con1 ##
## switching to default connection ##
SET @@global.auto_increment_increment = @global_auto_increment_increment;
SET @@session.auto_increment_increment = @session_auto_increment_increment;
SET @@global.auto_increment_offset = @global_auto_increment_offset;
SET @@session.auto_increment_offset = @session_auto_increment_offset;

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

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

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