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 40af21e572f Remove outdate comment on ContainerComposerRegistry (#36445) 40af21e572f is described below commit 40af21e572fc3cb9afa4ed8ab5dbc2be459feb9f Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Mon Sep 1 10:25:26 2025 +0800 Remove outdate comment on ContainerComposerRegistry (#36445) --- .../test/e2e/env/container/compose/ContainerComposerRegistry.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/env/container/compose/ContainerComposerRegistry.java b/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/env/container/compose/ContainerComposerRegistry.java index a69d17fdec9..a518b902233 100644 --- a/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/env/container/compose/ContainerComposerRegistry.java +++ b/test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/env/container/compose/ContainerComposerRegistry.java @@ -63,7 +63,6 @@ public final class ContainerComposerRegistry implements AutoCloseable { } private boolean isClusterMode(final AdapterMode adapterMode, final AdapterType adapterType) { - // TODO cluster mode often throw exception sometimes, issue is #15517 return AdapterMode.CLUSTER == adapterMode && AdapterType.PROXY == adapterType || AdapterType.PROXY_RANDOM == adapterType; }