-
Notifications
You must be signed in to change notification settings - Fork 10.1k
[WIP] Execute the same validation for TXN to avoid data inconsistency #18680
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ArkaSaha30 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit will ensure all members execute the same validation for TXN by not removing range requests from TXN. Ref patch: ahrtr@76ac23f Signed-off-by: ArkaSaha30 <[email protected]>
b0a3307
to
d25513d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
... and 18 files with indirect coverage changes @@ Coverage Diff @@
## main #18680 +/- ##
==========================================
- Coverage 68.80% 68.78% -0.03%
==========================================
Files 420 420
Lines 35540 35527 -13
==========================================
- Hits 24455 24436 -19
+ Misses 9666 9663 -3
- Partials 1419 1428 +9 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
PR needs rebase. 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. |
This MR addresses the issue: #18667
Steps Ref: #18667 (comment)
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.