-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvserver: add test to verify tryReproposeWithNewLeaseIndex behaviour #106504
Copy link
Copy link
Closed
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
This PR #106502 removes a flaky integration test that verified reproposals with new lease index doesn't break pipelined writes (errors of this type are correctly handled below request evaluation).
Removed integration test was too high level to pinpoint this use case and precisely filter all other associated failure modes.
Test was originally introduced in #35261 and PR has context on what test verifies and motivation for it.
This reproposal functionality is not covered by any tests as of now.
Jira issue: CRDB-29593
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.