hello-stephen opened a new pull request, #65872: URL: https://github.com/apache/doris/pull/65872
### What problem does this PR solve? Backport the `profile_size_limit` case fix from #60087 to branch-4.1. In branch-4.1 Docker Case build 203696, the case is rejected before cluster startup because the suite group is declared as the single value `docker, nonConcurrent` rather than `docker`. The original case also reads the outer regression FE address after entering a Docker cluster. ### What is changed? - Declare the case in the `docker` group. - Resolve the master FE host and HTTP port from the Docker cluster. - Pass the Docker FE base URL through profile API helpers. Jira: DORIS-27234 TeamCity: http://172.20.48.17:8111/buildConfiguration/Doris_Doris_x64_branch41_Regression_Docker_Case/203696 Upstream fix: #60087 -- 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]
