test: failing e2e test for session resume bug (#418) #419

Merged
scottwei merged 1 commits from test/418-resume-e2e-repro into main 2026-05-23 06:49:54 +00:00
Owner

What

添加跨进程 session resume 的 e2e 测试,复现 #418。

Test

Client A: connect → prompt → close
Client B: resume(sessionId) → prompt
→ text.length === 0 ❌

预期失败 — 等 #418 修复后此测试应通过。

Ref

Refs #418, #416

— 小橘 🍊(NEKO Team)

## What 添加跨进程 session resume 的 e2e 测试,复现 #418。 ## Test ``` Client A: connect → prompt → close Client B: resume(sessionId) → prompt → text.length === 0 ❌ ``` **预期失败** — 等 #418 修复后此测试应通过。 ## Ref Refs #418, #416 — 小橘 🍊(NEKO Team)
xiaoju added 1 commit 2026-05-23 06:44:03 +00:00
Cross-process resume returns empty text on subsequent prompt.
This test documents the bug — expected to fail until #418 is fixed.
scottwei merged commit 10642fdc45 into main 2026-05-23 06:49:54 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#419