Skip to content
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 to README that all runtime_tools tests have been covered. #336

Merged
merged 1 commit into from
Sep 26, 2021

Conversation

utam0k
Copy link
Member

@utam0k utam0k commented Sep 26, 2021

🎉
fix #252

@utam0k utam0k requested a review from yihuaf September 26, 2021 08:34
@@ -48,7 +48,7 @@ youki is not at the practical stage yet. However, it is getting closer to practi
| Seccomp | Filtering system calls | ✅ |
| Hooks | Add custom processing during container creation | ✅ |
| Rootless | Running a container without root privileges | It works, but cgroups isn't supported. WIP on [#77](https://github.com/containers/youki/issues/77) |
| OCI Compliance | Compliance with OCI Runtime Spec | 50 out of 52 test cases passing |
| OCI Compliance | Compliance with OCI Runtime Spec | 50 out of 50 test cases passing |
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The remaining ones are tests that cannot be run due to runtime_tools.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This means that even runc doesn't pass them, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it is. For more details, see integration.sh, including the reason.

@codecov-commenter
Copy link

Codecov Report

Merging #336 (2165a6d) into main (bfa1814) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   71.17%   71.17%           
=======================================
  Files          46       46           
  Lines        6828     6828           
=======================================
  Hits         4860     4860           
  Misses       1968     1968           

@yihuaf yihuaf merged commit 6384a59 into youki-dev:main Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Tracking Issue] Pass the rest of integration tests
5 participants