#At file:///home/andrei/MySQL/BZR/2a-23May/mysql-trunk/ based on revid:alexander.nozdrin@stripped
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.
modified:
mysql-test/suite/rpl/r/rpl_checksum.result
mysql-test/suite/rpl/t/rpl_checksum.test
=== modified file 'mysql-test/suite/rpl/r/rpl_checksum.result'
--- a/mysql-test/suite/rpl/r/rpl_checksum.result 2010-10-28 10:45:52 +0000
+++ b/mysql-test/suite/rpl/r/rpl_checksum.result 2010-12-06 13:08:10 +0000
@@ -7,6 +7,7 @@ start slave;
call mtr.add_suppression('Slave can not handle replication events with the checksum that master is configured to log');
call mtr.add_suppression('Replication event checksum verification failed');
call mtr.add_suppression('Relay log write failure: could not queue event from master');
+call mtr.add_suppression('Master is configured to log replication events with checksum, but will not send such events to slaves that cannot process');
set @master_save_binlog_checksum= @@global.binlog_checksum;
set @save_master_verify_checksum = @@global.master_verify_checksum;
select @@global.binlog_checksum as 'must be CRC32 because of the command line option';
=== modified file 'mysql-test/suite/rpl/t/rpl_checksum.test'
--- a/mysql-test/suite/rpl/t/rpl_checksum.test 2010-11-29 16:07:06 +0000
+++ b/mysql-test/suite/rpl/t/rpl_checksum.test 2010-12-06 13:08:10 +0000
@@ -9,6 +9,7 @@ call mtr.add_suppression('Slave can not
call mtr.add_suppression('Replication event checksum verification failed');
# due to C failure simulation
call mtr.add_suppression('Relay log write failure: could not queue event from master');
+call mtr.add_suppression('Master is configured to log replication events with checksum, but will not send such events to slaves that cannot process');
# A. read/write access to the global vars:
# binlog_checksum master_verify_checksum slave_sql_verify_checksum
Attachment: [text/bzr-bundle] bzr/andrei.elkin@oracle.com-20101206130810-nz8m5mzw24y6dzis.bundle