-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Symlinks left on disk by Installer runs breaks job log upload on Linux #51502
Comments
Tagging subscribers to this area: @tommcdon Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
Use IDisposable and `File.Delete` to ensure that symlinks get created and cleaned up properly on all platforms. If all symlinks aren't deleted, the later test cleanup phases have problems deleting them. Fixes dotnet#51502
* Fix symbolic link tests Use IDisposable and `File.Delete` to ensure that symlinks get created and cleaned up properly on all platforms. If all symlinks aren't deleted, the later test cleanup phases have problems deleting them. Fixes #51502 * Test still failing on Mac, skip until I can investigate
@agocke This issue is closed but it's still hitting builds. |
The latest build that I can see that it hit according to runfo used the runtime base commit 76dd72b, which is just before this change was merged. Did I miss a newer build that it hit? |
Yep. That's right. I misread the dates on the issue and thought it was closed four days ago. Def been hits since then. But actually looking at the right data everything is good here 😄 |
Runfo Tracking Issue: Symlinks left on disk by Installer runs breaks job log upload on Linux
Build Result Summary
The text was updated successfully, but these errors were encountered: