Skip to content

Commit aeb88bf

Browse files
branch-4.0: [chore](ci) fix bad resource #57585 (#57592)
Cherry-picked from #57585 Co-authored-by: Dongyang Li <lidongyang@selectdb.com>
1 parent bc434e8 commit aeb88bf

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/CreateResourceCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public void testCreateResource() {
8888
+ " \"user\" = \"jdbc_user\",\n"
8989
+ " \"password\" = \"jdbc_passwd\",\n"
9090
+ " \"jdbc_url\" = \"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false\",\n"
91-
+ " \"driver_url\" = \"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n"
91+
+ " \"driver_url\" = \"https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n"
9292
+ " \"driver_class\" = \"com.mysql.cj.jdbc.Driver\"\n"
9393
+ ");";
9494

fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/GrantResourcePrivilegeCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void testResource() {
5959
+ " \"user\" = \"jdbc_user\",\n"
6060
+ " \"password\" = \"jdbc_passwd\",\n"
6161
+ " \"jdbc_url\" = \"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false\",\n"
62-
+ " \"driver_url\" = \"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n"
62+
+ " \"driver_url\" = \"https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n"
6363
+ " \"driver_class\" = \"com.mysql.cj.jdbc.Driver\"\n"
6464
+ ");";
6565

fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/RevokeResourcePrivilegeCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void testResource() {
3737
+ " \"user\" = \"jdbc_user\",\n"
3838
+ " \"password\" = \"jdbc_passwd\",\n"
3939
+ " \"jdbc_url\" = \"jdbc:mysql://127.0.0.1:3316/doris_test?useSSL=false\",\n"
40-
+ " \"driver_url\" = \"https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n"
40+
+ " \"driver_url\" = \"https://doris-regression-hk.oss-cn-hongkong.aliyuncs.com/regression/jdbc_driver/mysql-connector-java-8.0.25.jar\",\n"
4141
+ " \"driver_class\" = \"com.mysql.cj.jdbc.Driver\"\n"
4242
+ ");";
4343

regression-test/pipeline/external/conf/regression-conf.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ dataPath = "${DORIS_HOME}/regression-test/data"
4646
pluginPath = "${DORIS_HOME}/regression-test/plugins"
4747
realDataPath = "${DORIS_HOME}/regression-test/realdata"
4848
trinoPluginsPath = "/tmp/trino_connector"
49-
// sf1DataPath can be url like "https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com" or local path like "/data"
50-
//sf1DataPath = "https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com"
5149

5250
// will test <group>/<suite>.groovy
5351
// empty group will test all group

regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ dataPath = "${DORIS_HOME}/regression-test/data"
4646
pluginPath = "${DORIS_HOME}/regression-test/plugins"
4747
realDataPath = "${DORIS_HOME}/regression-test/realdata"
4848
trinoPluginsPath = "/tmp/trino_connector"
49-
// sf1DataPath can be url like "https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com" or local path like "/data"
50-
//sf1DataPath = "https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com"
5149

5250
// will test <group>/<suite>.groovy
5351
// empty group will test all group

regression-test/pipeline/p0/conf/regression-conf.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ dataPath = "${DORIS_HOME}/regression-test/data"
4646
pluginPath = "${DORIS_HOME}/regression-test/plugins"
4747
realDataPath = "${DORIS_HOME}/regression-test/realdata"
4848
trinoPluginsPath = "/tmp/trino_connector"
49-
// sf1DataPath can be url like "https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com" or local path like "/data"
50-
//sf1DataPath = "https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com"
5149

5250
// will test <group>/<suite>.groovy
5351
// empty group will test all group

0 commit comments

Comments
 (0)