mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
parent
0e4d49570b
commit
44b44a13d2
4
dbms/tests/queries/0_stateless/00501_http_head.sh
Executable file
4
dbms/tests/queries/0_stateless/00501_http_head.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
curl -s --max-time 0.5 -X "HEAD" 'http://localhost:8123/?query=SELECT%201'
|
||||
curl -s --max-time 0.5 -X "HEAD" 'http://localhost:8123/?query=select+*+from+system.numbers+limit+1000000'
|
Loading…
Reference in New Issue
Block a user