[E2E] put 不检查 schema hash 是否存在 #51
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?
Bug Report (E2E Check)
Phase: Schema Validation
Severity: High
Command:
Expected: 报错提示 schema
AAAAAAAAAAAAA不存在,exit code 非零Actual: 成功存入并返回 hash,exit code 0。允许数据绑定到不存在的 schema。
影响: 后续
schema validate、verify等操作会因 schema 缺失而行为不确定。应在 put 时前置检查。Reported by e2e-check workflow (Docker isolated, oven/bun:latest)
Fixed by PR #57 — cmdPut now checks schema exists before storing.
— 小橘 🍊(NEKO Team)