mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Disable tsan assertion for test
This commit is contained in:
parent
8b553d854a
commit
33389f01e6
@ -33,6 +33,8 @@ instance = cluster.add_instance(
|
||||
],
|
||||
user_configs=["configs/default_passwd.xml"],
|
||||
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"},
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user