Skip to content

Fix request/response header validation#10119

Closed
itaysk wants to merge 1 commit intoistio:release-1.1from
bevyx:header-validation
Closed

Fix request/response header validation#10119
itaysk wants to merge 1 commit intoistio:release-1.1from
bevyx:header-validation

Conversation

@itaysk
Copy link
Copy Markdown
Contributor

@itaysk itaysk commented Nov 25, 2018

fix #10118

@istio-testing
Copy link
Copy Markdown
Collaborator

Hi @itaysk. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@istio-testing istio-testing added ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. and removed needs-ok-to-test labels Nov 25, 2018
@ymesika
Copy link
Copy Markdown
Member

ymesika commented Nov 25, 2018

Can you pleasse re-open it with release-1.1 as the target branch?

@ymesika ymesika removed the ok-to-test Set this label allow normal testing to take place for a PR not submitted by an Istio org member. label Nov 25, 2018
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 25, 2018

Codecov Report

Merging #10119 into master will decrease coverage by 1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #10119    +/-   ##
========================================
- Coverage      70%      70%   -<1%     
========================================
  Files         436      436            
  Lines       41149    40899   -250     
========================================
- Hits        28735    28439   -296     
- Misses      11018    11084    +66     
+ Partials     1396     1376    -20
Impacted Files Coverage Δ
pilot/pkg/model/validation.go 79% <ø> (-3%) ⬇️
mixer/pkg/protobuf/yaml/resolver.go 95% <0%> (-5%) ⬇️
galley/pkg/kube/source/listener.go 98% <0%> (-2%) ⬇️
mixer/adapter/prometheus/server.go 94% <0%> (-2%) ⬇️
galley/pkg/crd/validation/config.go 66% <0%> (-1%) ⬇️
mixer/adapter/statsd/statsd.go 96% <0%> (-1%) ⬇️
pilot/pkg/model/service.go 85% <0%> (-1%) ⬇️
mixer/adapter/cloudwatch/handler.go 87% <0%> (ø) ⬇️
mixer/pkg/protobuf/yaml/encoder.go 99% <0%> (ø) ⬇️
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dce4554...71e1aaa. Read the comment docs.

@istio-testing
Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: itaysk
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: linsun

If they are not already assigned, you can assign the PR to them by writing /assign @linsun in a comment when ready.

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

The pull request process is described here

Details 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

@istio-testing istio-testing added the needs-rebase Indicates a PR needs to be rebased before being merged label Nov 25, 2018
@istio-testing
Copy link
Copy Markdown
Collaborator

@itaysk: PR needs rebase.

Details

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.

@itaysk itaysk changed the base branch from master to release-1.1 November 25, 2018 20:19
@istio-testing
Copy link
Copy Markdown
Collaborator

@itaysk: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
prow/e2e-simpleTests-cni.sh 7cc52fcb2cd7dd38d53c02fc1d0977c1480ac682 link /test e2e-simpleTests-cni
prow/istio-pilot-multicluster-e2e.sh 7cc52fcb2cd7dd38d53c02fc1d0977c1480ac682 link /test istio-pilot-multicluster-e2e
Details

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. I understand the commands that are listed here.

@googlebot
Copy link
Copy Markdown
Collaborator

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

@googlebot googlebot added cla: no Set by the Google CLA bot to indicate the author of a PR has not signed the Google CLA. and removed cla: yes labels Nov 25, 2018
@itaysk
Copy link
Copy Markdown
Contributor Author

itaysk commented Nov 25, 2018

@ymesika I changed the base to release-1.1
not sure what's the problem with CLA, I've contributed before to Istio with this account

@googlebot
Copy link
Copy Markdown
Collaborator

CLAs look good, thanks!

@googlebot googlebot added cla: yes and removed cla: no Set by the Google CLA bot to indicate the author of a PR has not signed the Google CLA. labels Nov 25, 2018
@ymesika
Copy link
Copy Markdown
Member

ymesika commented Nov 25, 2018

@itaysk Yeah, we usually get those kind of errors when just switching branch.
I usually close and open new one but it seems fine now except that needs-rebase label.

@itaysk
Copy link
Copy Markdown
Contributor Author

itaysk commented Nov 25, 2018

not sure why it needs rebase, the prev commit is cdeb2771969ce3baff9d60bfc0cd315282015f81 which is the tip of release-1.1. If you think it's better to open a new PR I don't mind

@itaysk
Copy link
Copy Markdown
Contributor Author

itaysk commented Nov 25, 2018

closing this so I can open a new one for release-1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-rebase Indicates a PR needs to be rebased before being merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants