Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvclient: make TestTxnCommitterElideEndTxn realistic
Previously, this test was constructing (and testing) an unrealistic scenario. We should never be eliding EndTxn requests if there is a Put in the batch; but, because we weren't correctly populating lock spans, we ended up asserting that we were eliding the request. We now switch to using a ScanRequest in here instead. Epic: none Release note: None
- Loading branch information