You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following build command fails: bazel test //test/extensions/filters/network/...
.. when the following extensions are disabled in source/extensions/extensions_build_config.bzl: envoy.filters.network.thrift_proxy envoy.filters.thrift.router envoy.filters.thrift.ratelimit
Build failure:
ERROR: test/extensions/filters/network/thrift_proxy/filters/BUILD:11:14: no such target '//test/extensions/filters/network/thrift_proxy:mocks': target 'mocks' not declared in package 'test/extensions/filters/network/thrift_proxy' defined by test/extensions/filters/network/thrift_proxy/BUILD and referenced by '//test/extensions/filters/network/thrift_proxy/filters:pass_through_filter_test'
ERROR: Analysis of target '//test/extensions/filters/network/thrift_proxy/filters:pass_through_filter_test' failed; build aborted: Analysis failed
I believe it is because the target in test/extensions/filters/network/thrift_proxy/filters/BUILD uses envoy_cc_test instead of envoy_extension_cc_test
The text was updated successfully, but these errors were encountered:
The following build command fails:
bazel test //test/extensions/filters/network/...
.. when the following extensions are disabled in
source/extensions/extensions_build_config.bzl
:envoy.filters.network.thrift_proxy
envoy.filters.thrift.router
envoy.filters.thrift.ratelimit
Build failure:
I believe it is because the target in
test/extensions/filters/network/thrift_proxy/filters/BUILD
usesenvoy_cc_test
instead ofenvoy_extension_cc_test
The text was updated successfully, but these errors were encountered: