Skip to content

Conversation

@svoj
Copy link
Contributor

@svoj svoj commented Oct 24, 2025

Test output was affected by incompletely closed preceding connections.

Make test agnostic to concurrent connections by querying information_schema.processlist only for connections that it uses.

Avoid querying for i_s.processlist db column. It is unstable due to trylock_short(), can be "" if concurrent connection is holding LOCK_thd_data.

@svoj svoj added the MariaDB Foundation Pull requests created by MariaDB Foundation label Oct 24, 2025
Test output was affected by incompletely closed preceding connections.

Make test agnostic to concurrent connections by querying
information_schema.processlist only for connections that it uses.

Avoid querying for i_s.processlist db column. It is unstable due to
trylock_short(), can be "" if concurrent connection is holding
LOCK_thd_data.
@svoj svoj force-pushed the pr-10.11-MDEV-13257 branch from 5333885 to 9851aca Compare October 24, 2025 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MariaDB Foundation Pull requests created by MariaDB Foundation

Development

Successfully merging this pull request may close these issues.

1 participant