Disk named local
cannot be accessed
#3536
Unanswered
chrispmcgee
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This began happening recently, and I cannot explain why.
My environment from
sail artisan about
:When running a
sail artisan test
, I get two tests complaining they cannot access thelocal
disk. However, running one of the failing tests in isolation passes just fine.While I agree that this is a permissions or ownership issue, I cannot explain why it does this only during batch testing. As seen here, new directories are created with minimal permissions when the "bad" tests are hit during a batch operation, but never when those same tests are run by themselves:
Where should I go to figure out this weirdness?
Beta Was this translation helpful? Give feedback.
All reactions