-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
make test/integration:http_subset_lb_integration_test IP version envi… #8288
Conversation
…ronment aware. Signed-off-by: Xin Zhuang <[email protected]>
Signed-off-by: Xin Zhuang <[email protected]>
/assign zuercher |
Nothing about this test depends on which IP version is used (except that it fails if IPv4 isn't available). Parameterizing it will just make it take twice as long without any benefit. What do you think of just replacing |
|
/assign htuch |
+1 to @zuercher suggestion. |
…egration_test Signed-off-by: Xin Zhuang <[email protected]>
alright, PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
envoyproxy#8288) Signed-off-by: Xin Zhuang <[email protected]>
envoyproxy#8288) Signed-off-by: Xin Zhuang <[email protected]>
envoyproxy#8288) Signed-off-by: Xin Zhuang <[email protected]>
…ronment aware.
Signed-off-by: Xin Zhuang [email protected]
Description: fix issue #8284
Risk Level: LOW
Testing: unit test
Docs Changes: N/A
Release Notes: N/A
Fixes 8284