Skip to content

Commit be8d2a1

Browse files
author
Deepthi ES
committed
WL#8599: Reduce contention in IO and SQL threads
Post push fix to fix sporadic failue of rpl_line_topology_block_receiver.test
1 parent 0f40602 commit be8d2a1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mysql-test/suite/rpl_gtid/r/rpl_line_topology_block_receiver.result

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ CREATE TABLE t1 (c1 INT) ENGINE=InnoDB;
1010
INSERT INTO t1 VALUES(1);
1111
[connection server_2]
1212
include/start_slave.inc
13+
[connection server_1]
14+
include/sync_slave_sql_with_master.inc
1315
# Adding debug point 'updating_received_transaction_set' to @@GLOBAL.debug
1416
[connection server_1]
1517
INSERT INTO t1 VALUES(2);

mysql-test/suite/rpl_gtid/t/rpl_line_topology_block_receiver.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ INSERT INTO t1 VALUES(1);
3232
--source include/rpl_connection.inc
3333
--source include/start_slave.inc
3434

35+
--let $rpl_connection_name= server_1
36+
--source include/rpl_connection.inc
37+
--let $sync_slave_connection= server_2
38+
--source include/sync_slave_sql_with_master.inc
39+
3540
# Add debug instrumentation to hold the receiver thread
3641
# while writing to the relay log.
3742
--let $debug_point=updating_received_transaction_set

0 commit comments

Comments
 (0)