Skip to content

Commit

Permalink
Merge #88573
Browse files Browse the repository at this point in the history
88573: storage: use metamorphic reader and writer in `TestMVCCHistories` r=tbg a=erikgrinaker

Touches #86655.

**storage: use metamorhic reader in `TestMVCCHistories`**

This adds a metamorphic parameter for `TestMVCCHistories` that uses a
random reader kind (`Engine`, `Batch`, `Snapshot`, or `ReadOnly`) for
all read commands.

Release note: None
  
**storage: metamorphically use batch for writes in `TestMVCCHistories`**

This patch adds a metamorphic parameter for `TestMVCCHistories` which
will randomly use a batch instead of the engine for write commands.

Release note: None

Co-authored-by: Erik Grinaker <grinaker@cockroachlabs.com>
  • Loading branch information
craig[bot] and erikgrinaker committed Sep 26, 2022
2 parents ff13325 + 75b5f0d commit 8107342
Showing 1 changed file with 155 additions and 113 deletions.
Loading

0 comments on commit 8107342

Please sign in to comment.