mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Updated tests
This commit is contained in:
parent
222915c275
commit
7e08748c5b
@ -0,0 +1,6 @@
|
||||
doc
|
||||
abc
|
||||
abc
|
||||
1
|
||||
1
|
||||
1
|
12
tests/queries/0_stateless/01949_heredoc_unfinished.sh
Executable file
12
tests/queries/0_stateless/01949_heredoc_unfinished.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
|
||||
curl -sS "${CLICKHOUSE_URL}&query=SELECT%20%24%24doc%24%24VALUE%24%24doc%24%24";
|
||||
curl -sS "${CLICKHOUSE_URL}&query=SELECT%20%24%24abc%24%24";
|
||||
curl -sS "${CLICKHOUSE_URL}&query=SELECT%20%24%24abc%24%24d";
|
||||
curl -sS "${CLICKHOUSE_URL}&query=SELECT%20%24%24ab" | grep -c "DB::Exception";
|
||||
curl -sS "${CLICKHOUSE_URL}&query=SELECT%20%24%24" | grep -c "DB::Exception";
|
||||
curl -sS "${CLICKHOUSE_URL}&query=SELECT%20%24" | grep -c "DB::Exception";
|
Loading…
Reference in New Issue
Block a user