-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ci: add Node.js 10 to AppVeyor config (Windows) #1431
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
|
@bajtos can you push again to re-trigger appveyor builds? |
|
Triggered a new build, looks like it still hangs. |
virkt25
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to merge once AppVeyor goes green
a217558 to
c10dac4
Compare
|
@bajtos can you rebase to trigger the CI again on this PR? AppVeyor now has 10.6.0 available ... so hopefully this fixes our problem? (https://www.appveyor.com/docs/build-environment/#pre-installed-software) |
c10dac4 to
5abe218
Compare
Done. Feel free to merge this pull request if all builds become green. |
|
Unfortunately, the build is still failing :( |
|
Weird ... it failed without any messages, timeouts from Mocha or anything. |
This is the same problem we have been experiencing from the start, see #1350 (comment): looks like there is some other bug on Windows, the test run freezes inside our test suite. I have described details in nodejs/node#21210. In short, the callback installed via |
|
Ah right. Thanks for the explanation again. I thought it was fixed in the latest release ... :( Thanks for trying again. |
5abe218 to
c7e5f64
Compare
|
Rebased on top of the latest master, still no luck with Node.js 10.9.0 :( |
c7e5f64 to
653ae96
Compare
|
Still hanging :( |
653ae96 to
a825ff4
Compare
a825ff4 to
993a57e
Compare
993a57e to
e030881
Compare
59f1716 to
f37c75a
Compare
f37c75a to
cded4e9
Compare
cded4e9 to
8615d3a
Compare
|
Still no luck, both Node.js 10 and 12 end up in a frozen state when running our tests. I feel there is no point in keeping this pull request open. Instead of troubleshooting AppVeyor, I prefer to investigate migration to Azure Pipelines - see #3161 |
|
As of 4281d9d, we are using Node.js 10 LTS on AppVeyor. |
This finishes the revert of commit a36e257 (see 5e605c0 from #1350) and configures AppVeyor CI to use the latest Node.js 10.x version, since the problem we were experiencing in 10.1.0 has been fixed in 10.2.0.
Checklist
npm testpasses on your machinepackages/cliwere updatedexamples/*were updated