-
Notifications
You must be signed in to change notification settings - Fork 30
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
Adding subshard work items on lease expiry #1198
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Andre Kurait <[email protected]>
Signed-off-by: Andre Kurait <[email protected]>
This reverts commit b055711 Signed-off-by: Andre Kurait <[email protected]>
Signed-off-by: Andre Kurait <[email protected]>
Signed-off-by: Andre Kurait <[email protected]>
Signed-off-by: Andre Kurait <[email protected]>
10acac7
to
4ee028b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1198 +/- ##
============================================
- Coverage 80.64% 80.40% -0.24%
- Complexity 3076 3098 +22
============================================
Files 421 423 +2
Lines 15610 15819 +209
Branches 1053 1066 +13
============================================
+ Hits 12588 12719 +131
- Misses 2381 2456 +75
- Partials 641 644 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andre Kurait <[email protected]>
…ltaneous test runs Signed-off-by: Andre Kurait <[email protected]>
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.
With the holidays coming up - lets hold off on merging this until after we've got a fuller crew in house.
Signed-off-by: Andre Kurait <[email protected]>
Signed-off-by: Andre Kurait <[email protected]>
c7a5ff7
to
3c08845
Compare
Description
Continuation on #1160
Changes since #1160
Behavior changes is as follows:
The lease time increase logic has changed. Behavior is as follows:
Added E2E test as follows:
Issues Resolved
Testing
Tested in AWS and added new E2E test around the scenario
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.