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 20e77ecb141 Add TODO for Merge test container class (#32211)
20e77ecb141 is described below
commit 20e77ecb141376dc644c70c38c53258942cab24c
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Jul 21 11:26:30 2024 +0800
Add TODO for Merge test container class (#32211)
---
.../shardingsphere/test/e2e/agent/common/container/ITContainers.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/test/e2e/agent/plugins/common/src/test/java/org/apache/shardingsphere/test/e2e/agent/common/container/ITContainers.java
b/test/e2e/agent/plugins/common/src/test/java/org/apache/shardingsphere/test/e2e/agent/common/container/ITContainers.java
index 48c4f8d3b77..9e08590a101 100644
---
a/test/e2e/agent/plugins/common/src/test/java/org/apache/shardingsphere/test/e2e/agent/common/container/ITContainers.java
+++
b/test/e2e/agent/plugins/common/src/test/java/org/apache/shardingsphere/test/e2e/agent/common/container/ITContainers.java
@@ -34,6 +34,7 @@ import java.util.concurrent.TimeUnit;
/**
* IT containers.
*/
+// TODO Merge test container: merge with
org.apache.shardingsphere.test.e2e.env.container.atomic.ITContainers
@RequiredArgsConstructor
public final class ITContainers implements Startable {