You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2021/12/08 15:12:24 UTC

[activemq-artemis] branch main updated: ARTEMIS-2716 - fix up test regression in OpenWireProtocolManagerTest

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

gtully 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 de7a180  ARTEMIS-2716 - fix up test regression in OpenWireProtocolManagerTest
de7a180 is described below

commit de7a1805a4918c18dd911083f4f44972adb4645a
Author: gtully <ga...@gmail.com>
AuthorDate: Wed Dec 8 15:12:12 2021 +0000

    ARTEMIS-2716 - fix up test regression in OpenWireProtocolManagerTest
---
 .../artemis/tests/integration/openwire/OpenWireProtocolManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireProtocolManagerTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireProtocolManagerTest.java
index e1d6ce8..4ee2a6c 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireProtocolManagerTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/OpenWireProtocolManagerTest.java
@@ -78,7 +78,7 @@ public class OpenWireProtocolManagerTest extends ActiveMQTestBase {
 
       @Override
       public ClusterManager getClusterManager() {
-         return new ClusterManager(getExecutorFactory(), this, null, null, null, null, null, true);
+         return new ClusterManager(getExecutorFactory(), this, null, null, null, null, null, false);
       }
 
       @Override