Skip to content

Commit

Permalink
NO-JIRA Fix DiscoveryTest#testSimpleBroadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Jan 4, 2022
1 parent 1f8a110 commit 055d05b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpointFactory;
import org.apache.activemq.artemis.api.core.SimpleString;
import org.apache.activemq.artemis.api.core.TransportConfiguration;
import org.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory;
import org.apache.activemq.artemis.api.core.jgroups.JChannelManager;
import org.apache.activemq.artemis.api.core.management.CoreNotificationType;
import org.apache.activemq.artemis.core.cluster.DiscoveryEntry;
Expand Down Expand Up @@ -97,7 +96,7 @@ public void testSimpleBroadcast() throws Exception {

final String nodeID = RandomUtil.randomString();

bg = new BroadcastGroupImpl(new FakeNodeManager(nodeID), RandomUtil.randomString(), 0, null, new UDPBroadcastEndpointFactory().setGroupAddress(address1).setGroupPort(groupPort));
bg = newBroadcast(nodeID, RandomUtil.randomString(), null, -1, groupAddress, groupPort);

bg.start();

Expand Down

0 comments on commit 055d05b

Please sign in to comment.