Skip to content

MDEV-38182 - main.xa fails sporadically#4456

Merged
svoj merged 1 commit intoMariaDB:10.11from
svoj:pr-10.11-MDEV-38182
Jan 2, 2026
Merged

MDEV-38182 - main.xa fails sporadically#4456
svoj merged 1 commit intoMariaDB:10.11from
svoj:pr-10.11-MDEV-38182

Conversation

@svoj
Copy link
Copy Markdown
Contributor

@svoj svoj commented Nov 24, 2025

Test was affected by incompletely closed preceding connections such that count_sessions.inc records value larger than 1 (for the default connection). This causes subsequent
wait_until_count_sessions.inc not to wait for connections it was supposed to wait for.

Replaced count_sessions.inc with hardcoded 1.

@svoj svoj added the MariaDB Foundation Pull requests created by MariaDB Foundation label Nov 24, 2025
@gkodinov gkodinov requested a review from vuvova December 18, 2025 12:54
Test was affected by incompletely closed preceding connections
such that count_sessions.inc records value larger than 1 (for
the default connection). This causes subsequent
wait_until_count_sessions.inc not to wait for connections it was
supposed to wait for.

Replaced count_sessions.inc with hardcoded 1.
@svoj svoj force-pushed the pr-10.11-MDEV-38182 branch from 96b0b71 to de26cda Compare January 2, 2026 12:44
@svoj svoj enabled auto-merge (rebase) January 2, 2026 12:44
@svoj svoj merged commit 037a0aa into MariaDB:10.11 Jan 2, 2026
15 of 17 checks passed
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.

2 participants