From: Date: June 23 2008 12:03pm Subject: bzr push into mysql-6.0 branch (aelkin:2665) List-Archive: http://lists.mysql.com/commits/48320 Message-Id: <200806231003.m5NA3d5u010590@mysql1000.dsl.inet.fi> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 2665 Andrei Elkin 2008-06-23 rpl_temporary_errors.test still fails despite the former test-wide suppression should not have led to that. Trying to find out what cases the "Deadlock found" pattern be ignored. modified: mysql-test/suite/rpl/t/rpl_temporary_errors.test === modified file 'mysql-test/suite/rpl/t/rpl_temporary_errors.test' --- a/mysql-test/suite/rpl/t/rpl_temporary_errors.test 2008-06-16 09:50:23 +0000 +++ b/mysql-test/suite/rpl/t/rpl_temporary_errors.test 2008-06-23 10:02:57 +0000 @@ -1,5 +1,7 @@ source include/master-slave.inc; +call mtr.add_supression("Deadlock found"); + --echo **** On Master **** connection master; SET SESSION BINLOG_FORMAT=ROW; @@ -29,5 +31,3 @@ DROP TABLE t1; --echo **** On Master **** connection master; DROP TABLE t1; - -call mtr.add_supression("Slave: Deadlock found");