mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Do not run 01238_http_memory_tracking under sanitizers
This commit is contained in:
parent
bffd4cf576
commit
c758567e4e
@ -3,6 +3,9 @@
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
. $CURDIR/../shell_config.sh
|
||||
|
||||
# Don't even try to do run under sanitizers, since they are too slow.
|
||||
${CLICKHOUSE_LOCAL} --query "SELECT max(value LIKE '%sanitize%') FROM system.build_options" | grep -q '1' && echo 'Skip test for sanitizer build' && exit
|
||||
|
||||
# TODO: the test can be way more optimal
|
||||
|
||||
set -o pipefail
|
||||
|
Loading…
Reference in New Issue
Block a user