-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Revert "test: mark empty udp tests flaky on OS X" #32489
Conversation
This reverts commit 24a4f76.
The issue seems to be fixed in macOS 10.15.4 |
@nodejs/platform-macos @AshCripps |
Are these the tests that just failed in https://ci.nodejs.org/job/node-test-commit-osx/32914/#showFailuresLink from the unrelated to UDP #32207 ? If so, they are still flaky. |
Yes, what is the macOS version on jenkins? |
It seems to be 10.15.1, can it be updated to 10.15.4? |
The macs should be able to be updated, might be a bit disruptive. This PR should be held off until the machines are updated. |
Added blocked label. |
https://ci.nodejs.org/job/node-test-commit-osx-AshCripps/10/nodes=test-nearform-macos10.15-x64-1/ passed with 10.15.4 but Now working on the other two machines |
@lpinca All 1015 macs currently in CI are now 10.15.4 feel free to remove the blocked label |
Will also need to be reverted on 12.x I believe |
Done, thank you. |
As of #32450 we're now testing on macOS with GitHub Actions and as far as I can tell the macOS runners are still macOS 10.15.3. |
@richardlau it looks like tests marked as flaky are run, see https://github.com/nodejs/node/pull/32534/checks?check_run_id=541357985 so we should either unblock this or set |
Nvm it's already set to |
We’ll still need to keep the tests marked as |
Removed "blocked" again as macOS runners now use 10.15.4 |
Landed in f675e3a. |
This reverts commit 24a4f76.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes