-
-
Notifications
You must be signed in to change notification settings - Fork 701
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(274): listLeaseExpiredCmd ignore tasks those are no longer exist #709
Conversation
fix issue 274
For more detail information, I've put them into issue already. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #709 +/- ##
=======================================
Coverage 68.37% 68.37%
=======================================
Files 27 27
Lines 3836 3836
=======================================
Hits 2623 2623
Misses 929 929
Partials 284 284 ☔ View full report in Codecov by Sentry. |
What should I do with this codecov report? @kamikazechaser |
Personally, I think it is fine and would ignore it. Though it would be good to know an easy way to reproduce this bug. |
Further more, I found the root cause is in the Lua script |
@kamikazechaser Can you merge this? |
I might need more info on how to reproduce the issue. From #274 it is not very clear on how this is encountered. But the change does look sensible in any case. |
@kamikazechaser Can we get this merged? |
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
@hibiken We can merge this
Possibly related to #730. |
fix issue #274