Fix for master/linux/grpc_bazel_distribtest CBF (#28469)

* Fix OOM issues in qps tests

* Add more verbose logging.

* Fix clang error

* Remove cc_proto target from BUILD

Co-authored-by: Alisha Nanda <ananda1066@users.noreply.github.com>
pull/27938/head^2
Alisha Nanda 3 years ago committed by GitHub
parent c0564aa21f
commit 2e3e3ccc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/proto/grpc/testing/xds/v3/BUILD

@ -319,11 +319,6 @@ grpc_proto_library(
well_known_protos = True,
)
cc_library(
name = "expr_lib",
deps = ["expr_cc_proto"],
)
grpc_proto_library(
name = "rbac_proto",
srcs = [

Loading…
Cancel
Save