-
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
Extract_HardLinkEntry_TargetInsideDirectory test from System.Formats.Tar.Tests fails on Android/iOS/tvOS #68360
Comments
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsNewly added test from #67883 fails on runtime-extra-platfroms. Android fails with
iOS/tvOS Simulators fail with
FYI @carlossanlop
|
…Formats.Tar.Tests on mobile See dotnet#68360
Same root cause as what's being fixed in #68361? |
I don't think it's the same issue. |
Tagging subscribers to this area: @dotnet/area-system-io-compression Issue DetailsNewly added test from #67883 fails on runtime-extra-platfroms. Android fails with
iOS/tvOS Simulators fail with
FYI @carlossanlop
|
I think the user we use to execute tests in Android/iOS/tvOS does not have permission to create symbolic links in those operating systems. I will have to use elevation in those OS. |
Also, test System.Formats.Tar.Tests.TarReader_ExtractToFile_Tests.ExtractToFile_SpecialFile_Unelevated_Throws fails as well with similar error to the 1st one report in the top post:
Failures since 6/17 - query in runfo
Rolling builds: |
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger Issue DetailsNewly added test from #67883 fails on runtime-extra-platfroms. Android fails with
iOS/tvOS Simulators fail with
FYI @carlossanlop
|
@carlossanlop the main issue with test Extract_HardLinkEntry_TargetInsideDirectory was addressed. Thanks! However, the second similar issue with test ExtractToFile_SpecialFile_Unelevated_Throws is still happening -- see above #68360 (comment) Reopening to keep tracking it. Feel free to split it into another issue if it is more convenient for you. |
@carlossanlop given that it fails in each CI run, please disable the test ASAP unless you have high confidence fix. Thanks! |
I've opened #71258 to disable this test for tvOS |
I'm facing a very similar issue on unconnected PRs (Run) on:
It looks the same as above, just different platforms. Occurring every time on |
Test is disabled, not blocking CI anymore -> removing blocking-clean-ci label. |
Newly added test from #67883 fails on runtime-extra-platfroms.
I haven't investigated whether it is expected, just filing this so I can disable the test with ActiveIssue.
Android fails with
iOS/tvOS Simulators fail with
FYI @carlossanlop
The text was updated successfully, but these errors were encountered: