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

[release-4.12] OCPBUGS-15644: Update TestAWSELBConnectionIdleTimeout to not use wildcard DNS record #959

Commits on Jul 2, 2023

  1. OCPBUGS-13810: Update TestAWSELBConnectionIdleTimeout to not use wild…

    …card DNS record
    
    TestAWSELBConnectionIdleTimeout has been very flakey due to the fact that the
    CI test runner cluster is failing to resolve the newly created wildcard DNS Record
    in a reasonable time. To work around this, we switch to using ELB's hostname,
    which is consistently resolving and adding the "Host" header to the HTTP request
    
    `test/e2e/operator_test.go`: Modify TestAWSELBConnectionIdleTimeout to use
    ELB hostname and Host header with route hostname
    gcs278 authored and openshift-cherrypick-robot committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    51cd04c View commit details
    Browse the repository at this point in the history