mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge pull request #61184 from Algunenano/test_san
Disable sanitizers with 02784_parallel_replicas_automatic_decision_join
This commit is contained in:
commit
52f094299c
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
## Note: The analyzer doesn't support JOIN with parallel replicas yet
|
||||
# Tags: no-tsan, no-asan, no-msan
|
||||
# It's not clear why distributed aggregation is much slower with sanitizers (https://github.com/ClickHouse/ClickHouse/issues/60625)
|
||||
|
||||
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
|
Loading…
Reference in New Issue
Block a user