Phase 3 Testing: Filesystem backend (@uncaged/json-cas-fs) #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
验证目标
本地文件系统 backend,能持久化存储。
前置
Phase 2 完成(#4)
测试步骤
Step 1: createFsStore 初始化
预期: 目录创建,bootstrap 后包含 meta-schema blob
Step 2: 持久化 round-trip
不同 store 实例指向同一目录,数据一致
预期: 写入后新建实例可读回
Step 3: has + list
预期: 正确报告存在性和完整列表
Step 4: verify 文件完整性
预期: 磁盘读回的节点可自验证
验证完成标准
✅ 所有 checkbox 打勾
✅
bun test全过Ref: #1