-
Notifications
You must be signed in to change notification settings - Fork 303
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
Migrate upgrade tests to use the upgrade framework #951
Conversation
Hi @skmatti. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
736f0a8
to
c98c394
Compare
/ok-to-test |
@skmatti Can you split up the migration of each test into a single commit each? |
c98c394
to
6304afd
Compare
6304afd
to
1b8f43c
Compare
Done |
1b8f43c
to
26ad076
Compare
Am I missing it? I would expect to see 3 commits. |
cmd/e2e-test/common/common.go
Outdated
"k8s.io/ingress-gce/pkg/fuzz/features" | ||
) | ||
|
||
func WaitForStableIngress(expectUnreachable bool, ing *v1beta1.Ingress, s *e2e.Sandbox, t *testing.T) *v1beta1.Ingress { |
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.
Is WaitForStableIngress used for non-upgrade tests? If so, I wouldn't call s.PutStatus() here since the whole status is only used for upgrade tests.
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.
Nvmd I see that its only used for upgrade tests. Can we put this in a shared place other than cmd/? It's weird to have library code in cmd/
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.
I guess this function is not needed, dissolved it.
26ad076
to
6a80d74
Compare
6a80d74
to
3ef83d5
Compare
3ef83d5
to
3267d90
Compare
3267d90
to
8a2b727
Compare
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: rramkumar1, skmatti 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 |
/assign @rramkumar1 @MrHohn
cc: @freehan