From 725ebe297867f6e2a7db9e97f0981da95e0b0aee Mon Sep 17 00:00:00 2001 From: Arjun Nair Date: Tue, 26 Sep 2023 18:37:10 -0400 Subject: [PATCH] db: fix excise test --- testdata/excise | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/testdata/excise b/testdata/excise index 5bdce57110..0935147b40 100644 --- a/testdata/excise +++ b/testdata/excise @@ -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, .)