-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix](regression) Fix flaky test fault_injection_p0/cloud/test_cloud_mow_stale_resp_load_load_conflict
#43448
Conversation
Thank you for your contribution to Apache Doris. Check List (For Author)
Check List (For Reviewer who merge this PR)
|
run buildall |
run cloud_p0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…_mow_stale_resp_load_load_conflict` (#43448) Problem Summary: `ADMIN SET FRONTEND CONFIG()` will only update the config of the connected FE, which may lead to unexpected result for some cases if the connected FE is not master FE. should use `ADMIN SET FRONTEND CONFIG()` instead.
…d/test_cloud_mow_stale_resp_load_load_conflict` (#43843) Cherry-picked from #43448 Co-authored-by: bobhan1 <[email protected]>
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
ADMIN SET FRONTEND CONFIG()
will only update the config of the connected FE, which may lead to unexpected result for some cases if the connected FE is not master FE. should useADMIN SET FRONTEND CONFIG()
instead.Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Release note
None
Check List (For Reviewer who merge this PR)