This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 ec2f912 Fixed ci (#15330)
ec2f912 is described below
commit ec2f912ea0c6f3aaae4bb10f27d9c25d85cc0a17
Author: zhaojinchao <[email protected]>
AuthorDate: Thu Feb 10 09:09:25 2022 +0800
Fixed ci (#15330)
---
.../test/integration/framework/container/ShardingSphereContainers.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java
index 432a326..1b53b73 100644
---
a/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java
+++
b/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/framework/container/ShardingSphereContainers.java
@@ -48,6 +48,7 @@ public final class ShardingSphereContainers implements
AutoCloseable {
* @param container container to be registered
* @param hostname container hostname
* @param <T> type of ShardingSphere container
+ * @return register container
*/
public <T extends ShardingSphereContainer> T registerContainer(final T
container, final String hostname) {
container.setNetwork(network);