Bug #45284 rpl_backup_multi fails in PB2
Submitted: 3 Jun 2009 6:58 Modified: 9 Jan 2015 14:38
Reporter: Jørgen Løland Email Updates:
Status: Won't fix Impact on me:
None 
Category:Tests: Backup Severity:S3 (Non-critical)
Version:6.0 OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: experimental

[3 Jun 2009 6:58] Jørgen Løland
Description:
rpl_backup_multi fails intermittently in PB2. 

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

rpl.rpl_backup_multi                     [ exp-fail ]
        Test ended at 2009-06-02 10:45:55

CURRENT_TEST: rpl.rpl_backup_multi
--- /export/home/pb2/test/sb_6-560441-1243928828.91/mysql-5.4.4-alpha-linux-x86_64-test/mysql-test/suite/rpl/r/rpl_backup_multi.result	2009-06-02 10:42:07.000000000 +0300
+++ /export/home/pb2/test/sb_6-560441-1243928828.91/mysql-5.4.4-alpha-linux-x86_64-test/mysql-test/suite/rpl/r/rpl_backup_multi.reject	2009-06-02 11:45:55.000000000 +0300
@@ -637,7 +637,7 @@
 Read_Master_Log_Pos	#
 Relay_Log_File	#
 Relay_Log_Pos	#
-Relay_Master_Log_File	mysqld-bin.000002
+Relay_Master_Log_File	mysqld-bin.000001
 Slave_IO_Running	No
 Slave_SQL_Running	No
 Replicate_Do_DB	

mysqltest: Result content mismatch

 - saving '/export/home/pb2/test/sb_6-560441-1243928828.91/mysql-5.4.4-alpha-linux-x86_64-test/mysql-test/var/log/rpl.rpl_backup_multi/' to '/export/home/pb2/test/sb_6-560441-1243928828.91/mysql-5.4.4-alpha-linux-x86_64-test/mysql-test/var/log/rpl.rpl_backup_multi/'

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

Suggested fix:
The test needs to be stabilized. When it no longer fails, the test should be removed from collections/default.experimental
[31 Aug 2009 16:13] Hema Sridharan
This bug might depend on BUG#46996
[2 Sep 2009 11:36] Bjørn Munch
No, this will not be related to Bug #46996 which has do to with supression of server log warnings. This failure is about output not matching expected output.
[1 Oct 2009 15:15] 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/85404

2873 Hema Sridharan	2009-10-01
      BUG#45284 (rpl_backup_multi fails in PB)
      The new patch will mask out the 
      column from SHOW SLAVE STATUS command.
      modified:
        mysql-test/suite/rpl/r/rpl_backup_multi.result
        mysql-test/suite/rpl/t/rpl_backup_multi.test
[1 Oct 2009 21:25] Chuck Bell
Patch approved.
[1 Oct 2009 21:28] Chuck Bell
Patch approved. Second reviewer not needed.
[2 Oct 2009 14:56] 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/85555

2876 Hema Sridharan	2009-10-02
      BUG#45284 (rpl_backup_multi test fails in PB)
      The patch fix for this bug will mask out
      master_log_file column from SHOW SLAVE STATUS
      command.
      modified:
        mysql-test/suite/rpl/r/rpl_backup_multi.result
        mysql-test/suite/rpl/t/rpl_backup_multi.test
[21 Dec 2010 6:34] Jørgen Løland
Can this bug be closed now?