Disable tsan assertion for test

This commit is contained in:
alesapin 2022-12-20 17:33:08 +01:00
parent 8b553d854a
commit 33389f01e6

View File

@ -33,6 +33,8 @@ instance = cluster.add_instance(
], ],
user_configs=["configs/default_passwd.xml"], user_configs=["configs/default_passwd.xml"],
with_zookeeper=True, with_zookeeper=True,
# Bug in TSAN reproduces in this test https://github.com/grpc/grpc/issues/29550#issuecomment-1188085387
env_variables={"TSAN_OPTIONS": "report_atomic_races=0"},
) )