Skip to content

Commit

Permalink
Add bind address for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaucher committed Nov 14, 2024
1 parent 94b0b0d commit 51f6f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/org/apache/catalina/storeconfig/TestStoreConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void testListener() throws Exception {
org.apache.catalina.ha.tcp.SimpleTcpCluster tc_SimpleTcpCluster_51 = new org.apache.catalina.ha.tcp.SimpleTcpCluster();

org.apache.catalina.tribes.group.GroupChannel tc_GroupChannel_52 = new org.apache.catalina.tribes.group.GroupChannel();
((org.apache.catalina.tribes.transport.ReceiverBase) tc_GroupChannel_52.getChannelReceiver()).setHost("localhost");

org.apache.catalina.tribes.membership.cloud.CloudMembershipService tc_CloudMembershipService_53 =
new org.apache.catalina.tribes.membership.cloud.CloudMembershipService();
Expand Down

0 comments on commit 51f6f0a

Please sign in to comment.