ClickHouse/dbms/tests/queries/0_stateless/00501_http_head.sh
2017-09-06 22:07:22 +03:00

5 lines
230 B
Bash
Executable File

#!/usr/bin/env bash
( curl -s --head "${CLICKHOUSE_URL:=http://localhost:8123/}?query=SELECT%201";
curl -s --head "${CLICKHOUSE_URL:=http://localhost:8123/}?query=select+*+from+system.numbers+limit+1000000" ) | grep -v "Date:"