mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Add test
This commit is contained in:
parent
00c140b7bb
commit
5023851b47
@ -0,0 +1 @@
|
||||
1
|
9
tests/queries/0_stateless/02973_s3_compressed_file_in_error_message.sh
Executable file
9
tests/queries/0_stateless/02973_s3_compressed_file_in_error_message.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Tags: no-fasttest
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CURDIR"/../shell_config.sh
|
||||
|
||||
$CLICKHOUSE_LOCAL -q "select * from s3('http://localhost:11111/test/a.tsv', TSV, 'x String', 'gzip')" 2>&1 | grep -c -F "a.tsv"
|
||||
|
Loading…
Reference in New Issue
Block a user