-
Notifications
You must be signed in to change notification settings - Fork 14
test: conformance testing more modular, no hangs #266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
SgtPooki
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self review
| if (options.runner !== 'node') { | ||
| throw new Error('Only node runner is supported') | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was all moved inside generate-conformance-report.ts
## [@helia/verified-fetch-v3.2.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-3.2.0...@helia/verified-fetch-3.2.1) (2025-09-12) ### Tests * conformance testing more modular, no hangs ([#266](#266)) ([ae6e463](ae6e463))
|
🎉 This PR is included in version @helia/verified-fetch-v3.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@helia/verified-fetch-gateway-conformance-v1.5.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-gateway-conformance-1.5.0...@helia/verified-fetch-gateway-conformance-1.5.1) (2025-09-12) ### Tests * conformance testing more modular, no hangs ([#266](#266)) ([ae6e463](ae6e463))
|
🎉 This PR is included in version @helia/verified-fetch-gateway-conformance-v1.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [@helia/verified-fetch-interop-v1.26.3](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-interop-1.26.2...@helia/verified-fetch-interop-1.26.3) (2025-09-12) ### Tests * conformance testing more modular, no hangs ([#266](#266)) ([ae6e463](ae6e463))
|
🎉 This PR is included in version @helia/verified-fetch-interop-v1.26.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Title
test: conformance testing more modular, no hangs
Description
Fixes an issue where gateway conformance tests were hanging in #261. Separates the gwc binary run from the actual unit tests on it's results.
Related #261
Notes & open questions
Change checklist