You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/07/26 00:48:24 UTC

[doris] branch master updated: [fix][jdbc_case]Change the method of obtaining the driver for case test_doris_jdbc_catalog 0724 #22164

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b20af13966 [fix][jdbc_case]Change the method of obtaining the driver for case test_doris_jdbc_catalog 0724 #22164
b20af13966 is described below

commit b20af13966b9f2f43ffc0b1b3b7b80b754669aa9
Author: zhangguoqiang <18...@163.com>
AuthorDate: Wed Jul 26 08:48:16 2023 +0800

    [fix][jdbc_case]Change the method of obtaining the driver for case test_doris_jdbc_catalog 0724 #22164
---
 regression-test/suites/jdbc_catalog_p0/test_doris_jdbc_catalog.groovy | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/regression-test/suites/jdbc_catalog_p0/test_doris_jdbc_catalog.groovy b/regression-test/suites/jdbc_catalog_p0/test_doris_jdbc_catalog.groovy
index 6ec3e77948..6dde9d1e9d 100644
--- a/regression-test/suites/jdbc_catalog_p0/test_doris_jdbc_catalog.groovy
+++ b/regression-test/suites/jdbc_catalog_p0/test_doris_jdbc_catalog.groovy
@@ -21,7 +21,9 @@ suite("test_doris_jdbc_catalog", "p0") {
     String jdbcUrl = context.config.jdbcUrl + "&sessionVariables=return_object_data_as_binary=true"
     String jdbcUser = context.config.jdbcUser
     String jdbcPassword = context.config.jdbcPassword
-    String driver_url = "https://doris-community-test-1308700295.cos.ap-hongkong.myqcloud.com/jdbc_driver/mysql-connector-java-8.0.25.jar"
+    String s3_endpoint = getS3Endpoint()
+    String bucket = getS3BucketName()
+    String driver_url = "https://${bucket}.${s3_endpoint}/regression/jdbc_driver/mysql-connector-java-8.0.25.jar"
 
     String resource_name = "jdbc_resource_catalog_doris"
     String catalog_name = "doris_jdbc_catalog";


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org