Skip to content

Commit 654e844

Browse files
committed
MDEV-19373 - main.old-mode failed in buildbot with wrong result
Test output was affected by incompletely closed preceding connections. Wait for connections to leave I_S.PROCESSLIST before issuing SHOW PROCESSLIST.
1 parent 6fea571 commit 654e844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/main/old-mode.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ drop table t1,t2;
1919
#
2020
# Test that SHOW PROCESSLIST doesn't have the Progress column
2121
#
22+
let $count_sessions= 1;
23+
source include/wait_until_count_sessions.inc;
2224

2325
--replace_column 1 <Id> 3 <Host> 6 <Time> 7 <State>
2426
# Embedded server is hardcoded to show "Writing to net" as STATE.

0 commit comments

Comments
 (0)