Bug #47478 PB2: rpl_extraColmaster_innodb sporadic failures (timeout)
Submitted: 21 Sep 2009 10:24 Modified: 1 Mar 2014 6:18
Reporter: Luis Soares Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Tests: Replication Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[21 Sep 2009 10:24] Luis Soares
Description:
rpl_extraColmaster_innodb has failed on PB2 with timeout.

Details
=======

Where 	Build 	Test 	Run 	Suite 	Case 	Mode 	When
mysql-5.1-bugteam
532313	binary-max-linux-x86_64-tar-gz
532355 tyr36	test-max-linux-x86_64
532651 tyr75	n_mix	rpl	rpl_extraColmaster_innodb	None	2009-09-18 10:41:48

Symptom
=======

rpl.rpl_extraColmaster_innodb            w8 [ fail ]  timeout after 900 seconds
        Test ended at 2009-09-18 12:26:11

Test case timeout after 900 seconds

== /export/home/pb2/test/sb_1-753588-1253265090.9/mysql-5.1.39-linux-x86_64-test/mysql-test/var-n_mix/8/log/rpl_extraColmaster_innodb.log == 

SELECT c1,c2,c3,hex(c4),c5,c6,c7 FROM t14 ORDER BY c1;
c1	c2	c3	hex(c4)	c5	c6	c7
1	1.00	Replication Testing Extra Col	62316231623162316231623162316231	Kyle	1	CURRENT_TIMESTAMP
2	2.00	This Test Should work	62316231623162316231623162316231	JOE	1	CURRENT_TIMESTAMP
3	3.00	If is does not, I will open a bug	62316231623162316231623162316231	QA	1	CURRENT_TIMESTAMP

*** Select on Slave ****
SELECT c1,c2,c3,hex(c4),c5 FROM t14 ORDER BY c1;
c1	c2	c3	hex(c4)	c5
1	1.00	Replication Testing Extra Col	62316231623162316231623162316231	Kyle
2	2.00	This Test Should work	62316231623162316231623162316231	JOE
3	3.00	If is does not, I will open a bug	62316231623162316231623162316231	QA

****************************************************
* - Alter Master Dropping columns from the middle. *
*   Expect: columns dropped                        *
****************************************************

*** connect to master and drop columns ***

How to repeat:
http://pb2.norway.sun.com/web.py?template=mysql_show_test_failure&test_failure_id=2328603

Suggested fix:
n/a