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 c5c63542aaa branch-4.0: [fix](case) support retryIfHttpError in 
test_array_with_large_dataset… #58771 (#58825)
c5c63542aaa is described below

commit c5c63542aaa40c618411264a2c0f47dd63974a9a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 9 17:31:22 2025 +0800

    branch-4.0: [fix](case) support retryIfHttpError in 
test_array_with_large_dataset… #58771 (#58825)
    
    Cherry-picked from #58771
    
    Co-authored-by: shuke <[email protected]>
---
 .../suites/inverted_index_p2/test_array_with_large_dataset.groovy        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy 
b/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
index 5de718339b9..732bc3e0b88 100644
--- 
a/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
+++ 
b/regression-test/suites/inverted_index_p2/test_array_with_large_dataset.groovy
@@ -37,6 +37,7 @@ suite("test_array_with_large_dataset", "p2"){
             // also, you can stream load a http stream, e.g. 
http://xxx/some.csv
             file fileName
             time 300000
+            retryIfHttpError true
             // stream load action will check result, include Success status, 
and NumberTotalRows == NumberLoadedRows
 
             // if declared a check callback, the default check condition will 
ignore.


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

Reply via email to