-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Lightning: add retry if transaction failed while fetching task metas #55670
Conversation
Hi @guoshouyan. Thanks for your PR. I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Hi @guoshouyan. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Hi @lance6716 , I'm trying to update this PR and see if I can merge it, do you minding running the CI for it? |
/ok-to-test |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #55670 +/- ##
=================================================
- Coverage 72.9771% 57.0592% -15.9179%
=================================================
Files 1581 1761 +180
Lines 442336 657364 +215028
=================================================
+ Hits 322804 375087 +52283
- Misses 99782 257202 +157420
- Partials 19750 25075 +5325
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c5d199e
to
ea52be3
Compare
Hi @lance6716 I try to add the ErrLockWaitTimeout as a retryable error as we spoke last time but it failed in the integration test. Could you help to shed some light on why it failed? From the log it's hard to tell why it failed
|
@guoshouyan The failure is not relevant to this PR. We are fixing it in master branch. The cause is we didn't run lightning CI for statistic module PR but the failure is related to statistic module. |
/retest |
@lance6716 it has passed the CI, could you take a look? |
Please sign CLA as the bot's instruction. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: D3Hunter, lance6716 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 |
Hi @GMHDBJD , could you help to review this PR? |
ea52be3
to
cd690ab
Compare
@guoshouyan: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest |
This PR has enough lgtm (+1). It's blocked by CI failure. I have triggered retest. |
In response to a cherrypick label: new pull request created to branch |
updating this PR: #53043
What problem does this PR solve?
Issue Number: close #53042
Problem Summary:
What changed and how does it work?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.