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 beb98663b3b [fix](regression) change reference of s3 in p1 via 
getS3url #29693
beb98663b3b is described below

commit beb98663b3b1c68df1ec36bf12faf47a4f759f98
Author: zclllyybb <zhaochan...@selectdb.com>
AuthorDate: Tue Jan 9 14:53:10 2024 +0800

    [fix](regression) change reference of s3 in p1 via getS3url #29693
---
 .../suites/partition_p1/auto_partition/sql/multi_thread_load.groovy   | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy
 
b/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy
index 8fe96c934df..25a9a49305d 100644
--- 
a/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy
+++ 
b/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy
@@ -23,13 +23,11 @@ import java.io.File
 import java.util.concurrent.locks.ReentrantLock
 
 suite("multi_thread_load") {
-    def lock = new ReentrantLock()
-
     // get doris-db from s3
     def dirPath = context.file.parent
     def fatherPath = context.file.parentFile.parentFile.getPath()
     def fileName = "doris-dbgen"
-    def fileUrl = 
"http://doris-build-1308700295.cos.ap-beijing.myqcloud.com/regression/doris-dbgen-23-10-18/doris-dbgen-23-10-20/doris-dbgen";
+    def fileUrl = 
"${getS3Url()}/regression/doris-dbgen-23-10-18/doris-dbgen-23-10-20/doris-dbgen"
     def filePath = Paths.get(dirPath, fileName)
     if (!Files.exists(filePath)) {
         new URL(fileUrl).withInputStream { inputStream ->


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

Reply via email to