Added a test

This commit is contained in:
Alexey Milovidov 2019-08-10 19:40:57 +03:00
parent 0a9787c7f3
commit 02a6b2c1ab
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
exceeded

View 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'