[E2E] --store 指向不存在路径时报 'Node not found' 而非 'store not found' #55

Closed
opened 2026-05-31 07:57:03 +00:00 by xingyue · 0 comments
Owner

Bug Report (E2E Check)

Phase: Edge Cases
Severity: Low

Command:

json-cas --store /nonexistent/path get <hash>

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)

## Bug Report (E2E Check) **Phase:** Edge Cases **Severity:** Low **Command:** ```bash json-cas --store /nonexistent/path get <hash> ``` **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)_
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/json-cas#55