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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new a613627a002 [fix](test) fix p2 regression test of export (#39683)
a613627a002 is described below

commit a613627a0029979da81a1ade9a642b1722c3b1fa
Author: Tiewei Fang <[email protected]>
AuthorDate: Thu Aug 22 00:41:43 2024 +0800

    [fix](test) fix p2 regression test of export (#39683)
    
    bp: #39088
---
 regression-test/suites/export_p2/test_export_with_parallelism.groovy | 2 +-
 regression-test/suites/export_p2/test_export_with_s3.groovy          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/export_p2/test_export_with_parallelism.groovy 
b/regression-test/suites/export_p2/test_export_with_parallelism.groovy
index f73010d8336..a03a532d3f7 100644
--- a/regression-test/suites/export_p2/test_export_with_parallelism.groovy
+++ b/regression-test/suites/export_p2/test_export_with_parallelism.groovy
@@ -128,7 +128,7 @@ suite("test_export_with_parallelism", "p2") {
             // check data correctness
             sql """ insert into ${table_load_name}
                         select * from s3(
-                        "uri" = 
"http://${bucket}.${s3_endpoint}${outfile_url_list.substring(5 + 
bucket.length())}.${file_suffix}",
+                        "uri" = 
"http://${bucket}.${s3_endpoint}${outfile_url_list.get(j).substring(5 + 
bucket.length())}.${file_suffix}",
                         "s3.access_key"= "${ak}",
                         "s3.secret_key" = "${sk}",
                         "format" = "${format}",
diff --git a/regression-test/suites/export_p2/test_export_with_s3.groovy 
b/regression-test/suites/export_p2/test_export_with_s3.groovy
index 5921241316e..7623f4a7b77 100644
--- a/regression-test/suites/export_p2/test_export_with_s3.groovy
+++ b/regression-test/suites/export_p2/test_export_with_s3.groovy
@@ -108,6 +108,7 @@ suite("test_export_with_s3", "p2") {
                 "ACCESS_KEY"= "${ak}",
                 "SECRET_KEY" = "${sk}",
                 "format" = "${format}",
+                "column_separator" = ",",
                 "region" = "${region}"
             );
             """


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

Reply via email to