Skip to content

fix(integration): Flaky test in OLM addon for etcd readiness #22408

@aka1976mb

Description

@aka1976mb

The 'validateOlmAddon' integration test can be flaky when checking for the etcd operator's readiness. It uses a custom retry loop that can fail intermittently, causing CI failures.
Impact: This flakiness affects the reliability of our CI tests and can lead to false negatives in test results.
Proposed Solution: Replace the custom retry logic with the more robust kubectl wait command, which uses Kubernetes' built-in polling mechanism.
Labels needed: - ci-extended (affects extended integration tests)-
efactor (test code improvement)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions