-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Investigate flaky test/addons/new-isolate-addon
#46517
Comments
I couldn’t reproduce this locally in repeated runs – it seems this is happening only on Windows? That’s surprising, given that there is no OS-specific code involved here. |
Yea, this only affects Windows ARM and I have no idea why it happens. Does it make sense to skip this test only on the Windows ARM platform as a mitigation step? |
According to nodejs/reliability#497 (comment) this is only failing on Windows arm64? That's not a platform we test on by default -- it's being worked on in nodejs/build#3046 (see also nodejs/build#3046 (comment) that work is currently being done on the machines). I'm a little surprised this is being flagged for all of those PRs. I checked a few of the failing CI's from #46495, for example, and none of them failed with this test. Most of the current Windows CI failures are nodejs/build#3174, which is a left over Node.js process preventing the git checkout from being cleaned. Maybe there's a bug in the I suspect the tests being discussed in this issue either doesn't work on Windows on ARM64 (would not have been tested in the original PR) or it's somehow related to the current work in nodejs/build#3046. cc @nodejs/platform-windows-arm |
according to reliability reports this test has only been failing for a brief period of time back in feb this year. All the failures were on nearform arm64 machines, which are now deprecated. I believe flakiness of this test has been related to the ongoing work around windows arm64 platform and is no longer the case. If there are no recent signs of this test being flaky I believe this issue can be closed for now. |
Test
test/addons/new-isolate-addon
Platform
Windows
Console output
Output of a test failure from
test/addons/new-isolate-addon/test.js
:Output of a test failure from
test/addons/new-isolate-addon/test-nonodesnapshot.js
:Build links
Additional information
These tests were added in #45885, so cc @addaleax.
The text was updated successfully, but these errors were encountered: