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

jbertram 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 ae7e7cb  ARTEMIS-2413 fix tests
ae7e7cb is described below

commit ae7e7cbb228b21b7c204d35689697d8e52f5f607
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Feb 7 11:42:29 2022 -0600

    ARTEMIS-2413 fix tests
---
 .../src/test/resources/test-jgroups-file_ping.xml         | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git 
a/tests/integration-tests/src/test/resources/test-jgroups-file_ping.xml 
b/tests/integration-tests/src/test/resources/test-jgroups-file_ping.xml
index 8eed26f..5b45215 100644
--- a/tests/integration-tests/src/test/resources/test-jgroups-file_ping.xml
+++ b/tests/integration-tests/src/test/resources/test-jgroups-file_ping.xml
@@ -24,19 +24,22 @@
          thread_pool.min_threads="0"
          thread_pool.max_threads="200"
          thread_pool.keep_alive_time="30000"/>
+    <RED/>
+
     <FILE_PING location="./target/tmp/amqtest.ping.dir"/>
     <MERGE3  min_interval="10000"
              max_interval="30000"/>
-    <FD_SOCK/>
-    <FD timeout="3000" max_tries="3" />
-    <VERIFY_SUSPECT timeout="1500"  />
+    <FD_SOCK2/>
+    <FD_ALL3 timeout="40000" interval="5000" />
+    <VERIFY_SUSPECT2 timeout="1500"  />
     <BARRIER />
-    <pbcast.NAKACK2 use_mcast_xmit="false"
-                    discard_delivered_msgs="true"/>
+    <pbcast.NAKACK2 use_mcast_xmit="false" />
     <UNICAST3 />
-    <pbcast.STABLE stability_delay="1000" desired_avg_gossip="50000"
+    <pbcast.STABLE desired_avg_gossip="50000"
                    max_bytes="4M"/>
     <pbcast.GMS print_local_addr="true" join_timeout="2000"/>
+    <UFC max_credits="2M"
+         min_threshold="0.4"/>
     <MFC max_credits="2M"
          min_threshold="0.4"/>
     <FRAG2 frag_size="60K"  />

Reply via email to