-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 validation of pkg/sdn/api object updates #10466
Fix validation of pkg/sdn/api object updates #10466
Conversation
LGTM |
[merge] |
[Test]ing while waiting on the merge queue |
https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8050/ appears to be #9856 which was supposed to be fixed but apparently isn't. [merge] |
The code was assuming that the update validators automatically called the creation validator too, but that's apparently not how it works.
093aee1
to
1e876fe
Compare
@pravisankar want to look at it again and re-merge? (since the rebase conflict was against your vnid PR) |
Evaluated for origin test up to 1e876fe |
LGTM [merge] |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8086/) |
Evaluated for origin merge up to 1e876fe |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/8086/) (Image: devenv-rhel7_4864) |
The code was assuming that the update validators automatically called the creation validator too, but that's apparently not how it works.
Closes https://bugzilla.redhat.com/show_bug.cgi?id=1367246
@openshift/networking PTAL