Oryx
Oryx copied to clipboard
[codespaces] when uid/gid is not 1000, user/oryx does not have adequate permissions
In our codespaces image we run into false negative test failures because the test runner executing our code is not UID 1000.
Relevant test failures are illustrated here: https://github.com/microsoft/vscode-dev-containers/pull/1255#issuecomment-1017737126 and this ci run
cc/ @william-msft @Chuxel
our test prints out the current uid/gid for the test run: https://github.com/microsoft/vscode-dev-containers/runs/4885465855?check_suite_focus=true#step:3:6752
Looks like this issue has been resolved. Closing this issue now, if this happens to still be an issue please open an new issue and link back to this issue from there.