continue waiting when an exception is raised (#408)

Continue waiting when an exception is raised

SUMMARY
When an exception is raised and the wait_timeout is not reached, we should continue waiting as this may occurs due to temporary issue on cluster

Fixes #407

ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mike Graves <mgraves@redhat.com>
Reviewed-by: Abhijeet Kasurde <None>
This commit is contained in:
abikouo
2022-03-23 15:12:26 +01:00
committed by GitHub
parent 074f0a6555
commit f418353e44
2 changed files with 28 additions and 13 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Catch expectation raised when the process is waiting for resources (https://github.com/ansible-collections/kubernetes.core/issues/407).