-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Make %UPSTREAM_LOCAL_ADDRESS% access-log format work for HTTP requests. #9362
Make %UPSTREAM_LOCAL_ADDRESS% access-log format work for HTTP requests. #9362
Conversation
Signed-off-by: Greg Greenway <ggreenway@apple.com>
Just a drive-by: would you be able to add coverage for this in our
|
Signed-off-by: Greg Greenway <ggreenway@apple.com>
Good idea. I made an attempt at it. |
Signed-off-by: Greg Greenway <ggreenway@apple.com>
Yay! Running the fuzz test as a bazel test target will run it against that corpus entry. Thank you so much! |
/retest |
🤷♀️ nothing to rebuild. |
Signed-off-by: Greg Greenway <ggreenway@apple.com>
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.
Thank you!! LGTM
@asraa Any idea why CI isn't completing? I pushed an empty commit yesterday because |
/retest Hmmm. It might be that envoy-linux is stuck, will get back to you on why. Retesting doesn't work for me either |
🤷♀️ nothing to rebuild. |
/azp run envoy-linux |
Azure Pipelines successfully started running 1 pipeline(s). |
/retest
Any other macOS builds seeing this error? |
🤷♀️ nothing to rebuild. |
According to https://github.com/bazelbuild/bazelisk/releases/tag/v1.2.0, this version was released 1 hour ago; I think they re-released it, which changed the hash. |
* master: (167 commits) stats: Avoid asserts in fuzz-tests by eliminating arbitrary length limits, using the new MemBlock wrapper for memcpy (envoyproxy#8779) Make %UPSTREAM_LOCAL_ADDRESS% access-log format work for HTTP requests. (envoyproxy#9362) tools: API boosting support for using decls and enum constants. (envoyproxy#9418) Fix incorrect cluster InitializePhase type (envoyproxy#9379) build: fix merge race between envoyproxy#9241 and envoyproxy#9413. (envoyproxy#9427) fuzz: fix incorrect evaluator test (envoyproxy#9402) server: fix bogus startup log message (envoyproxy#9404) tools: Add protoxform tests (envoyproxy#9241) api: options after import (envoyproxy#9413) misc: use std::move instead of constructing a copy (envoyproxy#9415) tools: API boosting support for rewriting elaborated types. (envoyproxy#9375) docs: fix invalid transport_socket value (envoyproxy#9403) fix typo in docs (envoyproxy#9394) srds: remove to-de-removed scopes first and then apply additions to avoid scope key conflict. (envoyproxy#9366) api: generate whole directory and sync (envoyproxy#9382) bazel: Add load statements for proto_library (envoyproxy#9367) Fix typo (envoyproxy#9388) Correct test of OptionsImpl argc type (Was: Correct type for std::array size() result) (envoyproxy#9290) http1 encode trailers in chunk encoding (envoyproxy#8667) Add mode to PipeInstance (envoyproxy#8423) ...
…s. (envoyproxy#9362) Signed-off-by: Greg Greenway <ggreenway@apple.com> Signed-off-by: Prakhar <prakhar_au@yahoo.com>
Make %UPSTREAM_LOCAL_ADDRESS% access-log format work for HTTP requests. It was previously only implemented for tcp-proxy connections.
Risk Level: Low
Testing: Unit and integration tests
Docs Changes: None required; it was never documented to not work
Release Notes: Added