Files
kubernetes/test/e2e
Kubernetes Submit Queue a7b63e1a95 Merge pull request #36723 from dims/fix-matchcontainer-output-retry
Automatic merge from submit-queue

Cleanup pod in MatchContainerOutput

MatchContainerOutput always creates a pod and does not cleanup. We need
to fix this to be better at re-trying the scenarios.

When there is an error say in the first attempt of ExpectNoErrorWithRetries
(for example in "Pods should contain environment variables for services" test)
the retries logic calls MatchContainerOutput another time and the
podClient.create fails correctly since the pod was not cleaned up the
first time MatchContainerOutput was called.

Fixes #35089
2016-11-14 20:06:22 -08:00
..
2016-10-21 17:32:32 -07:00
2016-11-08 13:01:28 -05:00
2016-10-21 17:32:32 -07:00
2016-11-11 22:30:56 +01:00
2016-11-07 10:14:12 +01:00
2016-10-23 22:00:35 +02:00
2016-09-15 18:38:01 -04:00
2016-10-23 22:00:35 +02:00
2016-10-28 10:06:31 -07:00
2016-10-23 22:00:35 +02:00
2016-11-12 22:27:37 +01:00
2016-11-03 22:31:39 -07:00
2016-10-23 22:00:35 +02:00
2016-10-27 17:25:10 -07:00
2016-10-29 13:30:47 -07:00
2016-10-23 22:00:35 +02:00