Merge pull request #17172 from billfeng327/bugfix/enable-json-run-localhost-tsan

fix incorrect exclusion of json_run_localhost in TSAN and ASAN
pull/17192/head
Bill Feng 6 years ago committed by GitHub
commit 15be84ac2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/remote_build/rbe_common.bazelrc

@ -48,7 +48,7 @@ test --test_env=GRPC_VERBOSITY=debug
build:asan --copt=-gmlt build:asan --copt=-gmlt
# TODO(jtattermusch): use more reasonable test timeout # TODO(jtattermusch): use more reasonable test timeout
build:asan --test_timeout=3600 build:asan --test_timeout=3600
build:asan --test_tag_filters=-qps_json_driver,-json_run_localhost build:asan --test_tag_filters=-qps_json_driver
# memory sanitizer: most settings are already in %workspace%/.bazelrc # memory sanitizer: most settings are already in %workspace%/.bazelrc
# we only need a few additional ones that are Foundry specific # we only need a few additional ones that are Foundry specific
@ -70,7 +70,7 @@ build:msan --crosstool_top=@com_github_bazelbuild_bazeltoolchains//configs/ubunt
build:tsan --copt=-gmlt build:tsan --copt=-gmlt
# TODO(jtattermusch): use more reasonable test timeout # TODO(jtattermusch): use more reasonable test timeout
build:tsan --test_timeout=3600 build:tsan --test_timeout=3600
build:tsan --test_tag_filters=-qps_json_driver,-json_run_localhost build:tsan --test_tag_filters=-qps_json_driver
# undefined behavior sanitizer: most settings are already in %workspace%/.bazelrc # undefined behavior sanitizer: most settings are already in %workspace%/.bazelrc
# we only need a few additional ones that are Foundry specific # we only need a few additional ones that are Foundry specific

Loading…
Cancel
Save