Test main.percona_slow_extended-slave_statements failing

Bug #724580 reported by Ignacio Nin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
percona-projects-qa
Fix Released
Critical
Oleg Tsarev
Percona-server
Fix Released
Undecided
Unassigned

Bug Description

Said test fails in 5.1.55 after commit 198

main.percona_slow_extended-slave_statements [ fail ]
        Test ended at 2011-02-24 21:10:53

CURRENT_TEST: main.percona_slow_extended-slave_statements
--- /var/lib/buildbot/slaves/percona-server-51-12/DEB_Ubuntu_lucid_amd64/work/percona-server-5.1.55-12.6-199.lucid/mysql-test/r/percona_slow_extended-slave_statements.result 2011-02-24 23:37:04.000000000 +0300
+++ /var/lib/buildbot/slaves/percona-server-51-12/DEB_Ubuntu_lucid_amd64/work/percona-server-5.1.55-12.6-199.lucid/mysql-test/r/percona_slow_extended-slave_statements.reject 2011-02-25 00:10:53.000000000 +0300
@@ -1,15 +1,12 @@
 # Activate master-slave replication
-stop slave;
-drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
-reset master;
-reset slave;
-drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
-start slave;
+include/master-slave.inc
+[connection master]
 # Make table t for test
 DROP TABLE IF EXISTS t;
 CREATE TABLE t(id INT);
 # Start slave replication
 START SLAVE;
+include/wait_for_slave_to_start.inc
 INSERT INTO t VALUES (1);
 # Read information about master binlog
 # Sync(1) slave thread
@@ -26,7 +23,9 @@
 # Sync slave(2) thread
 # Restart slave
 STOP SLAVE;
+include/wait_for_slave_to_stop.inc
 START SLAVE;
+include/wait_for_slave_to_start.inc
 INSERT INTO t VALUES (3);
 # Read information about master binlog
 # Sync(3) slave thread
@@ -43,7 +42,9 @@
 # Sync slave(4) thread
 # Restart slave
 STOP SLAVE;
+include/wait_for_slave_to_stop.inc
 START SLAVE;
+include/wait_for_slave_to_start.inc
 INSERT INTO t VALUES (5);
 # Read information about master binlog
 # Sync slave(5) thread
@@ -60,7 +61,9 @@
 # Sync slave(6) thread
 # Restart slave
 STOP SLAVE;
+include/wait_for_slave_to_stop.inc
 START SLAVE;
+include/wait_for_slave_to_start.inc
 INSERT INTO t VALUES (7);
 # Read information about master binlog
 # Sync slave(7) thread

mysqltest: Result content mismatch

Tested in lucid 64

Related branches

Changed in percona-server:
assignee: nobody → Oleg Tsarev (tsarev)
Changed in percona-server:
status: New → Triaged
importance: Undecided → Critical
milestone: none → 5.1-12.6
affects: percona-server → percona-projects-qa
Changed in percona-projects-qa:
milestone: 5.1-12.6 → none
Oleg Tsarev (tsarev)
Changed in percona-projects-qa:
status: Triaged → In Progress
Oleg Tsarev (tsarev)
Changed in percona-projects-qa:
status: In Progress → Fix Committed
Stewart Smith (stewart)
Changed in percona-projects-qa:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.