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
The current docker setup has to grant the non-root testing user permission to various directories including /tmp and Racket's package and collection installation directories. I forget which tests need this.
Ideally, individual tests shouldn't need any sort of filesystem permissions and should rely on a test runner / framework to supply access to that sort of stuff, so it's easy to setup a test environment. But first there should be a list of which release tests are uncooperative with respect to the filesystem.
The text was updated successfully, but these errors were encountered:
The current docker setup has to grant the non-root testing user permission to various directories including
/tmp
and Racket's package and collection installation directories. I forget which tests need this.Ideally, individual tests shouldn't need any sort of filesystem permissions and should rely on a test runner / framework to supply access to that sort of stuff, so it's easy to setup a test environment. But first there should be a list of which release tests are uncooperative with respect to the filesystem.
The text was updated successfully, but these errors were encountered: