-
Notifications
You must be signed in to change notification settings - Fork 346
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
Add domainname test #1544
Add domainname test #1544
Conversation
b7dc747
to
09a3be6
Compare
@higuruchi Thanks for your cool PR, but we have to wait for runc side. opencontainers/runc#3600 |
Signed-off-by: higuruchi <fumiya2324@gmail.com>
09a3be6
to
2f037c4
Compare
@utam0k I see the runc PR is now merged. Should we get this PR merged as well? @higuruchi do you have time to follow up? If not, I can help to clean this PR up and get it merged. |
@yihuaf We neet to wait for the release from runc's side. Thanks for your catch-up 🙏 |
@utam0k I think we can proceed with now? Or is runc release with this is still not done? |
I think we can process this PR! |
@higuruchi let me know if you can continue working on this for re-basing and fixing conflicts. In case you are busy with something else or cannot work on this, I can take it up so let me know 👍 |
I can continue this work. Thank you for letting me know. |
_ => eprintln!( | ||
"error due to unexpected execute test name: {}", | ||
execute_test | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this got duplicated in the master merge, and clippy is giving error...
facabd2
to
bbba984
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1544 +/- ##
=======================================
Coverage 65.50% 65.50%
=======================================
Files 133 133
Lines 16916 16916
=======================================
Hits 11081 11081
Misses 5835 5835 |
bbba984
to
1d4929b
Compare
Signed-off-by: higuruchi <fumiya2324@gmail.com>
59c70b3
to
5aae0a5
Compare
Signed-off-by: higuruchi <fumiya2324@gmail.com>
e51fba1
to
8d8e545
Compare
integration_tests_validation fails because the latest version of runc, v1.1.8, seems does not include domain name pull request. If i run the tests on the main branch binary, they will all pass. Wait for the domain name pull request to be added to the new release? |
Signed-off-by: higuruchi <fumiya2324@gmail.com>
8d8e545
to
31652b4
Compare
I think they are waiting for a minor release to roll the domainname feature out, and recent releases have been patch , so they didn't include it. I guess we will simply have to wait. @utam0k wdyt? Should we instead move to the main branch with a fixed sha or only use releases? I feel releases would be better because that is what actually being shipped. |
@higuruchi May I ask you to rebase it to current master and do the following to fix the failing runc test : |
@YJDoc2 |
No worries, I'll take care of this. Thanks a lot for the contributions 🙏 |
Thanks a lot 🙏 |
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
3d3d38f
to
16dedc2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please fix the conflict.
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
753e651
to
824e1fb
Compare
Thanks a lot @utam0k for review! |
Add domainname test.
nix does't have getdomainname function, So used libc crate.
Signed-off-by: higuruchi fumiya2324@gmail.com