-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass uid_mapping test #255
Comments
Hi, I am a newbie of container runtime and wanna do some practice, is it suitable for me to take this issue for practicing? 🙇🏻 |
This is may involve some work and time, but I would encourage you to give it a try. I would suggest you first to read the diagram we have in the README and the If you need any help, please let us know here or on discord. |
hi @yihuaf,
and the result that comes out to me is like below
I am not sure if this means the test passed from my local❓ thank you |
Did you check all of the tests? It is a long list lol. It is possible some changes went in that fixed the test. As mentioned, the test was failing for some other reason, not directly uid mapping related. If so, please create a PR and see if CI also passes. |
sorry to make you confused... |
Yes, that looks like what we observed earlier. Let us know if you are stuck. |
Special thanks @tommady |
Ignore what I said: fixed by #289 |
Overview
uid_mapping
integration test currently fails. However, all the failure seems to be related to mount device having the wrong type, not related touid_mapping
itself.Goal
Pass the uid_mapping integration test in runtime-tools.
If you comment in this part and the test passes, you are all set.
https://github.com/containers/youki/blob/ef4b7932e80a91c67503325a76d322f0fc8f670b/integration_test.sh#L53
The text was updated successfully, but these errors were encountered: