Bug #41707 rpl.rpl_row_until fails in pushbuild: Table 'test.t2' doesn't exist
Submitted: 23 Dec 2008 9:41 Modified: 30 Jan 2009 18:07
Reporter: Alfranio Correia Email Updates:
Status: Closed
Category:Server: Tests Severity:S3 (Non-critical)
Version:6.0-rpl OS:Any
Assigned to: Zhenxing He Target Version:6.0+
Tags: 6.0-rpl-green, test failure, pushbuild, rpl_row_until
Triage: Triaged: D3 (Medium)

[23 Dec 2008 9:41] Alfranio Correia
Description:
rpl_row_until fails consistently in 6.0-rpl starting Dec 18:

rpl.rpl_row_until                        [ fail ]
        Test ended at 2008-12-18 22:38:06

CURRENT_TEST: rpl.rpl_row_until
mysqltest: At line 43: query 'select * from t2' failed: 1146: Table 'test.t2' doesn't
exist

The result from queries just before the failure was:
< snip >
Exec_Master_Log_Pos	455
Relay_Log_Space	#
Until_Condition	Master
Until_Log_File	master-no-such-bin.000001
Until_Log_Pos	291
Master_SSL_Allowed	No
Master_SSL_CA_File	
Master_SSL_CA_Path	
Master_SSL_Cert	
Master_SSL_Cipher	
Master_SSL_Key	
Seconds_Behind_Master	#
Master_SSL_Verify_Server_Cert	No
Last_IO_Errno	#
Last_IO_Error	#
Last_SQL_Errno	0
Last_SQL_Error	
Replicate_Ignore_Server_Ids	
Master_Server_Id	1
start slave until relay_log_file='slave-relay-bin.000003', relay_log_pos=1014;

More results from queries before failure can be found in
/dev/shm/var-ps_row-121/log/rpl_row_until.log

 - saving '/dev/shm/var-ps_row-121/log/rpl.rpl_row_until/' to
'/dev/shm/var-ps_row-121/log/rpl.rpl_row_until/'
Too many tests(10) failed! Terminating...
mysql-test-run: *** ERROR: Test suite aborted

How to repeat:
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0-rpl&order=128

xref:
https://intranet.mysql.com/secure/pushbuild/xref.pl?startdate=&enddate=&dir=&plat=&testtyp...
[26 Dec 2008 7:23] 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/62337

2771 He Zhenxing	2008-12-26
      BUG#41707 rpl.rpl_row_until fails in pushbuild: Table 'test.t2' doesn't exist 
      
      Update the test to use new binlog positions.
[7 Jan 2009 13:40] 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/62595

2774 He Zhenxing	2009-01-07 [merge]
      Auto merge
[9 Jan 2009 8:33] Zhenxing He
pushed to 6.0-rpl
[30 Jan 2009 13:26] Bugs System
Pushed into 6.0.10-alpha (revid:luis.soares@sun.com-20090129165607-wiskabxm948yx463)
(version source revid:luis.soares@sun.com-20090129163120-e2ntks4wgpqde6zt) (merge vers:
6.0.10-alpha) (pib:6)
[30 Jan 2009 18:07] Paul DuBois
Test case changes. No changelog entry needed.