gurpartap3697 opened a new pull request, #1852: URL: https://github.com/apache/activemq/pull/1852
The MessageInterceptorStrategyTest.testForceExpirationZeroOverrideDLQ test has been a source of flakiness, occasionally failing on slower CI environments with the error `MessageInterceptorStrategyTest.testForceExpirationZeroOverrideDLQ:231 expected:<1> but was:<0>` ref: https://github.com/apache/activemq/actions/runs/23632687744/job/68835701471 The test relied on Thread.sleep(250L) to wait for a message to be routed to the Dead Letter Queue (DLQ). If a machine was under execution load or CPU starvation, 250ms was not enough time for the broker to process and dispatch the message. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
