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

build: Fix that selective testing does not work #12563

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

chadr123
Copy link
Contributor

Commit Message:
As you know that the envoy build system has a functionality that can choose some tests
to do test manually.

But now, to do that, I need to add a dummy argument when I execute the do_ci.sh
like as following:
/ci/run_envoy_docker.sh "./ci/do_ci.sh bazel.dev '' //test/common/network:udp_listener_impl_test".

So, this patch fixes that selective testing works like as previous behavior.

Signed-off-by: DongRyeol Cha [email protected]
Additional Description: None
Risk Level: Low
Testing: bazel test
Docs Changes: None
Release Notes: None

As you know that the envoy build system has a functionality that can choose some tests
to do test manually.

But now, to do that, I need to add a dummy argument when I execute the do_ci.sh
like as following:
/ci/run_envoy_docker.sh "./ci/do_ci.sh bazel.dev '' //test/common/network:udp_listener_impl_test".

So, this patch fixes that selective testing works like as previous behavior.

Signed-off-by: DongRyeol Cha <[email protected]>
@lizan
Copy link
Member

lizan commented Aug 10, 2020

Thanks I think this is a regression from #12458

@lizan lizan merged commit 8c2019a into envoyproxy:master Aug 10, 2020
@chadr123 chadr123 deleted the fix_dummy_arg_for_do_ci branch August 10, 2020 06:19
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