hello-stephen opened a new pull request, #65877: URL: https://github.com/apache/doris/pull/65877
### What problem does this PR solve? `test_http_tvf` starts an in-process HTTP server on the regression runner and asks Doris BE nodes to read from it. In branch-4.1 P2 build 203694, `externalEnvIp` is `127.0.0.1`, so the case builds a URL such as `http://127.0.0.1:46739/...`. The remote BE interprets loopback as itself and fails with `Connection refused`. ### What is changed? Keep an explicit `httpTvfHost` override, but reject loopback/any-local values inherited from `externalEnvIp` and fall back to the runner host address. TeamCity: http://172.20.48.17:8111/buildConfiguration/Doris_Doris_x64_branch41_Regression_P2/203694 Related backport: #65313 -- 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]
