You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: confidential-containers#2153
Seperate ListenAndServe() of test servers to perform Listen() in the
same thread as used by the client that rely on the server port to be
open.
Move to reuse tuntest network namespace test code rather that
maintaining seperate network namespace test code for SecureComms.
Signed-off-by: David Hadas <davidh@il.ibm.com>
In the last few weeks I have failing often seen the CAA build job failed e.g. https://github.com/confidential-containers/cloud-api-adaptor/actions/runs/11819549925/job/32929722455?pr=2146 due to an issue in the
TestSshProxyReverse
test:and in https://github.com/confidential-containers/cloud-api-adaptor/actions/runs/11819549925/job/32930561772?pr=2146
These are starting to slow down PRs as multiple re-test are sometimes needed, so we need to have these tests fixed.
The text was updated successfully, but these errors were encountered: