Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[antlir2][tests] add idmap test to basic rust test
Summary: As I start to enable more rootless test execution, it's important to exercise the tests-for-the-tests that we have here. This diff makes sure that in the test container `root` is id `0` and `antlir` is `1000`, as set in the `antlir` uidmap. Test Plan: ``` ❯ buck2 targets fbcode//antlir/antlir2/testing/tests: | grep rootless | xargs buck2 test Buck UI: https://www.internalfb.com/buck2/0f869c2e-df9e-4a80-8956-813d1c69ad71 Test UI: https://www.internalfb.com/intern/testinfra/testrun/10133099228309166 Tests finished: Pass 52. Fail 0. Fatal 0. Skip 0. Build failure 0 ``` Reviewed By: justintrudell Differential Revision: D68905617 fbshipit-source-id: 36872d9c60b5c3ada03f00defbb8daa17fa1aa75
- Loading branch information