Suppress tsan false positive in gcs-pub-sub-test (#19727)

This commit is contained in:
Eric Liang 2021-10-25 19:52:53 -07:00 committed by GitHub
parent f0053d405b
commit 10e27892c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@ build:tsan --linkopt -fsanitize=thread
# This config is only for running TSAN with LLVM toolchain on Linux.
build:tsan-clang --config=tsan
build:tsan-clang --config=llvm
test:tsan --test_env=TSAN_OPTIONS="report_atomic_races=0"
# Memory sanitizer configuration
build:asan --strip=never
@ -184,4 +185,4 @@ build:ubsan --linkopt -fno-sanitize-recover=all
# Import local specific llvm config options, which can be generated by
# ci/travis/install-llvm-dependencies.sh
try-import %workspace%/.llvm-local.bazelrc
try-import %workspace%/.llvm-local.bazelrc