Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration: make test use 3-arg base class ctor #69

Merged
merged 1 commit into from
Nov 18, 2018

Conversation

talnordan
Copy link
Member

Make the constructor of Echo2IntegrationTest invoke the 3-arg version
of the BaseIntegrationTest constructor, in order to allow removing
the latter's overloaded constructor.

Signed-off-by: Tal Nordan github@talnordan.com

Make the constructor of `Echo2IntegrationTest` invoke the 3-arg version
of the `BaseIntegrationTest` constructor, in order to allow removing
the latter's overloaded constructor.

Signed-off-by: Tal Nordan <github@talnordan.com>
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

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

Thanks!

@mattklein123 mattklein123 merged commit 6c0625c into envoyproxy:master Nov 18, 2018
talnordan added a commit to talnordan/envoy that referenced this pull request Nov 18, 2018
In PR envoyproxy#4512, the 2-arg variant of `BaseIntegrationTest`'s constructor
was left temporarily, to allow `echo2_integration_test.cc` to compile.

This overloaded constructor can safely be removed once the following PR
is merged to the envoyproxy/envoy-filter-example repository:
envoyproxy/envoy-filter-example#69

Risk Level: Low
Testing: `bazel test //test/...`
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Tal Nordan <github@talnordan.com>
@talnordan talnordan deleted the integration-1 branch November 18, 2018 19:43
htuch pushed a commit to envoyproxy/envoy that referenced this pull request Nov 19, 2018
In PR #4512, the 2-arg variant of BaseIntegrationTest's constructor
was left temporarily, to allow echo2_integration_test.cc to compile.

This overloaded constructor can safely be removed once the following PR
is merged to the envoyproxy/envoy-filter-example repository:
envoyproxy/envoy-filter-example#69

Risk Level: Low
Testing: bazel test //test/...
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Tal Nordan <github@talnordan.com>
fredlas pushed a commit to fredlas/envoy that referenced this pull request Mar 5, 2019
In PR envoyproxy#4512, the 2-arg variant of BaseIntegrationTest's constructor
was left temporarily, to allow echo2_integration_test.cc to compile.

This overloaded constructor can safely be removed once the following PR
is merged to the envoyproxy/envoy-filter-example repository:
envoyproxy/envoy-filter-example#69

Risk Level: Low
Testing: bazel test //test/...
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Tal Nordan <github@talnordan.com>
Signed-off-by: Fred Douglas <fredlas@google.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