Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.0.12
-
None
-
None
Description
See http://buildbot.askmonty.org/buildbot/builders/bintar-rhel6-p8/builds/220/steps/test/logs/stdio
CURRENT_TEST: rpl.rpl_gtid_master_promote
|
--- /home/buildbot/maria-slave/power8-vlp01/build/mysql-test/suite/rpl/r/rpl_gtid_master_promote.result 2014-07-21 00:36:37.253346000 -0400
|
+++ /home/buildbot/maria-slave/power8-vlp01/build/mysql-test/suite/rpl/r/rpl_gtid_master_promote.reject 2014-07-21 02:31:15.574007126 -0400
|
@@ -119,7 +119,7 @@
|
2 3
|
*** Now replicate all extra changes from 3,4,5 to 2, in preparation for making 2 the new master. ***
|
CHANGE MASTER TO master_host = '127.0.0.1', master_port = SERVER_MYPORT_3;
|
-START SLAVE UNTIL master_gtid_pos = "1-1-1,0-1-3,3-1-7,2-1-4";
|
+START SLAVE UNTIL master_gtid_pos = "0-1-3,2-1-4,1-1-1,3-1-7";
|
include/wait_for_slave_to_stop.inc
|
SELECT * FROM t1 ORDER BY a;
|
a
|
@@ -142,7 +142,7 @@
|
3 1
|
3 3
|
CHANGE MASTER TO master_host = '127.0.0.1', master_port = SERVER_MYPORT_4;
|
-START SLAVE UNTIL master_gtid_pos = "1-1-7,0-1-3,3-1-4,2-1-1";
|
+START SLAVE UNTIL master_gtid_pos = "0-1-3,2-1-1,1-1-7,3-1-4";
|
include/wait_for_slave_to_stop.inc
|
SELECT * FROM t1 ORDER BY a;
|
a
|
@@ -168,7 +168,7 @@
|
3 1
|
3 3
|
CHANGE MASTER TO master_host = '127.0.0.1', master_port = SERVER_MYPORT_5;
|
-START SLAVE UNTIL master_gtid_pos = "1-1-4,0-1-3,3-1-1,2-1-7";
|
+START SLAVE UNTIL master_gtid_pos = "0-1-3,2-1-7,1-1-4,3-1-1";
|
include/wait_for_slave_to_stop.inc
|
SELECT * FROM t1 ORDER BY a;
|
a
|