mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Again fix test 00501_http_head
This commit is contained in:
parent
888214e33d
commit
b538df661a
@ -1,12 +1,12 @@
|
|||||||
< HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
< Connection: Keep-Alive
|
Connection: Keep-Alive
|
||||||
< Content-Type: text/tab-separated-values; charset=UTF-8
|
Content-Type: text/tab-separated-values; charset=UTF-8
|
||||||
< Transfer-Encoding: chunked
|
Transfer-Encoding: chunked
|
||||||
< Keep-Alive: timeout=3
|
Keep-Alive: timeout=3
|
||||||
<
|
|
||||||
< HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
< Connection: Keep-Alive
|
Connection: Keep-Alive
|
||||||
< Content-Type: text/tab-separated-values; charset=UTF-8
|
Content-Type: text/tab-separated-values; charset=UTF-8
|
||||||
< Transfer-Encoding: chunked
|
Transfer-Encoding: chunked
|
||||||
< Keep-Alive: timeout=3
|
Keep-Alive: timeout=3
|
||||||
<
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
( curl -v --max-time 0.3 -X "HEAD" 'http://localhost:18123/?query=SELECT%201';
|
( curl -s --head "${CLICKHOUSE_URL:=http://localhost:8123/}?query=SELECT%201";
|
||||||
curl -v --max-time 0.3 -X "HEAD" 'http://localhost:18123/?query=select+*+from+system.numbers+limit+1000000' ) 2>&1 | grep -e "^<" | grep -v "Date:"
|
curl -s --head "${CLICKHOUSE_URL:=http://localhost:8123/}?query=select+*+from+system.numbers+limit+1000000" ) | grep -v "Date:"
|
||||||
|
Loading…
Reference in New Issue
Block a user