mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
tests are added
This commit is contained in:
parent
b1a5c8aa94
commit
7a96702a21
@ -0,0 +1 @@
|
||||
X-ClickHouse-Exception-Code: 62
|
7
dbms/tests/queries/0_stateless/01071_http_header_exception_code.sh
Executable file
7
dbms/tests/queries/0_stateless/01071_http_header_exception_code.sh
Executable 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'
|
Loading…
Reference in New Issue
Block a user