#At file:///media/sdb2/hezx/work/mysql/bzr/b47027/trunk-bugfixing/ based on revid:zhenxing.he@stripped
3324 He Zhenxing 2010-11-04
BUG#57764 rpl_semi_sync fails sporadically: "master failed on net_flush()"
This is expected error for rpl_semi_sync.test, fixed the problem
by suppressing the error.
modified:
mysql-test/suite/rpl/t/rpl_semi_sync.test
=== modified file 'mysql-test/suite/rpl/t/rpl_semi_sync.test'
--- a/mysql-test/suite/rpl/t/rpl_semi_sync.test 2010-06-17 10:57:13 +0000
+++ b/mysql-test/suite/rpl/t/rpl_semi_sync.test 2010-11-04 08:19:27 +0000
@@ -12,6 +12,7 @@ connection master;
call mtr.add_suppression("Timeout waiting for reply of binlog");
call mtr.add_suppression("Read semi-sync reply");
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.");
+call mtr.add_suppression("Semi-sync master failed on net_flush() before waiting for slave reply");
connection slave;
call mtr.add_suppression("Master server does not support semi-sync");
call mtr.add_suppression("Semi-sync slave .* reply");
Attachment: [text/bzr-bundle] bzr/zhenxing.he@sun.com-20101104081927-sipcsyo6chd209lx.bundle