mirror of https://github.com/linkerd/linkerd2.git
Int tests: Warn (instead of erroring) upon pod restarts, part two (#4637)
In #4595 we stopped failing integration tests whenever a pod restarted just once, which is being caused by containerd/containerd#4068. But we forgot to remove the warning event corresponding to that containerd failure, and such unexpected event continues to fail the tests. So this change adds that event to the list of expected ones.
This commit is contained in:
parent
2696ea94dd
commit
d02359e094
|
@ -48,6 +48,7 @@ var (
|
|||
`(Liveness|Readiness) probe failed: Get http://.*: net/http: request canceled .*\(Client\.Timeout exceeded while awaiting headers\)`,
|
||||
`Failed to update endpoint .*/linkerd-.*: Operation cannot be fulfilled on endpoints "linkerd-.*": the object has been modified; please apply your changes to the latest version and try again`,
|
||||
`error killing pod: failed to "KillPodSandbox" for ".*" with KillPodSandboxError: "rpc error: code = Unknown desc`,
|
||||
`failed to create containerd task: failed to start io pipe copy: unable to copy pipes: containerd-shim: opening w/o fifo "/run/containerd/io.containerd.grpc.v1.cri/containers/linkerd-proxy/io/\d+/linkerd-proxy-stdout"`,
|
||||
}, "|"))
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue