Skip to content

Commit 5573071

Browse files
committed
chore: remove the unused blind-write blockstore
1 parent 5cca497 commit 5573071

3 files changed

Lines changed: 0 additions & 126 deletions

File tree

internal/datastore/blockstore_blind.go

Lines changed: 0 additions & 63 deletions
This file was deleted.

tests/manual/cmd/smoke_bbs/main.go

Lines changed: 0 additions & 53 deletions
This file was deleted.

tests/manual/smoke_test.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -310,16 +310,6 @@ else
310310
fail "filter pre-storage: wrong order or symbols missing (filter=$FILTER_LINE sync=$SYNC_LINE)"
311311
fi
312312

313-
# ─── Tier 2C: Blind-write blockstore ─────────────────────────────────────────
314-
echo ""
315-
echo "=== Tier 2C: Blind-write blockstore ==="
316-
OUT=$(run_go ./tests/manual/cmd/smoke_bbs/)
317-
if echo "$OUT" | grep -q "blind-write blockstore: ok"; then
318-
pass "blind-write blockstore: Put writes without Has pre-check, block readable via Get"
319-
else
320-
fail "blind-write blockstore: $(echo "$OUT" | tail -3)"
321-
fi
322-
323313
# ─── Tier 2A: BatchMarkAsMerged ──────────────────────────────────────────────
324314
echo ""
325315
echo "=== Tier 2A: BatchMarkAsMerged ==="

0 commit comments

Comments
 (0)