-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Pass a non-infinite returnTime in history patching tests #19679
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
Conversation
Since we use MaxInt64 to represent infinite for failed transactions, there is no need to provide some infinite ourselves. We can just pass returnTime observed by client and expect it will be set to infinite during preparation step. Signed-off-by: Marek Siarkowicz <[email protected]>
e29a762
to
1cf63f1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted filessee 23 files with indirect coverage changes @@ Coverage Diff @@
## main #19679 +/- ##
=======================================
Coverage 68.81% 68.82%
=======================================
Files 421 421
Lines 35855 35855
=======================================
+ Hits 24674 24677 +3
+ Misses 9762 9750 -12
- Partials 1419 1428 +9 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Applied the changes to #19669 and the tests have passed. |
Hmm, I cannot merge PR with just review from etcd member. Need approve from someone with write access? Seems like a regression when compared to K8s merge bot. /assign @ahrtr |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, henrybear327, serathius 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 would say yes, assuming that we will maintain the same merge practices, use Would love to finally utilize OWNERS so we can motivate contributors to specialize in particular area, instead of not getting anything until they understand most of codebase. |
Basically sounds good. But we may forget to add |
James was working on this. IIRC, there were challenges with our DCO check in his exploration. We agreed to test the workflow on the website. |
Since we use MaxInt64 to represent infinite for failed transactions, there is no need to provide some infinite ourselves. We can just pass returnTime observed by client and expect it will be set to infinite during preparation step.
/assign @henrybear327