Merge pull request #61184 from Algunenano/test_san

Disable sanitizers with 02784_parallel_replicas_automatic_decision_join
This commit is contained in:
Raúl Marín 2024-03-13 13:05:46 +01:00 committed by GitHub
commit 52f094299c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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