Skip to content

[WIP] Refactor AMQ3529v2Test to improve thread handling and logging consistency#1649

Open
jeanouii wants to merge 1 commit intoapache:mainfrom
jeanouii:fix/AMQ3529v2Test
Open

[WIP] Refactor AMQ3529v2Test to improve thread handling and logging consistency#1649
jeanouii wants to merge 1 commit intoapache:mainfrom
jeanouii:fix/AMQ3529v2Test

Conversation

@jeanouii
Copy link
Contributor

@jeanouii jeanouii commented Feb 3, 2026

We strictly enforce client threads to be finished.
The Transport thread assertion is relaxed and logged as WARN for the moment after giving it more time to complete.

Transport cleanup can be a bit delayed. We might want to still assert the transport threads to avoid any regression.

@jeanouii jeanouii changed the title Refactor AMQ3529v2Test to improve thread handling and logging consistency [WIP] Refactor AMQ3529v2Test to improve thread handling and logging consistency Feb 3, 2026
if (t == null || !t.isAlive() || t.isDaemon()) {
continue;
}
if (t.getName().startsWith("ActiveMQ Transport")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me check if it's good enough for transport.

@jbonofre jbonofre self-requested a review February 4, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants