mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added a test
This commit is contained in:
parent
0a9787c7f3
commit
02a6b2c1ab
@ -0,0 +1 @@
|
||||
exceeded
|
6
dbms/tests/queries/0_stateless/00984_parser_stack_overflow.sh
Executable file
6
dbms/tests/queries/0_stateless/00984_parser_stack_overflow.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
. $CURDIR/../shell_config.sh
|
||||
|
||||
perl -e 'print "(" x 10000 ' | $CLICKHOUSE_CURL -sS "$CLICKHOUSE_URL" --data-binary @- | grep -oF 'exceeded'
|
Loading…
Reference in New Issue
Block a user