Skip to content

Commit

Permalink
feedback: additional test case
Browse files Browse the repository at this point in the history
Strengthen the test cases for three range keys in a span, to avoid the
perceived affects of shadowing.

This will squash into the first commit.
  • Loading branch information
nicktrav committed Jun 15, 2022
1 parent 68a8112 commit 45aeb2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions testdata/table_stats_deletion_iter
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ spans
----
a-z:{(#0,RANGEKEYDEL)}

# The same as the above, except that the RANGEKEYDEL is at a lower sequence
# number than the SET and UNSET. The three keys exist at different sequence
# numbers, with the DEL at the bottom to avoid the perceived affects of
# shadowing.

build
a-z:{(#3,RANGEKEYSET,@1,foo) (#2,RANGEKEYUNSET,@2) (#1,RANGEKEYDEL)}
----
000000:[a#3,RANGEKEYSET-z#72057594037927935,RANGEKEYDEL]

spans
----
a-z:{(#1,RANGEKEYDEL)}

# |-RANGEKEYSET-|-RANGEKEYUNSET-|-RANGEKEYDEL--------|
# __________________________________________________________
# a b c d e f g h i j k l m n o p q r s t u v w x y z
Expand Down

0 comments on commit 45aeb2c

Please sign in to comment.