[test](regression) Apply publish debug point to all FEs#65556
Draft
shuke987 wants to merge 1 commit into
Draft
Conversation
### What problem does this PR solve? Issue Number: N/A Related PR: apache#65340 Problem Summary: The insert visible-timeout case enabled PublishVersionDaemon.stop_publish only on the FE HTTP endpoint configured for the regression runner. Dynamic pipelines can connect the runner to a follower FE, while PublishVersionDaemon runs only on the master FE, so the debug point may not block publishing and the expected timeout is not returned. Apply and remove the debug point on all FEs so the master is always covered and cleanup remains symmetric. ### Release note None ### Check List (For Author) - Test: Manual test - Built the regression-test framework with Maven. - Compiled the target Groovy suite with FileSystemCompiler. - Ran git diff --check. - Behavior changed: No. Test-only stabilization. - Does this need documentation: No.
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Collaborator
Author
|
/review |
Collaborator
Author
|
run buildall |
Contributor
|
Codex automated review failed and did not complete. Error: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Jul 20th, 2026 12:23 AM. Please inspect the workflow logs and rerun the review after the underlying issue is resolved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: N/A
Related PR: #65340
Problem Summary:
test_insert_visible_timeout_return_modeenablesPublishVersionDaemon.stop_publishto 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
PublishVersionDaemonruns 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/finallycleanup remains symmetric.Release note
None
Check List (For Author)
Test
mvn -f regression-test/framework/pom.xml -DskipTests packageorg.codehaus.groovy.tools.FileSystemCompilergit diff --checkBehavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)