ceremonyclient/pebble/internal/keyspan/testdata/fragmenter_emit_order
Cassandra Heart 2e2a1e4789
v1.2.0 (#31)
2024-01-03 01:31:42 -06:00

22 lines
429 B
Plaintext

build
a.RANGEKEYSET.5 b
a.RANGEKEYSET.4 b
a.RANGEKEYUNSET.6 b
----
a b: #6,RANGEKEYUNSET, #5,RANGEKEYSET, #4,RANGEKEYSET
-
# Test that keys emitted together that share the same sequence number are
# ordered by key kind, descending.
# NB: RANGEKEYSET > RANGEKEYUNSET > RANGEKEYDEL
build
b.RANGEKEYSET.5 c
b.RANGEKEYUNSET.5 d
b.RANGEKEYDEL.5 c
----
b c: #5,RANGEKEYSET, #5,RANGEKEYUNSET, #5,RANGEKEYDEL
-
c d: #5,RANGEKEYUNSET
-