ClickHouse/dbms/tests/queries/0_stateless/00501_http_head.sh

5 lines
230 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2017-09-06 19:07:22 +00:00
( 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:"