-
Notifications
You must be signed in to change notification settings - Fork 465
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
CI test failures on Windows #627
Comments
|
Maybe we need some Windows equivalent of
before we do the |
Not sure about the rmdir failures. As for failures with Node.js 8 see: nodejs/build#2084 (comment) PR to exclude Visual Studio 2019 from Node.js < 10 (since Node.js 8 ships with an older |
I've had to deal with such errors many times; sometimes these are caused by virus scanners, sometimes by asynchronous behaviour (on network drives), but in this case it is probably caused by trying to remove the current working directory :-) |
@gabrielschulhof and I worked through this during Node+JS Interactive and we believe we updated the job to avoid the problem. Believe it was a result of not having removed a command that did not seem to do anything on WIndows. Now it is cased out and looks like we've had good results since. Closing. |
We've been having some issues with Windows 10, especially when building against v8.x:
On the machines below, there is a consistent failure to remove a directory because one of the files is being used by a process, ultimately resulting in failure:
test-rackspace-win2012r2_vs2019-x64-6
test-rackspace-win2012r2_vs2019-x64-1
test-rackspace-win2012r2_vs2019-x64-3
test-rackspace-win2012r2_vs2019-x64-2
cc @nodejs/build ... ?
The text was updated successfully, but these errors were encountered: