You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst working on #34007, a new issue was revealed where tests touching /tmp (via shared test infra which sets up a temp directory) fail, due to /tmp not being writable.
The existing libraries code uses the TMPDIR env var if it exists, and falls back to /tmp - and helpfully, this is valid on the tvOS simulator, just not on physical devices.
This will be addressed in #57508 as well, since the issues are related (and the proposed fix to this issue depends on the fix to #34007)
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.
Issue Details
Whilst working on #34007, a new issue was revealed where tests touching /tmp (via shared test infra which sets up a temp directory) fail, due to /tmp not being writable.
The existing libraries code uses the TMPDIR env var if it exists, and falls back to /tmp - and helpfully, this is valid on the tvOS simulator, just not on physical devices.
This will be addressed in #57508 as well, since the issues are related (and the proposed fix to this issue depends on the fix to #34007)
ghost
added
in-pr
There is an active PR which will close this issue when it is merged
and removed
in-pr
There is an active PR which will close this issue when it is merged
labels
Aug 24, 2021
ghost
added
in-pr
There is an active PR which will close this issue when it is merged
and removed
in-pr
There is an active PR which will close this issue when it is merged
labels
Aug 27, 2021
ghost
locked as resolved and limited conversation to collaborators
Sep 29, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whilst working on #34007, a new issue was revealed where tests touching /tmp (via shared test infra which sets up a temp directory) fail, due to /tmp not being writable.
The existing libraries code uses the
TMPDIR
env var if it exists, and falls back to/tmp
- and helpfully, this is valid on the tvOS simulator, just not on physical devices.This will be addressed in #57508 as well, since the issues are related (and the proposed fix to this issue depends on the fix to #34007)
The text was updated successfully, but these errors were encountered: