This is an automated email from the ASF dual-hosted git repository.

clebertsuconic 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 946d3338b3 ARTEMIS-4765 Adjusting test parameters
946d3338b3 is described below

commit 946d3338b3394bb91b9e612e123cc4e7352e986e
Author: Clebert Suconic <[email protected]>
AuthorDate: Tue May 7 20:50:47 2024 -0400

    ARTEMIS-4765 Adjusting test parameters
---
 .../tests/soak/brokerConnection/mirror/SingleMirrorSoakTest.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/SingleMirrorSoakTest.java
 
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/SingleMirrorSoakTest.java
index 74d1ff02c8..196bbc4767 100644
--- 
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/SingleMirrorSoakTest.java
+++ 
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/SingleMirrorSoakTest.java
@@ -139,9 +139,9 @@ public class SingleMirrorSoakTest extends SoakTestBase {
 
       if (paging) {
          brokerProperties.put("addressSettings.#.maxSizeMessages", "1");
-         brokerProperties.put("addressSettings.#.maxReadPageMessages", 
"100000");
+         brokerProperties.put("addressSettings.#.maxReadPageMessages", "1000");
          brokerProperties.put("addressSettings.#.maxReadPageBytes", "-1");
-         brokerProperties.put("addressSettings.#.prefetchPageMessages", 
"10000");
+         brokerProperties.put("addressSettings.#.prefetchPageMessages", "100");
          // un-comment this line if you want to rather use the work around 
without the fix on the PostOfficeImpl
          // brokerProperties.put("addressSettings.#.iDCacheSize", "1000");
       }

Reply via email to