Merge pull request #17215 from jtattermusch/tool_test_msan_disable

Disable grpc_tool_test on msan
pull/17219/head
Jan Tattermusch 6 years ago committed by GitHub
commit 9cfacc48ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/cpp/util/BUILD
  2. 2
      tools/remote_build/rbe_common.bazelrc

@ -185,6 +185,7 @@ grpc_cc_test(
external_deps = [
"gtest",
],
tags = ["nomsan"], # death tests seem to be incompatible with msan
deps = [
":grpc_cli_libs",
":test_util",

@ -56,7 +56,7 @@ build:msan --copt=-gmlt
# TODO(jtattermusch): use more reasonable test timeout
build:msan --test_timeout=3600
# TODO(jtattermusch): revisit the disabled tests
build:msan --test_tag_filters=-json_run_localhost
build:msan --test_tag_filters=-nomsan,-json_run_localhost
build:msan --cxxopt=--stdlib=libc++
# setting LD_LIBRARY_PATH is necessary
# to avoid "libc++.so.1: cannot open shared object file"

Loading…
Cancel
Save