Skip to content

Commit 7db16cb

Browse files
committed
tool/testdata: regen val-sep db fixture
These fixtures now include the blob reference index block fixes merged recently.
1 parent 70aa8f7 commit 7db16cb

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

tool/testdata/db_space

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ db space --start=z --end=z
3838
db space --start=a --end=z
3939
testdata/find-val-sep-db
4040
----
41-
1872
41+
1884
4242

4343
# Covers part of 000005.sst and part of referenced blob file 000006.blob. Note
4444
# that the estimated size of the sst from [c, d] is the size of the entire data
6 Bytes
Binary file not shown.
6 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tool/testdata/find-val-sep-db/OPTIONS-000003

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
enabled=true
5252
minimum_size=3
5353
max_blob_reference_depth=10
54+
rewrite_minimum_age=0s
5455

5556
[Level "0"]
5657
block_restart_interval=16

tool/testdata/manifest_dump

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,18 @@ MANIFEST-000001
358358
log-num: 4
359359
next-file-num: 7
360360
last-seq-num: 13
361-
add-table: L0 000005:[aaa\x00#10,SET-ddd\x00#13,SET] seqnums:[10-13] points:[aaa\x00#10,SET-ddd\x00#13,SET] size:842 blobrefs:[(B000006: 18); depth:1] (2025-06-13T20:15:06Z)
361+
add-table: L0 000005:[aaa\x00#10,SET-ddd\x00#13,SET] seqnums:[10-13] points:[aaa\x00#10,SET-ddd\x00#13,SET] size:848 blobrefs:[(B000006: 18); depth:1] (2025-06-24T14:25:43Z)
362362
add-blob-file: B000006 physical:{000006 size:[109 (109B)] vals:[18 (18B)]}
363363
108/2
364364
log-num: 7
365365
next-file-num: 10
366366
last-seq-num: 15
367-
add-table: L0 000008:[eee\x00#14,SET-fff\x00#15,SET] seqnums:[14-15] points:[eee\x00#14,SET-fff\x00#15,SET] size:818 blobrefs:[(B000009: 13); depth:1] (2025-06-13T20:15:06Z)
367+
add-table: L0 000008:[eee\x00#14,SET-fff\x00#15,SET] seqnums:[14-15] points:[eee\x00#14,SET-fff\x00#15,SET] size:824 blobrefs:[(B000009: 13); depth:1] (2025-06-24T14:25:43Z)
368368
add-blob-file: B000009 physical:{000009 size:[103 (103B)] vals:[13 (13B)]}
369369
EOF
370370
L0.0:
371-
000005:[aaa\x00#10,SET-ddd\x00#13,SET] seqnums:[10-13] points:[aaa\x00#10,SET-ddd\x00#13,SET] size:842 blobrefs:[(B000006: 18); depth:1]
372-
000008:[eee\x00#14,SET-fff\x00#15,SET] seqnums:[14-15] points:[eee\x00#14,SET-fff\x00#15,SET] size:818 blobrefs:[(B000009: 13); depth:1]
371+
000005:[aaa\x00#10,SET-ddd\x00#13,SET] seqnums:[10-13] points:[aaa\x00#10,SET-ddd\x00#13,SET] size:848 blobrefs:[(B000006: 18); depth:1]
372+
000008:[eee\x00#14,SET-fff\x00#15,SET] seqnums:[14-15] points:[eee\x00#14,SET-fff\x00#15,SET] size:824 blobrefs:[(B000009: 13); depth:1]
373373
Blob files:
374374
B000006 physical:{000006 size:[109 (109B)] vals:[18 (18B)]}
375375
B000009 physical:{000009 size:[103 (103B)] vals:[13 (13B)]}

0 commit comments

Comments
 (0)