This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new aeb88bf096b branch-4.0: [chore](ci) fix bad resource #57585 (#57592)
aeb88bf096b is described below

commit aeb88bf096b2ed6dd43c6a0941ed7c53f661d2aa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 20:58:14 2025 +0800

    branch-4.0: [chore](ci) fix bad resource #57585 (#57592)
    
    Cherry-picked from #57585
    
    Co-authored-by: Dongyang Li <[email protected]>
---
 .../doris/nereids/trees/plans/commands/CreateResourceCommandTest.java   | 2 +-
 .../nereids/trees/plans/commands/GrantResourcePrivilegeCommandTest.java | 2 +-
 .../trees/plans/commands/RevokeResourcePrivilegeCommandTest.java        | 2 +-
 regression-test/pipeline/external/conf/regression-conf.groovy           | 2 --
 regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy      | 2 --
 regression-test/pipeline/p0/conf/regression-conf.groovy                 | 2 --
 6 files changed, 3 insertions(+), 9 deletions(-)

diff --git 
a/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/CreateResourceCommandTest.java
 
b/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/CreateResourceCommandTest.java
index 0c0c24fd28f..954d9e90745 100644
--- 
a/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/CreateResourceCommandTest.java
+++ 
b/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/CreateResourceCommandTest.java
@@ -88,7 +88,7 @@ public class CreateResourceCommandTest extends 
TestWithFeService {
                 + " \"user\" = \"jdbc_user\",\n"
                 + " \"password\" = \"jdbc_passwd\",\n"
                 + " \"jdbc_url\" = 
\"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false\",\n"
-                + " \"driver_url\" = 
\"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n";
+                + " \"driver_url\" = 
\"https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n";
                 + " \"driver_class\" = \"com.mysql.cj.jdbc.Driver\"\n"
                 + ");";
 
diff --git 
a/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/GrantResourcePrivilegeCommandTest.java
 
b/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/GrantResourcePrivilegeCommandTest.java
index 997eda0b2c8..9dbdce629d9 100644
--- 
a/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/GrantResourcePrivilegeCommandTest.java
+++ 
b/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/GrantResourcePrivilegeCommandTest.java
@@ -59,7 +59,7 @@ public class GrantResourcePrivilegeCommandTest extends 
TestWithFeService {
                 + " \"user\" = \"jdbc_user\",\n"
                 + " \"password\" = \"jdbc_passwd\",\n"
                 + " \"jdbc_url\" = 
\"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false\",\n"
-                + " \"driver_url\" = 
\"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n";
+                + " \"driver_url\" = 
\"https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n";
                 + " \"driver_class\" = \"com.mysql.cj.jdbc.Driver\"\n"
                 + ");";
 
diff --git 
a/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/RevokeResourcePrivilegeCommandTest.java
 
b/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/RevokeResourcePrivilegeCommandTest.java
index 6105e1f34ea..6559a5a2878 100644
--- 
a/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/RevokeResourcePrivilegeCommandTest.java
+++ 
b/fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/RevokeResourcePrivilegeCommandTest.java
@@ -37,7 +37,7 @@ public class RevokeResourcePrivilegeCommandTest extends 
TestWithFeService {
                 + " \"user\" = \"jdbc_user\",\n"
                 + " \"password\" = \"jdbc_passwd\",\n"
                 + " \"jdbc_url\" = 
\"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false\",\n"
-                + " \"driver_url\" = 
\"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n";
+                + " \"driver_url\" = 
\"https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n";
                 + " \"driver_class\" = \"com.mysql.cj.jdbc.Driver\"\n"
                 + ");";
 
diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy 
b/regression-test/pipeline/external/conf/regression-conf.groovy
index 13e1cecee51..b42ad06f4ce 100644
--- a/regression-test/pipeline/external/conf/regression-conf.groovy
+++ b/regression-test/pipeline/external/conf/regression-conf.groovy
@@ -46,8 +46,6 @@ dataPath = "${DORIS_HOME}/regression-test/data"
 pluginPath = "${DORIS_HOME}/regression-test/plugins"
 realDataPath = "${DORIS_HOME}/regression-test/realdata"
 trinoPluginsPath = "/tmp/trino_connector"
-// sf1DataPath can be url like 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com"; or local 
path like "/data"
-//sf1DataPath = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com";
 
 // will test <group>/<suite>.groovy
 // empty group will test all group
diff --git a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy 
b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
index 1dfcad207d5..6ed712e6bb4 100644
--- a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
+++ b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy
@@ -46,8 +46,6 @@ dataPath = "${DORIS_HOME}/regression-test/data"
 pluginPath = "${DORIS_HOME}/regression-test/plugins"
 realDataPath = "${DORIS_HOME}/regression-test/realdata"
 trinoPluginsPath = "/tmp/trino_connector"
-// sf1DataPath can be url like 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com"; or local 
path like "/data"
-//sf1DataPath = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com";
 
 // will test <group>/<suite>.groovy
 // empty group will test all group
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 8c790164f7a..844c4bf1d92 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -46,8 +46,6 @@ dataPath = "${DORIS_HOME}/regression-test/data"
 pluginPath = "${DORIS_HOME}/regression-test/plugins"
 realDataPath = "${DORIS_HOME}/regression-test/realdata"
 trinoPluginsPath = "/tmp/trino_connector"
-// sf1DataPath can be url like 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com"; or local 
path like "/data"
-//sf1DataPath = 
"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com";
 
 // will test <group>/<suite>.groovy
 // empty group will test all group


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to