You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kvclient: add tests for CPut evaluation with buffered writes
ConditionFailedErrors returned by CPuts are special, in that they're
non-terminal. That means that a transaction is allowed to commit even
if it gets one of these.
This patch reverts changes to tests from da7a4eb, which assumed we won't
try to commit transactions that encountered ConditionFailedErrors. While here,
we also extend TestTxnContinueAfterCputError to run with buffered writes and
validate the transaction's effects upon commit.
All these tests fail as of this commit.
Epic: none
Release note: None
0 commit comments