Bug #58753 rpl_checksum finds unsuppressed warning
Submitted: 6 Dec 2010 12:52 Modified: 30 Dec 2010 18:51
Reporter: Andrei Elkin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:mysql-trunk OS:Any
Assigned to: Andrei Elkin CPU Architecture:Any
Tags: pb2, test failure

[6 Dec 2010 12:52] Andrei Elkin
Description:
A recent run of rpl_checksum on PB2 showed 

rpl.rpl_checksum 'mix'                   w5 [ fail ]  Found warnings/errors in server log file!
        Test ended at 2010-12-05 15:02:20
line
101205 17:01:26 [Warning] Master is configured to log replication events with checksum, but will not send such events to slaves that cannot process them
^ Found warnings in /export/home3/pb2/build/sb_2-None-1291552724.6/mysql-trunk-gcov/mysql-test/var/5/log/mysqld.1.err
ok

How to repeat:
https://central.sun.net/http://pb2.norway.sun.com/?template=mysql_show_test_failure&search...

Suggested fix:
Suppress the warning because it is allowed by the test's logics.
[6 Dec 2010 13:10] 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/126133

3210 Andrei Elkin	2010-12-06
      Bug #58753 rpl_checksum finds unsuppressed warning
      
      Suppressed a warning allowed by the test's logics.
     @ mysql-test/suite/rpl/r/rpl_checksum.result
        results are updated.
     @ mysql-test/suite/rpl/t/rpl_checksum.test
        suppression is added.
[21 Dec 2010 10:54] 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/127385

3458 Andrei Elkin	2010-12-21 [merge]
      Bug #58753 	rpl_checksum finds unsuppressed warning
      
      Fixed with deploying a suppression in the test.
      The test provokes the warning by a failure simulation.
      This patch cleans up rpl_checksum as well.
[21 Dec 2010 10:56] Andrei Elkin
Pushed to mysql-trunk-bugfixing.
[22 Dec 2010 21:30] Bugs System
Pushed into mysql-trunk 5.6.1 (revid:alexander.nozdrin@oracle.com-20101222212842-y0t3ibtd32wd9qaw) (version source revid:alexander.nozdrin@oracle.com-20101222212842-y0t3ibtd32wd9qaw) (merge vers: 5.6.1) (pib:24)
[30 Dec 2010 18:51] Paul DuBois
Changes to test suite. No changelog entry needed.