Skip to content

test: server test and integration test ipv6#1049

Merged
mattklein123 merged 2 commits into
envoyproxy:masterfrom
hennna:finish-integration-test-v6
Jun 6, 2017
Merged

test: server test and integration test ipv6#1049
mattklein123 merged 2 commits into
envoyproxy:masterfrom
hennna:finish-integration-test-v6

Conversation

@hennna
Copy link
Copy Markdown
Contributor

@hennna hennna commented Jun 5, 2017

This PR parameterizes IPv4/IPv6 testing for

  • the server_test unit test
  • the rest of the integration tests except for the hot restart test.

See #1036 and #953 .

@hennna hennna mentioned this pull request Jun 5, 2017
Copy link
Copy Markdown
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

Looks good, one comment though..

fake_upstreams_.emplace_back(
new FakeUpstream(upstream_ssl_ctx_.get(), 0, FakeHttpConnection::Type::HTTP1));
new FakeUpstream(upstream_ssl_ctx_.get(), 0, FakeHttpConnection::Type::HTTP1, GetParam()));
registerPort("upstream_0", fake_upstreams_.back()->localAddress()->ip()->port());
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I continue to be an unfan of the use of GetParam() in so many places. It's easy to lose track of what it's referring to. I would prefer a GetIpVersion() or something similar.

@mattklein123 mattklein123 merged commit a0fd3f4 into envoyproxy:master Jun 6, 2017
@hennna hennna deleted the finish-integration-test-v6 branch June 7, 2017 15:48
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Description: Split interfaces to allow for creation of a non-Android build target.
Risk Level: Low
Testing: Local and CI

Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Description: Split interfaces to allow for creation of a non-Android build target.
Risk Level: Low
Testing: Local and CI

Signed-off-by: Mike Schore <mike.schore@gmail.com>
Signed-off-by: JP Simard <jp@jpsim.com>
mathetake added a commit that referenced this pull request Mar 3, 2026
**Description**

Follow up on #1013

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.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.

3 participants