mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
add a test to limit client max opening fd
This commit is contained in:
parent
2abd580070
commit
50002653fe
@ -0,0 +1 @@
|
||||
1
|
9
tests/queries/0_stateless/02790_client_max_opening_fd.sh
Executable file
9
tests/queries/0_stateless/02790_client_max_opening_fd.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CUR_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
# shellcheck source=../shell_config.sh
|
||||
. "$CUR_DIR"/../shell_config.sh
|
||||
|
||||
ulimit -n 1024
|
||||
|
||||
${CLICKHOUSE_CLIENT} --query "SELECT 1"
|
Loading…
Reference in New Issue
Block a user