Salvador Fuentes
Salvador Fuentes
I ran `bats nginx.bats ` using latest `cc-runtime` with kubernetes 1.7.5 (also happens with 1.6.7) and when the nginx deployment is deleted, the cc-runtime fails to delete the created pods....
fedora: cc-runtime list stops working and qemu and CC processes are left behind after running swarm
# Description of problem After swarm tests are executed in the CI, the `cc-runtime list` command does not work and there are `qemu`, `cc-proxy` and `cc-shim` processes left behind. #...
# Description of problem After executing docker integration tests from https://github.com/clearcontainers/tests for around 2 hours on a Fedora 26 VM, I got kernel errors and the VM seems to be...
When configuring CRI-O to use `cgroup_manager = "systemd"` these errors appeared: `flag provided but not defined: -systemd-cgroup` Seems like currently we do not support this configuration. Log from Openshift node:...
The script tries to read from the `cc-oci-runtime.log` file, but seems that the regex it uses to look at the create and start time is not working anymore and needs...
When running unit tests with: ``` sudo -E make check-TESTS ``` `network_test` fails randomly. Below the log of the test suite. ``` ============================================ cc-oci-runtime 2.1.8: ./test-suite.log ============================================ # TOTAL: 26...
Test `check that the replicas' names are different` fails on Fedora 25 with docker 17.05 On CL and Ubuntu, the tests passes correctly. Below the output from the test: ```...
Docker `17.06` just came out and it is already available for download as the latest edge/stable package. But seems that we need to support a new option for the create...
From #196, we started getting k8s issues. cc-runtime start gets hanged: ``` fuentess@k8s-latest:~/go/src/github.com/clearcontainers/tests/integration/kubernetes$ ps -ef | grep cc- root 26106 1 0 15:29 ? 00:00:03 /usr/bin/dockerd -D --add-runtime cc-runtime=/usr/local/bin/cc-runtime --default-runtime=cc-runtime...
Last revendoring make K8s stop working because cc-runtime gets hanged starting pods. Will open another issue with more details.