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

Jan's extract metadata update #2

Closed
wants to merge 15 commits into from
Closed
Prev Previous commit
Next Next commit
Make sanity test happy
  • Loading branch information
lidizheng committed Mar 12, 2021
commit ecc9af534126b3fdf2b1b1df57fe6731d4b388ca
4 changes: 2 additions & 2 deletions test/cpp/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -547,15 +547,15 @@ grpc_cc_test(
"@envoy_api//envoy/config/listener/v3:pkg_cc_proto",
"@envoy_api//envoy/config/route/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/clusters/aggregate/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/filters/common/fault/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/filters/http/fault/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/filters/http/router/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/filters/network/http_connection_manager/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/transport_sockets/tls/v3:pkg_cc_proto",
"@envoy_api//envoy/service/discovery/v2:pkg_cc_grpc",
"@envoy_api//envoy/service/discovery/v3:pkg_cc_grpc",
"@envoy_api//envoy/service/load_stats/v2:pkg_cc_grpc",
"@envoy_api//envoy/service/load_stats/v3:pkg_cc_grpc",
"@envoy_api//envoy/extensions/filters/http/fault/v3:pkg_cc_proto",
"@envoy_api//envoy/extensions/filters/common/fault/v3:pkg_cc_proto",
],
)

Expand Down