pingchunzhang opened a new pull request, #68449:
URL: https://github.com/apache/doris/pull/68449

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: None
   
   Problem Summary:
   
   Port the applicable regression fixes authored by `pingchunzhang` after the 
`cloud-26.1.2` tag to Apache Doris `master`.
   
   The changes primarily stabilize regression coverage around TLS/mTLS clients, 
Docker test isolation, multi-cluster cleanup, cloud cache and compaction 
workflows, and asynchronous metadata/schema visibility. They also add 
delete-bitmap debug barriers used by restart/concurrency regression cases and 
make Doris Compose container discovery exact and resilient to concurrent 
container removal.
   
   Source review result: 24 applicable PR commits are included. Three source 
PRs were intentionally skipped because two only touched enterprise-only files 
that do not exist in Apache Doris and one was an empty commit.
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test
       - [ ] Regression test
       - [ ] Unit Test
       - [x] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason
   
   Manual validation performed:
   
   - `git diff --check origin/master...HEAD`
   - Scanned the complete diff for unresolved conflict markers.
   - `python3 -m py_compile docker/runtime/doris-compose/utils.py`
   - Attempted `mvn -q test` in `regression-test/framework`; it could not start 
because `thirdparty/installed/bin/thrift` is not present in this checkout.
   
   - Behavior changed:
       - [ ] No.
       - [x] Yes. Doris Compose container discovery now uses exact service-name 
matching and retries transient container-removal races. BE additions are 
debug-point hooks used only by regression tests.
   
   - Does this need documentation?
       - [x] No.
       - [ ] Yes.
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label
   


-- 
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]

Reply via email to