mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Better
This commit is contained in:
parent
33389f01e6
commit
80cae1aa3d
@ -34,7 +34,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"},
|
||||
# second_deadlock_stack -- just ordinary option we use everywhere, don't want to overwrite it
|
||||
env_variables={"TSAN_OPTIONS": "report_atomic_races=0 second_deadlock_stack=1"},
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user