Remove support for hidden_envoy_deprecated_hosts#16931
Remove support for hidden_envoy_deprecated_hosts#16931zuercher merged 7 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Tianyu Xia <tyxia@google.com>
Signed-off-by: Tianyu Xia <tyxia@google.com>
|
Hi @tyxia, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
|
Is it marked as deprecated in docs? |
Hi, I am not sure if this is documented specifically somewhere. My understanding is that all the fields have Please let me know if you have other questions. |
|
Yes, this has been long deprecated and is no longer available in v3. |
|
/retest |
|
Retrying Azure Pipelines: |
…g update Signed-off-by: Tianyu Xia <tyxia@google.com>
|
/retest |
|
Retrying Azure Pipelines: |
Signed-off-by: Tianyu Xia <tyxia@google.com>
Signed-off-by: Tianyu Xia <tyxia@google.com>
|
/retest |
|
Retrying Azure Pipelines: |
Signed-off-by: Tianyu Xia <tyxia@google.com>
|
/retest |
|
Retrying Azure Pipelines: |
Thanks for review, Harvey! There was a CI failure introduced by my last minute exception string update. It is fixed in 1277750. Sorry I didn't run it locally and catch it in the first place(thought it was just simple string message update but didn't realized there is a test compare the strings). The other failure in CI is related to the flakiness of the health_check_integration test itself. And this should be fixed by #16980 |
Signed-off-by: Tianyu Xia <tyxia@google.com>
* Remove the code related to hidden_envoy_deprecated_hosts * Remove the helper function translateClusterHosts() which is used to translated hosts to load_assignment and becomes redundant now. * Modify the test to not add deprecated hosts. Risk Level: Low Testing: All tests locally (i.e. bazel test //test/...) Release Notes: n/a Signed-off-by: Tianyu Xia <tyxia@google.com>
hidden_envoy_deprecated_hoststranslateClusterHosts()which is used to translated hosts to load_assignment and becomes redundant now.Note to reviewer: I also removed the RELEASE_ASSERT for deprecated_hosts in utility.cc, which could still be useful for asserting the regression. Please let me know if you want to keep them.
Signed-off-by: Tianyu Xia tyxia@google.com
Risk Level: Low
Testing: All tests locally (i.e. bazel test //test/...)