Test main.percona_slow_extended-slave_statements-and-use_global_long_query_time failing

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

Bug Description

Said test fails in 5.1.55 after commit 198

main.percona_slow_extended-slave_statements-and-use_global_long_query_time [ retry-fail ]
        Test ended at 2011-02-24 21:10:57

CURRENT_TEST: main.percona_slow_extended-slave_statements-and-use_global_long_query_time
--- /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-and-use_global_long_query_time.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-and-use_global_long_query_time.reject 2011-02-25 00:10:56.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 and change log_slow_slave_statements to ON on slave
 show variables like 'log_slow_slave_statements';
@@ -22,7 +19,9 @@
 INSERT INTO t VALUES (2);
 # 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);
 show variables like 'long_query_time';
 Variable_name Value

mysqltest: Result content mismatch

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.