Test infrastructure: add workerd integration coverage #5
Loading…
Add table
Add a link
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?
Background
The regression suite uses local fakes for KV, R2, Durable Objects, browser APIs, and receive-page execution. This follow-up tracks adding a real Workers-compatible integration layer for receive flows so runtime-specific behavior is covered outside the fake harness.
Source: Deferred from receive links fix pass after PR multi-agent code review
File:
tests/worker-regression.test.mjs,package.json:1Branch:
feature/receive-links-foundationMotivation
Real workerd or Miniflare coverage would exercise Cloudflare-specific request parsing, streamed bodies, R2 multipart semantics, KV TTL constraints, cookies, and Durable Object behavior. The fake harness is fast and valuable, but it can miss runtime compatibility issues.
Why deferred from receive links fix pass
Proposed work
workerdor Miniflare, and document the rationale.Acceptance
References
feature/receive-links-foundationreceive-links review fix pass.package.json:1