mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Add a test
This commit is contained in:
parent
14f2cf9b80
commit
da769ef6c3
@ -0,0 +1 @@
|
||||
Code: 241
|
7
tests/queries/0_stateless/01783_parallel_formatting_memory.sh
Executable file
7
tests/queries/0_stateless/01783_parallel_formatting_memory.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CUR_DIR"/../shell_config.sh
|
||||
|
||||
$CLICKHOUSE_CURL -sS "$CLICKHOUSE_URL&max_memory_usage=1G" -d "SELECT range(65535) FROM system.one ARRAY JOIN range(65536) AS number" | grep -oF 'Code: 241'
|
Loading…
Reference in New Issue
Block a user