atiaomar1978-hub commented on PR #25333: URL: https://github.com/apache/camel/pull/25333#issuecomment-5187088715
## Review follow-up (BugBot + Grok) | Finding | Action | |---|---| | **Grok High:** `catch (Exception)` swallows `AssertionError` | Changed to `catch (Throwable)` | | **Grok Medium:** `assertTrue` in `finally` masks primary failure | Moved `awaitTermination` assert outside `finally` | | **Grok Medium:** shared JMS session across listeners | Pre-existing design; not changed in this PR | | **BugBot** | No findings in this test file (unrelated TUI diff on fork main) | Re-verified: `InOutQueueProducerAsyncLoadTest` passes locally. --- _AI-generated comment on behalf of atiaomar1978-hub_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
