-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
SelfContained_NetCoreApp3_CompatMode_SingleFile_APITests failed in CI #43917
Comments
Tagging subscribers to this area: @agocke, @vitek-karas |
Lots of similar issues to this. All seem to have a common symptom: "Text file busy" I believe this is Unix's version of "file in use" for the executable you're trying to launch. From what I read, this should only happen when a write handle is open on the executable. This could be a product bug like someone forgot to Dispose a handle. The tests are seeing it because they are writing the exe in proc then running it immediately afterwards. We should examine the bundler codepath to make sure it disposes all files. Edit: product code seems to protect against this:
Perhaps these tests are running concurrently with the same path? |
Yeah this is interesting, we should investigate. |
failed again in job: runtime 20201028.64 failed test: AppContext_Native_Search_Dirs_Contains_Bundle_Dir Installer-coreclr-Linux_x64-Release Error message
|
similar issues failed in job: runtime 20201101.47 failed test: Bundle_extraction_is_reused Installer-coreclr-Linux_musl_x64-Release Error message
|
I hit this again on Installer-coreclr-Linux_x64-Release |
Dup of #53587 |
Similar to #42101, #43316, #38530, and #35068
Runfo Tracking Issue: selfcontained_netcoreapp3_compatmode_singlefile_apitests
Build Result Summary
The text was updated successfully, but these errors were encountered: