-
Notifications
You must be signed in to change notification settings - Fork 919
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: when application failover is enabled but propagateDeps is set to false, the failover has no effect #3739
fix: when application failover is enabled but propagateDeps is set to false, the failover has no effect #3739
Conversation
… false, the failover has no effect. Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
/cc @Poor12 PTAL. |
/lgtm |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #3739 +/- ##
==========================================
- Coverage 55.69% 55.67% -0.03%
==========================================
Files 222 222
Lines 21195 21198 +3
==========================================
- Hits 11804 11801 -3
- Misses 8764 8769 +5
- Partials 627 628 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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, it's uesful, i have cost some time in this point.
/cc @RainbowMango PTAL. |
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.
/approve
Thanks.
@Poor12 Can you please double-check if the current validation is enough?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liangyuanpeng, RainbowMango The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I guess release-1.6 also needs this patch, right? |
Just opened an issue to track the cherry-pick thing #3744. |
Although it is not a hot bug, I think it deserves a cherry-pick. |
…pstream-release-1.6 Automated cherry pick of #3739: fix: when application failover is enabled but propagateDeps
Signed-off-by: chaunceyjiang chaunceyjiang@gmail.com
What type of PR is this?
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #3738
Special notes for your reviewer:
Does this PR introduce a user-facing change?: