blob: 57d7dde0338a76bbf469d9814dba896ac0f493ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Testing replication threads stopping concurrency issue
# at the server shutdown
# Related bugs: bug#38694, bug#29968, bug#25306
# The test checks if a delay at the termination phase of slave threads
# DBUG_EXECUTE_IF("simulate_slave_delay_at_terminate_bug38694", sleep(5););
# could cause any issue.
source include/master-slave.inc;
call mtr.add_suppression("Aborted connection");
# End of tests
--source include/rpl_end.inc
|