Fix logging in mixer_fault_test#2141
Fix logging in mixer_fault_test#2141dmitri-d wants to merge 51 commits intoistio:release-1.1from dmitri-d:fix-logging
Conversation
* Improve performance by removing MD5 for check cache keys Signed-off-by: Wayne Zhang <qiwzhang@google.com> * not to allocate memory from stack Signed-off-by: Wayne Zhang <qiwzhang@google.com> * Make debug string readable Signed-off-by: Wayne Zhang <qiwzhang@google.com>
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
Signed-off-by: Wayne Zhang <qiwzhang@google.com>
Signed-off-by: Wayne Zhang <qiwzhang@google.com>
* Add a new TCP cluster rewrite filter This commit adds a new TCP cluster rewrite filter which allows users to rewrite TCP cluster names obtained via TLS SNI by matching via regex configuration. Signed-off-by: Venil Noronha <veniln@vmware.com> * Make TCP cluster rewrite stackable on SNI filter This commit updates the TCP Cluster Rewrite filter to be stackable on the SNI Cluster filter. Signed-off-by: Venil Noronha <veniln@vmware.com>
This commit updates the TCP Cluster Rewrite filter name to envoy.filters.network.tcp_cluster_rewrite. Signed-off-by: Venil Noronha <veniln@vmware.com>
This commit enables the static registration of the TCP Cluster Rewrite filter by updating the build configuration. Signed-off-by: Venil Noronha <veniln@vmware.com>
Merge release-1.1 to master
To use --distdir option of Bazel (which allows to use previously fetched tarballs instead of downloading dependencies during build), all dependencies should use http instead of git and need to have sha256 sums specified. Signed-off-by: Michal Rostecki <mrostecki@suse.de>
Pull request #2002 removed signature calculation which was using BoringSSL as a dependency. BoringSSL is not needed anymore. Signed-off-by: Michal Rostecki <mrostecki@suse.de>
* initial implementation of forward_downstream_api filter * fix the license message in BUILD (sh comments) * add missing dependencies * add definition of config_lib to BUILD * remove public visibility from forward_downstream_sni_lib * remove envoy_cc_binary dependency * StreamInfo::UpstreamServerName -> Network::UpstreamServerName * fix namespace (Extensions -> Tcp) * remove config_test
Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com>
Merge release-1.1 into master
* Removes dangling pointer in capture list of lambda function. (#2080) * Replace this with members in capture list. * update * fix format * Use shared_ptr to protect members which are passed to capture list of lambda function. (#2083) * fix bug * introduce ControlData * fix format * update * fix format * Revise * Pass ControlDataSharedPtr into Control and hold ref * pass JwtAuthenticationConstSharedPtr into JwtAuthStore to hold ref * Revise * Update Envoy SHA to latest with protobuf.Any configs (release-1.1). (#2082) * Update Envoy SHA to latest with protobuf.Any configs (release-1.1). For istio/istio#10993. Signed-off-by: Piotr Sikora <piotrsikora@google.com> * review: don't open /dev/stdout in tests. Signed-off-by: Piotr Sikora <piotrsikora@google.com> * Update Istio API to latest (1.1 branch) (#2084) Signed-off-by: Yangmin Zhu <ymzhu@google.com>
Merge release-1.1 master
* Update Envoy SHA to latest with protobuf.Any configs. For istio/istio#10993. Signed-off-by: Piotr Sikora <piotrsikora@google.com> * review: don't open /dev/stdout in tests. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
sha256sum shouldn't be necessary, since we use gsha256sum on macOS. Signed-off-by: Piotr Sikora <piotrsikora@google.com>
|
Seems reasonable. |
|
@kyessenov: changing LGTM is restricted to assignees, and assigning you to the PR failed. DetailsIn response to this:
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. |
|
@duderino: you may have fixed this in your copy already. Explicit log-level in tests was resetting cli option I was passing to bazel via |
* update envoy with latest build fixes Signed-off-by: Lizan Zhou <lizan@tetrate.io> * update protobuf to match envoy Signed-off-by: Lizan Zhou <lizan@tetrate.io> * timeSystem -> timeSource Signed-off-by: Lizan Zhou <lizan@tetrate.io>
I have 39 commits in this repo.
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
|
/lgtm thanks for the PR. I'll merge post 1.1 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dmitri-d, duderino, kyessenov 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 |
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
merge release-1.1 to master
venilnoronha
left a comment
There was a problem hiding this comment.
Could you also fix the other test?
…with cli '-l' option
|
@dmitri-d: PR needs rebase. DetailsInstructions 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. |
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
|
@dmitri-d: The following tests failed, say
DetailsInstructions 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. |
|
Opened a PR with these changes against master branch, closing this one. |
…with cli '-l' option
What this PR does / why we need it:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: