Eric Fang
Eric Fang
If libseccomp is not supported, we should provide a way to disable it in Youki. Also this will help in the case that we want to support older kernel version...
Not sure if this is intended behavior or a bug. The operations such as `many` will parse success 0 or N times and will stop at the last failed parse....
`cargo nextest` is a improved version of test runners compared to the default `cargo test` and it is a drop in replacement. The home page summarizes the benefit well: https://nexte.st/index.html#features....
If the init process errors, we currently close the channel and exit. The only context around the error are in the logs/traces. This is not good UX for libcontainer interface....
Summary: --- A side note that I noticed while making this : not all logs and errors that we are generating are actually getting displayed when using youki. For example,...
There is a number of life cycle bugs detected as either new or regression recently. For example, #1810 and #1817. We should go over the container life cycle integration tests...
We decided to handle the `SIGWINCH` signal in the `youki` foreground mode in a different PR. The tty needs to resize. There may also be broader implication or refactor required...
Fix #274 As discussed in #274, when `gotestsum` rerun failed test cases, the `coverprofile` gets overridden by the each calls to the underlying `go test`, causing coverprofile to per in...