1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-05 23:26:32 +02:00

Merge pull request #315 from yihuaf/yihuaf/252

Adds a note why `pidfile` integration test doesn't work
This commit is contained in:
utam0k 2021-09-26 16:35:22 +09:00 committed by GitHub
commit bfa1814179
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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 53 test cases passing |
| OCI Compliance | Compliance with OCI Runtime Spec | 50 out of 52 test cases passing |
# Design and implementation of youki
![sequence diagram of youki](docs/.drawio.svg)

View File

@ -55,6 +55,7 @@ test_cases=(
"linux_uid_mappings/linux_uid_mappings.t"
"misc_props/misc_props.t"
"mounts/mounts.t"
# This test case passed on local box, but not on Github Action. `runc` also fails on Github Action, so likely it is an issue with the test.
# "pidfile/pidfile.t"
"poststart/poststart.t"
"poststart_fail/poststart_fail.t"