mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix test
This commit is contained in:
parent
c2caaf007c
commit
034256b405
@ -10,5 +10,7 @@ CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
#
|
||||
# Also note, that to rely on this test one should assume that CI packages uses
|
||||
# ThinLTO builds.
|
||||
#
|
||||
# Due to inlining, it can show vector instead of Exception.cpp
|
||||
|
||||
$CLICKHOUSE_LOCAL --stacktrace -q 'select throwIf(1)' |& grep -c 'Common/Exception.cpp:[0-9]*: DB::Exception::Exception' || $CLICKHOUSE_LOCAL --stacktrace -q 'select throwIf(1)'
|
||||
$CLICKHOUSE_LOCAL --stacktrace -q 'select throwIf(1)' |& grep -c -P '(Common/Exception.cpp|libcxx/include/vector):[0-9]*: DB::Exception::Exception' || $CLICKHOUSE_LOCAL --stacktrace -q 'select throwIf(1)'
|
||||
|
Loading…
Reference in New Issue
Block a user