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

text/extended: Check both IP and Hostname on LB #22872

Conversation

Miciah
Copy link
Contributor

@Miciah Miciah commented May 20, 2019

test/extended: Move some helpers to util/router.go

  • test/extended/router/headers.go:
  • test/extended/router/metrics.go:
  • test/extended/router/reencrypt.go: Use WaitForRouterServiceIP and WaitForRouterInternalIP from the exutil package.
  • test/extended/router/router.go: Move waitForRouterInternalIP, waitForRouterExternalIP, routerShouldHaveExternalService, waitForRouterServiceIP, and waitForNamedRouterServiceIP from here...
  • test/extended/util/router.go: ...to here. Rename waitForRouterServiceIP to WaitForRouterServiceIP and waitForRouterInternalIP to WaitForRouterInternalIP.

text/extended: Check both IP and Hostname on LB

Some platforms may set an IP address and not set a host name on LoadBalancer services, so check both fields.

  • test/extended/router/router.go (waitForNamedRouterServiceIP): Check both IP and Hostname. Delete check for the service name that was used in v3.

Some platforms may set an IP address and not set a host name on
LoadBalancer services, so check both fields.

* test/extended/router/router.go (waitForNamedRouterServiceIP): Check both
IP and Hostname.  Delete check for the service name that was used in v3.
* test/extended/router/headers.go:
* test/extended/router/metrics.go:
* test/extended/router/reencrypt.go: Use WaitForRouterServiceIP and
WaitForRouterInternalIP from the exutil package.
* test/extended/router/router.go: Move waitForRouterInternalIP,
waitForRouterExternalIP, routerShouldHaveExternalService,
waitForRouterServiceIP, and waitForNamedRouterServiceIP from here...
* test/extended/util/router.go: ...to here.  Rename waitForRouterServiceIP
to WaitForRouterServiceIP and waitForRouterInternalIP to
WaitForRouterInternalIP.
@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 20, 2019
@Miciah
Copy link
Contributor Author

Miciah commented May 20, 2019

--- FAIL: TestHighProirotyFlushUnschedulableQLeftover (0.00s)
    testing.go:809: race detected during execution of test

/test unit

Installing from release registry.svc.ci.openshift.org/ci-op-t1i6mpyy/release@sha256:6c2ed7d40f0300fbfc463d2976d5bb88256c053d6549be8e44275bc6c34d0a62
level=fatal msg="failed to fetch Terraform Variables: failed to fetch dependency of \"Terraform Variables\": failed to fetch dependency of \"Bootstrap Ignition Config\": failed to fetch dependency of \"Master Machines\": failed to generate asset \"Platform Credentials Check\": validate AWS credentials: checking install permissions: error simulating policy: Throttling: Rate exceeded\n\tstatus code: 400, request id: 7105bcc8-7b1d-11e9-ac83-4d34b5a1528a"

/test e2e-aws

Edit: First flake looks like BZ#1711563.

@ironcladlou
Copy link
Contributor

/approve
/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label May 20, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ironcladlou, Miciah

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 20, 2019
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

1 similar comment
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit ddbf946 into openshift:master May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants