Skip to content

Commit

Permalink
db: fix excise test
Browse files Browse the repository at this point in the history
  • Loading branch information
bananabrick committed Sep 27, 2023
1 parent d925b88 commit 725ebe2
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions testdata/excise
Original file line number Diff line number Diff line change
Expand Up @@ -81,26 +81,42 @@ lsm
6:
000004:[a#10,SET-l#10,SET]

iter
first
next
next
next
next
----
a: (1, .)
d: (foo, .)
f: (bar, .)
l: (2, .)
.

build ext1 format=pebblev2
set d foo3
set e bar2
----

ingest-and-excise ext1 excise="c-k"
ingest-and-excise ext1 excise=c-k
----

lsm
----
6:
000019:[a#10,SET-a#10,SET]
000018:[d#13,SET-e#13,SET]
000019:[l#10,SET-l#10,SET]
000020:[l#10,SET-l#10,SET]

iter
first
next
next
next
next
----
a: (1, .)
d: (foo3, .)
e: (bar2, .)
l: (2, .)
Expand Down

0 comments on commit 725ebe2

Please sign in to comment.