Aurélien Bombo

Results 25 comments of Aurélien Bombo

ca7d8676ced46951d371c96344178a215debffed addresses this somewhat by at least logging when exactly we're trying to connect to the server.

:+1:

@Tim-Zhang We already have the infra to support such tests, you don't have to modify any workflow YAML 🙂 I recommend simply adding your test cases to this file: https://github.com/kata-containers/kata-containers/blob/main/tests/integration/kubernetes/k8s-exec.bats...

@Tim-Zhang I would reimplement your tests to use `kubectl` instead of `ctr` as those both repro the issues in the same way in my experience - referring to e.g. #1160...

Related: https://github.com/kata-containers/kata-containers/issues/9593

Hi @likebreath, I implemented the workaround in #9592 - once that gets merged we'll be able to proceed here. We're adapting the Mariner CI to unblock the CH v39 upgrade,...

@likebreath Once #9592 is merged, you'll have to rebase this PR on top of it, as right now this PR is still testing code without the fix. The `test-vfio` test...

Doesn't seem to be directly related to this PR, I see it failing in #9583 and #9598 as well. Rerunning in case it's a transient issue.

@likebreath Could you rebase your PR on top of main? The Mariner fix was just merged.