Conversation
Signed-off-by: Yan Avlasov <yavlasov@google.com>
|
I think this is the issue with CI - c-ares/c-ares@d5146a6. Via c-ares/c-ares@cares-1_17_1...cares-1_17_2 |
|
Windows break is a real failure. /wait |
Signed-off-by: Yan Avlasov <yavlasov@google.com>
There was a problem hiding this comment.
Wondering if the Windows specific if then statement at https://github.com/envoyproxy/envoy/blob/main/test/common/network/dns_impl_test.cc#L34-L39 can now be removed due to this commit which is part of the release - c-ares/c-ares@c2f3235 ?
You'd end up with just
#include "ares_nameser.h"
Signed-off-by: Yan Avlasov <yavlasov@google.com>
|
We will then have to define HAVE_ARPA_NAMESER_H and push the problem into the BUILD file. Maybe having it in the BUILD file better. I will leave it as is for now though.
|
|
/retest |
|
Retrying Azure Pipelines: |
Signed-off-by: Yan Avlasov <yavlasov@google.com>
|
Leaving it as-is seems better from a backporting perspective, the cleanup can live exclusively on main.
|
|
/lgtm deps |
Signed-off-by: Yan Avlasov <yavlasov@google.com>
* main: Fix for fuzz tests failing due to invalid corpus paths (envoyproxy#17767) kafka: fix integration test (envoyproxy#17764) Fix typo in cluster.proto (envoyproxy#17755) cluster manager: add drainConnections() API (envoyproxy#17747) kafka broker filter: move to contrib (envoyproxy#17750) quiche: switch external dependency to github (envoyproxy#17732) quiche: implement stream idle timeout in codec (envoyproxy#17674) Update c-ares to 1.17.2 (envoyproxy#17704) Fix dns resolve fuzz bug (envoyproxy#17107) Remove members that shadow members of the base class (envoyproxy#17713) thrift proxy: missing parts from the previous PR (envoyproxy#17668) thrift-proxy: cleanup ConnectionManager::ActiveRpc (envoyproxy#17734) listener: extra warning for deprecated use_proxy_proto field (envoyproxy#17736) kafka: add support for metadata request in mesh-filter (envoyproxy#17597) upstream: add all host map to priority set for fast host searching (envoyproxy#17290) Remove the support for `hidden_envoy_deprecated_per_filter_config` (envoyproxy#17725) tls: SDS support for private key providers (envoyproxy#16737) bazel: update rules_foreign_cc (envoyproxy#17445) Signed-off-by: Michael Puncel <mpuncel@squareup.com>
Signed-off-by: Yan Avlasov <yavlasov@google.com>
Signed-off-by: Yan Avlasov <yavlasov@google.com>
Signed-off-by: Yan Avlasov <yavlasov@google.com>
Risk Level: Low
Testing: All tests
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Note: needs backporting to stable branches.
Signed-off-by: Yan Avlasov yavlasov@google.com