This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 04ea9e34bd NO-JIRA: lower delta, help avoid spurious failures
04ea9e34bd is described below
commit 04ea9e34bd501128ce5fc8256c5643017383cfb1
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Oct 28 11:28:07 2025 +0000
NO-JIRA: lower delta, help avoid spurious failures
---
.../src/test/java/org/apache/activemq/JmsSendWithAsyncCallbackTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/JmsSendWithAsyncCallbackTest.java
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/JmsSendWithAsyncCallbackTest.java
index 3206383222..5b4e2f805d 100644
---
a/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/JmsSendWithAsyncCallbackTest.java
+++
b/tests/activemq5-unit-tests/src/test/java/org/apache/activemq/JmsSendWithAsyncCallbackTest.java
@@ -76,7 +76,7 @@ public class JmsSendWithAsyncCallbackTest extends TestSupport
{
LOG.info(String.format("NonAsyncCallback Send rate: %,.2f m/s",
nonCallbackRate));
// The async style HAS to be faster than the non-async style..
- assertTrue("async rate[" + callbackRate + "] should beat non-async
rate[" + nonCallbackRate + "]", callbackRate / nonCallbackRate > 1.5);
+ assertTrue("async rate[" + callbackRate + "] should beat non-async
rate[" + nonCallbackRate + "]", callbackRate / nonCallbackRate >= 1.2);
}
private double benchmarkNonCallbackRate() throws JMSException {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact