Skip to content

Commit

Permalink
kv: revive isolation level exploration in kv correctness tests
Browse files Browse the repository at this point in the history
Informs cockroachdb#100131.

This commit revives the isolation level exploration in kv correctness
tests. These were removed in 39ba88b. Very little of the code here is
new, beyond extending this code for Read Committed.

I have confirmed that `TestTxnDBWriteSkewAnomaly` fails if it does not
expect Snapshot isolation to permit write skew and I update
`IsEndTxnTriggeringRetryError` to ignore skew under Snapshot isolation.

Release note: None
  • Loading branch information
nvanbenschoten committed Apr 20, 2023
1 parent 5ab6451 commit 067c5ca
Showing 1 changed file with 175 additions and 57 deletions.
Loading

0 comments on commit 067c5ca

Please sign in to comment.