This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new e3fb273dab Add bind address for CI
e3fb273dab is described below
commit e3fb273dabc79019ec567bb0e378730718138e2c
Author: remm <[email protected]>
AuthorDate: Thu Nov 14 15:55:10 2024 +0100
Add bind address for CI
---
test/org/apache/catalina/storeconfig/TestStoreConfig.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/org/apache/catalina/storeconfig/TestStoreConfig.java
b/test/org/apache/catalina/storeconfig/TestStoreConfig.java
index 42fc8a5690..b80155047e 100644
--- a/test/org/apache/catalina/storeconfig/TestStoreConfig.java
+++ b/test/org/apache/catalina/storeconfig/TestStoreConfig.java
@@ -84,6 +84,7 @@ public class TestStoreConfig extends TomcatBaseTest {
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();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]