gurpartap3697 opened a new issue, #1826: URL: https://github.com/apache/activemq/issues/1826
The regression test added for AMQ-4930 relies on JVM heap memory assertions using Runtime.freeMemory(), which makes the test inherently flaky and non-deterministic across environments. ``` Error: Failures: Error: AMQ4930Test.testBrowsePendingPersistent:70->doTestBrowsePending:123 No growth: 72509 >= 72760.0 Error: AMQ4930Test.testWithStatsDisabled:75->doTestBrowsePending:123 No growth: 72128 >= 71421.6 ``` -- 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
