test: add fuzz seeds for the Stop/StopReply IPC messages #152
Labels
No labels
priority/P0
priority/P1
priority/P2
release/v0.1.0
status/blocked
status/planned
type/bug
type/design
type/test-gap
type/tracker
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
natsukium/felis#152
Loading…
Reference in a new issue
No description provided.
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?
The repository's IPC extension checklist (
.agents/skills/extend-ipc/SKILL.mdsection 5, "Tests") requires dropping a seed for every new message intofuzz/seeds/ipc_body/and runningjust fuzz-smoke.What is missing: no seed was added for
OpsMsg::Stop/StopReply(or theDaemonDrainingAttachFailurevariant) introduced by #25, unlike other recently added arms in that directory (e.g.proto-ops-switch-retarget.bin).Where:
fuzz/seeds/ipc_body/.Correction: add a minimal encoded
Stop/StopReplybody seed underfuzz/seeds/ipc_body/and runjust fuzz-smoke.Why deferred from #25: project checklist hygiene (extend-ipc SKILL.md), not an acceptance criterion of #25; the missing seed does not fail CI, it only reduces fuzz coverage of the new arms.
Split from #25.
felis daemon stop#153