-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
bug(core): WASM tests hanging on ba-keyman-macos-2 #11794
Comments
nodejs/node#47748 seems related.
|
For now, |
Remove |
Many Core WASM tests hanging on ba-keyman-macos-2, but not always. Same tests always running to completion successfully on ba-keyman-macos-1. Looks like we have different versions of node/emscripten on the two mac agents:
ba-keyman-macos-1: node 21.7.3, emscripten 3.1.57-git
ba-keyman-macos-2: node 22.0.0, emscripten 3.1.59-git
Downloaded the built results for ba-keyman-macos-2 and tested locally, could not get it to fail.
Example build fails:
Running locally,
meson test -j 1
seemed to always pass tests, every attempt I tried.meson test -j 2
or higher usually resulted in hanging tests.Ran
brew upgrade node
(upgrades everything!) to 22.3.0, emscripten went to 3.1.61. This still sporadically fails in the same way.The text was updated successfully, but these errors were encountered: