未验证 提交 057bb656 编写于 作者: A alesapin 提交者: GitHub

Merge pull request #14199 from azat/01085_max_distributed_connections-flacky-fix

Fix 01085_max_distributed_connections flackiness
......@@ -4,10 +4,10 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
. "$CURDIR"/../shell_config.sh
opts=(
--max_distributed_connections 2
--max_distributed_connections 9
--max_threads 1
--query "SELECT sleepEachRow(1) FROM remote('127.{2,3}', system.one)"
--query "SELECT sleepEachRow(1) FROM remote('127.{2..10}', system.one)"
)
# 1.8 less then 2 seconds, but long enough to cover possible load peaks
# 5 less then 9 seconds (9 streams), but long enough to cover possible load peaks
# "$@" left to pass manual options (like --experimental_use_processors 0) during manual testing
timeout 1.8s ${CLICKHOUSE_CLIENT} "${opts[@]}" "$@"
timeout 5s ${CLICKHOUSE_CLIENT} "${opts[@]}" "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册