-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
policy-test: Explicitly wait for init containers (#8272)
The policy integration tests sometimes fail in CI due to timeouts waiting for a curl pod's exit code. It's not really clear why this is happening. This change separates waiting for the init containers from waiting for the exit code so we can log that situation explicitly. Furthermore, logging has been enhanced to include information about init containers. `curl` invocations now use a timeout and retries to help limit flakiness. Also, `curl-lock` deletions now wait for the resource to be fully removed. Signed-off-by: Oliver Gould <[email protected]>
- Loading branch information
Showing
2 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters