Skip to content

Commit 33b8aa8

Browse files
committed
MDEV-10608 - main.mdev375 fails sporadically in buildbot
Test was affected by incompletely closed preceding connections. Wait for preceding connections to decrement Threads_connected before testing ER_CON_COUNT_ERROR condition.
1 parent 654e844 commit 33b8aa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/main/mdev375.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
--source include/not_embedded.inc
55

66
--disable_service_connection
7+
let $count_sessions=1;
8+
--source include/wait_until_count_sessions.inc
79
set @save_log_warnings=@@log_warnings, @save_max_connections=@@max_connections;
810
SET GLOBAL log_warnings=4;
911
SET GLOBAL max_connections=10;

0 commit comments

Comments
 (0)