-
Notifications
You must be signed in to change notification settings - Fork 1.1k
GivenThatWeWantToStoreAProjectWithDependencies.compose_multifile has become flaky #2089
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
Comments
I don't think the test or code underneath it has changed in a long time, but the flakiness is recent. |
cc @dsplaisted |
An example failure is here. This may or may not be the same problem as the @JeremyKuhne Any idea if this is related to File IO changes in the runtime? |
Update: it is failing on Windows suddenly all of the time too. This leads me to think that there is some condition that causes a machine to get into a state where it starts to fail. Maybe temp is getting full or something like that. |
cc @livarcocc |
Got a repro locally with a hint at the problem: Microsoft.NET.Publish.Tests_netcoreapp2.0_x64.log Stack trace
Looks like something is building the same project in parallel with different global properties and same intermediate output directory. |
Fixed by #2159 |
…131.4 (#2089) [main] Update dependencies from dotnet/arcade
I'm making it run Windows only for now.
The text was updated successfully, but these errors were encountered: