Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ensure connections #1539

Merged
merged 2 commits into from
Apr 20, 2021
Merged

Fix ensure connections #1539

merged 2 commits into from
Apr 20, 2021

Commits on Apr 16, 2021

  1. Fix ensuring connection in tests

    * Add timeout for establishing a connection to prevent potential
    "hangs" of the test runs. The problem was noticeable when running
    tests in kind.
    * Increase the number of tries to make sure the Ingress Controller
    pod has enough time to get ready. When running tests in kind
    locally the number of tries sometimes was not enough.
    pleshakov committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    4b13fa8 View commit details
    Browse the repository at this point in the history
  2. Ensure connection in Ingress TLS tests

    Ensure connection to NGINX before running tests.
    Without ensuring, sometimes the first connection to NGINX would
    hang (timeout). The problem is noticable when running tests in
    kind.
    pleshakov committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d150571 View commit details
    Browse the repository at this point in the history