-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
reenable more of the CI matrix #499
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
Conversation
I don't know why the heck Node 12 on Ubuntu is failing. That's one of the ones that was already running. |
Possibly #404 at play. Let me force re-run all jobs. |
That's possible. I had tried running them twice already, and Node 12 Ubuntu failed both times, although I didn't look carefully to see whether it was the same failure message both times. |
Okay, it seems to be at least consistently erroring on:
I can also replicate that specific error locally, |
|
Nevermind - while the I think it's just a case of more test runs = more chances of failure due to the tests themselves being flaky and timing-sensitive. |
Okay, I merged #501 into master which should have solved most of the test stability issues. @Conduitry go ahead and pull master to re-test the full matrix. |
Success! Just the Windows ones failing now. Thanks @GrygrFlzr ! |
Huh, the failing Windows tests cancelled the still-running macOS test for Node 15. Should macOS be shifted earlier in the OS matrix so that it has a chance to complete the run before the Windows CIs fail? |
That's probably a good idea. Updated. |
Now that this is free, we can afford it. Rather than simply uncommenting the old lines, I've also enabled tests on Node 15. When 16 is released and 15 goes EOL, we can update this again.