-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels