direct_response: use data source#10342
Merged
htuch merged 2 commits intoenvoyproxy:masterfrom Mar 16, 2020
Merged
Conversation
Signed-off-by: Kuat Yessenov <kuat@google.com>
htuch
reviewed
Mar 11, 2020
| // Response data as bytes. | ||
| bytes response = 1; | ||
| // Response data as a data source. | ||
| api.v2.core.DataSource response = 1; |
Member
There was a problem hiding this comment.
This is a breaking API change. You will need to add a new field for data source.
Member
There was a problem hiding this comment.
This was added in the last few days. No one is using it yet so IMO it's fine to change.
Contributor
Author
|
Weird coverage error once again: |
Member
|
Please merge master and it will fix that problem |
Contributor
Author
|
Merged, still failing :( This time it looks legitimate, but I don't think I added any extra code paths. |
Member
|
@kyessenov hmm, dunno. I think the coverage build is pretty messed up right now and I wonder if the retries is causing strange results. Maybe we should remove that. cc @lizan @htuch /wait |
Contributor
Author
|
/retest |
|
🔨 rebuilding |
Contributor
Author
|
PTAL. Coverage test de-flaked. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Kuat Yessenov kuat@google.com
Description: switch to using a data source for a more usable API
Risk Level: low (just recently merged the API)
Testing: unit
Docs Changes: none
Release Notes:
cc @mergeconflict