This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new eed65309c46 [fix](case) retry if stream load hangs (#54955)
eed65309c46 is described below
commit eed65309c46a1d1ade8fd0e8fbb87b2d8d11b516
Author: shuke <[email protected]>
AuthorDate: Tue Aug 19 11:19:40 2025 +0800
[fix](case) retry if stream load hangs (#54955)
---
regression-test/suites/opensky_p2/load.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/suites/opensky_p2/load.groovy
b/regression-test/suites/opensky_p2/load.groovy
index d00be91d3fd..a64049b0656 100644
--- a/regression-test/suites/opensky_p2/load.groovy
+++ b/regression-test/suites/opensky_p2/load.groovy
@@ -46,6 +46,7 @@ suite("load"){
file """${getS3Url() + '/regression/clickhouse/opensky/' +
sourceFile}"""
time 0
+ tryIfHttpError true
// stream load action will check result, include Success status,
and NumberTotalRows == NumberLoadedRows
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]