-
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
[mono] Apple mobile tests could not find test artifacts #89491
Comments
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/public/_build/results?buildId=349967&view=results Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "System.IO.DirectoryNotFoundException : Could not find a part of the path",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
}
The
|
Interestingly I don't see this locally. Maybe related to building the projects on Helix? @steveisok any ideas? |
I'm assuming the test data comes from |
Yeah it comes from |
That must have regressed in runtime/eng/testing/tests.ioslike.targets Lines 64 to 80 in f937797
The
|
Hmm we should figure out that problem then since the |
Runtime tests intermediate path doesn't have full path resolved causing
Resolving the full path should fix the issue.
|
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=349967&view=results
Build error leg or test failing: tvos-arm64 Release AllSubsets_Mono
Pull request: #88167
Error Message
Fill the error message using step by step known issues guidance.
The
System.Formats.Tar.Tests
andSystem.IO.Compression.Tests
are failing with System.IO.DirectoryNotFoundException : Could not find a part of the path '/private/var/containers/Bundle/Application/5CFA5A88-4C15-401E-A916-556A00578E7B/'.Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=349967
Error message validated:
System.IO.DirectoryNotFoundException : Could not find a part of the path
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/26/2023 8:39:19 AM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: