List:Commits« Previous MessageNext Message »
From:Andrei Elkin Date:June 23 2008 12:03pm
Subject:bzr push into mysql-6.0 branch (aelkin:2665)
View as plain text  
 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");

Thread
bzr push into mysql-6.0 branch (aelkin:2665) Andrei Elkin23 Jun