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 for bug1431655: delete reencrypt routes #14921

Merged
merged 1 commit into from
Jun 30, 2017

Conversation

rajatchopra
Copy link
Contributor

@rajatchopra rajatchopra commented Jun 27, 2017

Fix for: https://bugzilla.redhat.com/show_bug.cgi?id=1431655
bug: 1431655

@lihongan Review please
@pravisankar PTAL

/cc @openshift/networking

@@ -510,6 +510,28 @@ func (p *F5Plugin) deleteRoute(routename string) error {
return err
}
}
} else {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think should not use "else" here. That means if passthrough route existed, then no chance to delete reencrypt routes, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. But aren't they mutually exclusive anyway? For the given routename.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just saw other three type routes are checked in sequence in the function. Seems only one type route will be matched for a given routename.
LGTM. Thank you.

Copy link

@pravisankar pravisankar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@knobunc knobunc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@knobunc
Copy link
Contributor

knobunc commented Jun 28, 2017

[merge]
[test]

@knobunc
Copy link
Contributor

knobunc commented Jun 28, 2017

@rajatchopra
Copy link
Contributor Author

[test] flake #13271

@eparis
Copy link
Member

eparis commented Jun 29, 2017

[test] just for funzies this time.

@knobunc
Copy link
Contributor

knobunc commented Jun 29, 2017

@eparis
Copy link
Member

eparis commented Jun 30, 2017

[test]
[merge]

@knobunc
Copy link
Contributor

knobunc commented Jun 30, 2017

[test] I think we flaked on the rate limiter bug #12558

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 7f13ab7

@knobunc
Copy link
Contributor

knobunc commented Jun 30, 2017

[merge] last flaked on GCE provisioning

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 7f13ab7

@openshift-bot
Copy link
Contributor

openshift-bot commented Jun 30, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/1187/) (Base Commit: 1d1aa8a) (PR Branch Commit: 7f13ab7) (Image: devenv-rhel7_6415)

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2879/) (Base Commit: 916ac6c) (PR Branch Commit: 7f13ab7)

@openshift-bot openshift-bot merged commit 57a4d50 into openshift:master Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants