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 7390892b9b2 Remove AdapterType.PROXY_RANDOM (#36635) 7390892b9b2 is described below commit 7390892b9b25b9315dc62c5f3cbb3edc81a97f8a Author: Liang Zhang <zhangli...@apache.org> AuthorDate: Fri Sep 19 19:39:55 2025 +0800 Remove AdapterType.PROXY_RANDOM (#36635) --- test/e2e/sql/src/test/resources/env/it-env.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/sql/src/test/resources/env/it-env.properties b/test/e2e/sql/src/test/resources/env/it-env.properties index 693920dbc6f..0864fb70831 100644 --- a/test/e2e/sql/src/test/resources/env/it-env.properties +++ b/test/e2e/sql/src/test/resources/env/it-env.properties @@ -26,7 +26,7 @@ it.scenarios=db,tbl,readwrite_splitting,encrypt,shadow,dbtbl_with_readwrite_spli # it.cluster.env.type=DOCKER,NATIVE it.cluster.env.type=DOCKER -# it.cluster.adapters=jdbc,proxy,proxy_random +# it.cluster.adapters=jdbc,proxy it.cluster.adapters=proxy # it.cluster.databases=MySQL,PostgreSQL,openGauss,Hive