Skip to content

build: Fix that selective testing does not work#12563

Merged
lizan merged 1 commit intoenvoyproxy:masterfrom
chadr123:fix_dummy_arg_for_do_ci
Aug 10, 2020
Merged

build: Fix that selective testing does not work#12563
lizan merged 1 commit intoenvoyproxy:masterfrom
chadr123:fix_dummy_arg_for_do_ci

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 dr83.cha@samsung.com
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 <dr83.cha@samsung.com>
@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