unjs / runtime-compat

Display APIs compatibility across different JavaScript runtimes
https://runtime-compat.unjs.io/
MIT License
232 stars 5 forks source link

wasmer tests hanging in CI #85

Open ascorbic opened 6 months ago

ascorbic commented 6 months ago

The WInterJS/wasmer tests are mostly hanging in CI, causing the support updates to fail. For this reason I've disabled the tests for now. It can be intermittently reproduced locally when running pnpm generate in the root. It doesn't seem to happen so much when running the tests on their own in the generator/runtimes/wasmer directory, and just seems to manifest when run in the group. Setting concurrency to 1 doesn't help.

Cc @Arshia001 @syrusakbary

Arshia001 commented 6 months ago

I will investigate this and report back @ascorbic.

Arshia001 commented 3 months ago

Hey @ascorbic! It's been a while, and we fixed a number of stability issues on WinterJS in the meantime. I can't reproduce this issue right now. I do have a number of fixes for WinterJS, for which I'll be opening a PR shortly, once version 1.2.0 is out. Hopefully, everything will be working at that point and we can re-enable the tests.

Arshia001 commented 3 months ago

@ascorbic please have a look at #138, and let me know if I missed anything that should have been updated.