Skip to content
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

fix: patch tests to make URL work #77

Merged
merged 2 commits into from
Mar 15, 2024
Merged

fix: patch tests to make URL work #77

merged 2 commits into from
Mar 15, 2024

Conversation

ascorbic
Copy link
Collaborator

πŸ”— Linked issue

Closes #45

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Manually applies openwebdocs/mdn-bcd-collector#1295 to the tests so that the URL and Request tests an run

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Copy link

cloudflare-workers-and-pages bot commented Mar 15, 2024

Deploying runtime-compat with Β Cloudflare Pages Β Cloudflare Pages

Latest commit: c319e84
Status:Β βœ…Β  Deploy successful!
Preview URL: https://830841ef.runtime-compat.pages.dev
Branch Preview URL: https://patch-request.runtime-compat.pages.dev

View logs

@@ -9,7 +9,7 @@
"build": "unbuild",
"start-server": "wasmer run wasmer/winterjs --net --env PORT=7070 --mapdir dist:dist dist/handler.mjs",
"run": "curl -o data.json http://127.0.0.1:7070",
"start": "start-server-and-test start-server http://127.0.0.1:7070 run"
"start": "echo skipping wasmer # start-server-and-test start-server http://127.0.0.1:7070 run"
Copy link
Collaborator Author

@ascorbic ascorbic Mar 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There seems to be an issue with WinterJS right now that's causing it to hang in GH actions. I'm skipping it for now, meaning it won't update the tests for it automatically

@ascorbic ascorbic merged commit cb4c4a5 into main Mar 15, 2024
4 checks passed
@ascorbic ascorbic deleted the patch-request branch March 15, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request tests are incorrectly failing
2 participants