taojintianxia commented on code in PR #20139:
URL: https://github.com/apache/shardingsphere/pull/20139#discussion_r945121179
##########
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/java/org/apache/shardingsphere/test/integration/container/config/SuiteProxyClusterContainerConfigurationFactory.java:
##########
@@ -15,27 +15,30 @@
* limitations under the License.
*/
-package
org.apache.shardingsphere.test.integration.env.container.atomic.adapter.config.impl;
+package org.apache.shardingsphere.test.integration.container.config;
import org.apache.shardingsphere.infra.database.type.DatabaseType;
import
org.apache.shardingsphere.test.integration.env.container.atomic.adapter.config.AdaptorContainerConfiguration;
-import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
/**
- * Proxy cluster container configuration.
+ * Suite proxy cluster container configuration creator.
*/
-public final class DefaultProxyClusterContainerConfiguration implements
AdaptorContainerConfiguration {
+public final class SuiteProxyClusterContainerConfigurationFactory {
- @Override
- public Map<String, String> getWaitStrategyInfo() {
- return Collections.singletonMap("dataSourceName", "");
+ /**
+ * Creator adaptor container config.
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]