tests are added

This commit is contained in:
Mikhail Korotov 2020-01-22 21:42:06 +03:00
parent b1a5c8aa94
commit 7a96702a21
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
X-ClickHouse-Exception-Code: 62

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. $CURDIR/../shell_config.sh
${CLICKHOUSE_CURL_COMMAND} -I -sSg "${CLICKHOUSE_URL}&query=BADREQUEST" | grep -o 'X-ClickHouse-Exception-Code: 62'