mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #129707 from soltysh/expand_portforward_errors
e2e: expand error conditions when test-ing port-forward
This commit is contained in:
commit
78ad9a7b97
@ -617,7 +617,7 @@ var _ = SIGDescribe("Kubectl Port forwarding", func() {
|
|||||||
// this error indicates timeout when POST-ing data
|
// this error indicates timeout when POST-ing data
|
||||||
gomega.ContainSubstring("context deadline exceeded"),
|
gomega.ContainSubstring("context deadline exceeded"),
|
||||||
// this will happen when trying to write to a closed connection
|
// this will happen when trying to write to a closed connection
|
||||||
gomega.ContainSubstring("write: broken pipe")))
|
gomega.ContainSubstring("write: broken pipe"), gomega.ContainSubstring("closed network connection")))
|
||||||
|
|
||||||
ginkgo.By("Check kubectl port-forward exit code")
|
ginkgo.By("Check kubectl port-forward exit code")
|
||||||
gomega.Expect(cmd.cmd.ProcessState.ExitCode()).To(gomega.BeNumerically("<", 0), "kubectl port-forward should finish with non-zero exit code")
|
gomega.Expect(cmd.cmd.ProcessState.ExitCode()).To(gomega.BeNumerically("<", 0), "kubectl port-forward should finish with non-zero exit code")
|
||||||
|
Loading…
Reference in New Issue
Block a user