David Gibson
David Gibson
# Description of problem Rust `String` and `str` types represent valid UTF-8 strings. OS paths aren't necessarily the same thing: on Linux they're a string of non-zero bytes, which need...
Although all the `runtime-tools` testcases run by the `integration_tests.sh` script pass, one of the - `prestart_fail.t` - leaves a stale youki process running that must be manually removed with `kill...
Running the `make localvalidation` against a sample runtime multiple times produces noticeably different results on each run. For example, I ran the suite against with the packaged `runc` in Fedora...
# Description of problem When debugging a problem that appears in CI, the obvious thing to do is to use the `Vagrantfile` to create a test environment to reproduce the...
We currently have both Makefiles and meson scripts either of which can build the project. However, I frequently forget how to properly invoke meson, so it tends to be poorly...
When invoked as a git subcommand, git-publish won't respect configuration overrides given on the git command line with the -c option. e.g. git -c sendemail.smtpserver=smtp.example.com publish ... Will still use...
Hi Alex, I realize this repo hasn't been much touched in years, but I'm using some of these tests while working on SR-IOV with Kata, so I thought I might...
I've had intermittent problems with the pasta DNS tests in podman. Here are some fixes that address at least some of them. /cc @sbrivio-rh @Luap99 #### Does this PR introduce...
### Feature request description By default pasta uses an MTU of 65520 bytes in containers it backs. This is an important strategy to improve TCP throughput and reduce load, by...