Do not run 01238_http_memory_tracking under sanitizers

This commit is contained in:
Azat Khuzhin 2020-06-22 02:42:11 +03:00
parent bffd4cf576
commit c758567e4e

View File

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