Skip to content

Commit

Permalink
Merge #43184
Browse files Browse the repository at this point in the history
43184: storage/engine: clarify the MVCC history tests r=knz a=knz

Suggested by @petermattis in #42250 (review).
This clarifies the `get` timestamps in `put_with_txn`.

Release note: None

Co-authored-by: Raphael 'kena' Poss <[email protected]>
  • Loading branch information
craig[bot] and knz committed Dec 16, 2019
2 parents beb69e0 + a7802d9 commit e2e4208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/engine/testdata/mvcc_histories/put_with_txn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ run ok
with t=A k=k
txn_begin ts=0,1
put v=v
get
get ts=0,1
get ts=0,2
get ts=1
----
Expand Down

0 comments on commit e2e4208

Please sign in to comment.