Skip to content

branch-3.1: [fix](regression) Fix case test_domain_connection_and_ak_sk_correction #58572 - #58646

Merged
morrySnow merged 1 commit into
branch-3.1from
auto-pick-58572-branch-3.1
Dec 3, 2025
Merged

branch-3.1: [fix](regression) Fix case test_domain_connection_and_ak_sk_correction #58572#58646
morrySnow merged 1 commit into
branch-3.1from
auto-pick-58572-branch-3.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #58572

#58572)
Related PR: ##56579
Problem Summary:
cuz we add the check : `Pattern STANDARD_ENDPOINT_PATTERN = Pattern
.compile("^(?:https?://)?(?:s3\\.)?oss-([a-z0-9-]+?)(?:-internal)?\\.aliyuncs\\.com$");`
the case will be invalid
@Thearas

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

@morrySnow
morrySnow merged commit aa243c8 into branch-3.1Dec 3, 2025
23 checks passed
@github-actions
github-actionsBot deleted the auto-pick-58572-branch-3.1 branch December 3, 2025 07:46
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Thearas@morrySnow@dataroaring@0AyanamiRei