-
Notifications
You must be signed in to change notification settings - Fork 150
Add e2e test for oc downloads links #344
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
Add e2e test for oc downloads links #344
Conversation
jhadvig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small nit, otherwise the test is looking good 👍
/lgtm
|
/retest |
1 similar comment
|
/retest |
2b3977c to
e1b2c79
Compare
e1b2c79 to
5784105
Compare
|
@jhadvig will need a new |
jhadvig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benjaminapetersen there is still error in the verify where we have the
test/e2e/metrics_test.go:110:6: httpOK redeclared in this block
previous declaration at test/e2e/util_http.go:53:34
test/e2e/metrics_test.go:117:6: getRequest redeclared in this block
previous declaration at test/e2e/util_http.go:20:44
we can remove those two funcs from metrics_test.go
5784105 to
c29d392
Compare
|
Ah, yes, I borrowed these funcs from the prev test, but moved them to |
|
Didn't flag as an actual rebase issue. |
|
/retest
|
c29d392 to
45f164f
Compare
|
Added a retry to the 3 tries, willing to ignore failures on the first 2. |
jhadvig
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: benjaminapetersen, jhadvig The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @spadgett