-
Notifications
You must be signed in to change notification settings - Fork 347
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
Decide which runc to use for validating the rust oci test validation #2616
Comments
@jprendes , if possible can you take a look at this and let me know your thoughts? |
Hi! I'm no expert in runc development, but IIUC there was a runc release last week None of those have the features from main? |
Hey it would appear so. For #1544 the changes were merged >5 months back, and the changes are not in the latest release. I tested manual build of master, which did pass the tests. |
runc v1.2.0 seems to plan to include it. |
Hey @utam0k , I didn't know that. However, seeing that issue ti seems that the release would still take quite some time, and I would prefer not to keep the PRs blocked till then. If you don't want to use main branch of runc for testing we can take an approach similar to sudo-rs testing. |
@YJDoc2 Make sense a lot 👍 |
I'll go ahead and see if I can do a conditional ignore of the tests similar to sudo-rs testing, otherwise we can switch over to the main branch of runc. 👍 |
FYI: contained ignores some unit tests when the runtime, except for runc, is used. It is judged by ENV. |
Even though PRs for features such as domain name and sched_entity are merged in rnuc's main branch, no release till now contains the support for them. That is causing causing block for merging #1544 and #2495 , as the rust oci tests fail on runc's released version. When tested on runc compiled from main branch's latest commit, the tests are passing, as the supporting code is present.
We can take two approaches for solving this :
I would like to take one approach or the other soon, rather than waiting for runc to release the features, as both PR have been pending for long time only due to the runc validation failing.
cc @utam0k
The text was updated successfully, but these errors were encountered: