This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 8ac65057c25 Remove useless
ProxyContainerConstants.AGENT_HOME_IN_CONTAINER (#36598)
8ac65057c25 is described below
commit 8ac65057c253625f632f9838e55d8013e5e100f9
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Sep 17 13:13:23 2025 +0800
Remove useless ProxyContainerConstants.AGENT_HOME_IN_CONTAINER (#36598)
---
.../e2e/env/container/atomic/constants/ProxyContainerConstants.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
index bdacbc23f42..f46e1dc4c2f 100644
---
a/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
+++
b/test/e2e/env/src/test/java/org/apache/shardingsphere/test/e2e/env/container/atomic/constants/ProxyContainerConstants.java
@@ -30,8 +30,6 @@ public final class ProxyContainerConstants {
public static final String PASSWORD = "Proxy@123";
- public static final String AGENT_HOME_IN_CONTAINER =
"/usr/local/shardingsphere-agent";
-
public static final String PROXY_ROOT_PATH_IN_CONTAINER =
"/opt/shardingsphere-proxy/";
public static final String CONFIG_PATH_IN_CONTAINER =
PROXY_ROOT_PATH_IN_CONTAINER + "conf/";