Salvador Fuentes
Salvador Fuentes
Hi, I have updated the content of the wiki page to match our current setup script location and also updated the Known Working versions, which were outdated. We still need...
This is mainly why we have the Openshift test failing on our jenkins CI. Openshift seems to work well, but when checking if there is a CC launched with Openshift...
From what I can see is that we are seeing the scenario where the directory has already been deleted (from the swarm execution) because if Openshift is executed alone (no...
@jcvenegas I confirm that this only happens when running with Fedora
@jamiehannaford I opened https://github.com/kata-containers/runtime/issues/197 which is similar to this one.
This might be related with https://github.com/clearcontainers/runtime/issues/571
Although with `1.12.1` the `curl` works, qemu and cc-proxy processes are left behind. ``` fuentess@test-swarm:~/go/src/github.com/clearcontainers/tests$ ps -ef | grep -c qemu 17 fuentess@test-swarm:~/go/src/github.com/clearcontainers/tests$ ps -ef | grep -c cc-pr 18...
This sometimes leads to not being able to start the replicas: ``` ok 2 # skip (This is not working (https://github.com/clearcontainers/tests/issues/694)) check_service_ip_among_the_replicas not ok 3 obtain hostname of the replicas...
I will let the tests running again during the night with ksm off, will let you know what happens.
Ran the tests with `ksm off` in a loop 100 times and the issue was not reproducible.