[E2E] --store 指向不存在路径时报 'Node not found' 而非 'store not found' #55
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: Edge Cases
Severity: Low
Command:
Expected: 错误信息提示 store 路径不存在,如 "Store not found at /nonexistent/path"
Actual: 报 "Node not found",误导用户以为是 hash 不存在而非 store 路径错误。
建议: 在操作前检查 store 目录是否存在,给出准确的错误提示。
Reported by e2e-check workflow (Docker isolated, oven/bun:latest)