Skip to content

ext_proc: Make tests more resilient to IPv6 support#17784

Merged
rojkov merged 3 commits intoenvoyproxy:mainfrom
gbrail:fix-listen-address
Aug 23, 2021
Merged

ext_proc: Make tests more resilient to IPv6 support#17784
rojkov merged 3 commits intoenvoyproxy:mainfrom
gbrail:fix-listen-address

Conversation

@gbrail
Copy link
Contributor

@gbrail gbrail commented Aug 19, 2021

Commit Message: ext_proc: Make tests more resilient to IPv6 support
Additional Description: Some ext_proc tests try to start a gRPC server that listens on the local
host address. The way we were doing it didn't work in IPv6-only
environments. Make the tests use the address type supplied by the
integration test framework to pick the right address.
Risk Level: Low
Testing: Makes tests more reliable
Docs Changes:
Release Notes:
Platform Specific Features:

Some ext_proc tests try to start a gRPC server that listens on the local
host address. The way we were doing it didn't work in IPv6-only
environments. Make the tests use the address type supplied by the
integration test framework to pick the right address.

Signed-off-by: Gregory Brail <gregbrail@google.com>
@repokitteh-read-only
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #17784 was opened by gbrail.

see: more, trace.

@gbrail gbrail marked this pull request as ready for review August 20, 2021 02:33
@gbrail gbrail requested a review from snowp as a code owner August 20, 2021 02:33
@rojkov
Copy link
Member

rojkov commented Aug 20, 2021

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #17784 (comment) was created by @rojkov.

see: more, trace.

gbrail added 2 commits August 20, 2021 16:28
Signed-off-by: Gregory Brail <gregbrail@google.com>
Signed-off-by: Gregory Brail <gregbrail@google.com>
Copy link
Member

@rojkov rojkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this! Looks good to me.

@rojkov rojkov merged commit d26b5e7 into envoyproxy:main Aug 23, 2021
@gbrail gbrail deleted the fix-listen-address branch August 23, 2021 16:17
mpuncel added a commit to mpuncel/envoy that referenced this pull request Aug 25, 2021
* main: (32 commits)
  Stop processing pending H/2 frames if connection transitioned to the closed state
  http2: limit use of deferred resets in the http2 codec to server-side connections
  Abort filter chain iteration on local reply
  Reject or strip fragment from request URI
  ext-authz: merge duplicate headers from client request in check request
  common: introduce stable logger /w examples in DNS  (envoyproxy#17772)
  route: fast return when route matches failed (envoyproxy#17769)
  owners: add owners for dubbo proxy network filter (envoyproxy#17820)
  config/router/tcp_proxy/options: v2 API, boosting and --bootstrap-version CLI removal. (envoyproxy#17724)
  coverage: revert the limit http/cache to 92.6. (envoyproxy#17817)
  network: rename SocketAddressProvider as ConnectionInfoProvider (envoyproxy#17717)
  test: bumping coverage (envoyproxy#17757)
  conn_pool: Minor cleanups to ConnPoolBaseImpl (envoyproxy#17710)
  Split VaryHeader into VaryAllowList and VaryUtils to organize vary-related logic (envoyproxy#17728)
  ext_proc: Make tests more resilient to IPv6 support (envoyproxy#17784)
  Remove invlaid backquote from doc (envoyproxy#17797)
  rocketmq: move to contrib (envoyproxy#17796)
  kafka: upstream kafka facade in mesh-filter (envoyproxy#17783)
  ecds: create shared base class for DynamicFilterConfigProviderImpl (envoyproxy#17735)
  Change log level from debug to trace (envoyproxy#17774)
  ...

Signed-off-by: Michael Puncel <mpuncel@squareup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants