shuke987 opened a new pull request, #65556:
URL: https://github.com/apache/doris/pull/65556
### What problem does this PR solve?
Issue Number: N/A
Related PR: #65340
Problem Summary:
`test_insert_visible_timeout_return_mode` enables
`PublishVersionDaemon.stop_publish` to exercise the committed and error return
modes after the visible wait times out.
The case currently adds the debug point only to the FE HTTP endpoint
configured for the regression runner. In a multi-FE dynamic pipeline, that
endpoint can belong to a follower FE, while `PublishVersionDaemon` runs only on
the master FE. Publishing then continues normally and the expected timeout
error is not returned.
Enable and disable the debug point on all FEs so the master is covered
regardless of which FE serves the runner. The existing `try/finally` cleanup
remains symmetric.
### Release note
None
### Check List (For Author)
- Test
- [ ] Regression test
- [ ] Unit Test
- [x] Manual test (add detailed scripts or steps below)
- `mvn -f regression-test/framework/pom.xml -DskipTests package`
- Compiled the target Groovy suite with
`org.codehaus.groovy.tools.FileSystemCompiler`
- `git diff --check`
- [ ] 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
- Behavior changed:
- [x] No. This is a regression-case stabilization and does not change
product behavior.
- [ ] Yes.
- 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]