CalvinKirs opened a new pull request, #68430: URL: https://github.com/apache/doris/pull/68430
## Summary - `test_tvf_anonymous.groovy` intermittently fails with `Connect timed out` when the test runner's region differs from the target S3 bucket's region, because the S3 TVF connection/request timeouts default to 1000ms/3000ms, which are too tight for a cross-region connection. - Explicitly set `s3.connection.timeout` and `s3.connection.request.timeout` to 30000ms on the three S3 TVF calls in this case to make it stable regardless of which region the test runner is in. ## Test plan - [x] Regression test file only, syntax reviewed manually (no local S3 credentials available to execute this p0 case end-to-end) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
