Skip to content

Commit fd0abec

Browse files
committed
Fix test failure seen in buildbot on power8.
GTID order in @@gtid_binlog_pos depends on internal hash order, so requires --replace_result for stable test output.
1 parent afbb2e2 commit fd0abec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mysql-test/suite/rpl/r/rpl_gtid_until.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ a
168168
include/stop_slave.inc
169169
CREATE TABLE t3 (a INT);
170170
DROP TABLE t3;
171-
START SLAVE UNTIL master_gtid_pos='1-1-5,2-1-5,0-1-6';
171+
START SLAVE UNTIL master_gtid_pos='UNTIL_CONDITION';
172172
include/wait_for_slave_to_stop.inc
173173
SHOW CREATE TABLE t3;
174174
Table Create Table

mysql-test/suite/rpl/t/rpl_gtid_until.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ DROP TABLE t3;
175175
--save_master_pos
176176

177177
--connection server_2
178+
--replace_result $until_condition UNTIL_CONDITION
178179
eval START SLAVE UNTIL master_gtid_pos='$until_condition';
179180
--source include/wait_for_slave_to_stop.inc
180181
SHOW CREATE TABLE t3;

0 commit comments

Comments
 (0)