Skip to content
/ server Public

Commit b5dbf22

Browse files
committed
MDEV-38471 - funcs_1.processlist_val_no_prot fails sporadically
Test output was affected by incompletely closed preceding connections. Wait for connections to leave I_S.PROCESSLIST before issuing SHOW PROCESSLIST. Also fixes similar failures in funcs_1.processlist_val_ps.
1 parent b68f878 commit b5dbf22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/funcs_1/datadict/processlist_val.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
################################################################################
5555

5656
# Basic preparations
57+
let $count_sessions= 1;
58+
source include/wait_until_count_sessions.inc;
5759
--error 0, ER_CANNOT_USER
5860
DROP USER test_user@'localhost';
5961
CREATE USER test_user@'localhost';

0 commit comments

Comments
 (0)