ClickHouse/tests/queries/0_stateless/01683_text_log_deadlock.sh
Robert Schulze fc4249b0e1
Reduce runtime of 01683_text_log_deadlock
- some runs of this test in CI timed out, others succeeded

- reducing the test size is not a greate strategy compared to
  reproducing the slowness locally. I could not make the test run
  on my system (clickhouse-benchmark did not connect to the server via a
  secure connecstion, interestingly a secure connection did work for
  clickhouse-client).

- this commit should unblock CI and uncover more interesting bugs caused
  by re-enabling session caching
2024-06-17 12:16:07 +00:00

9 lines
258 B
Bash
Executable File

#!/usr/bin/env bash
# Tags: deadlock
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
# shellcheck source=../shell_config.sh
. "$CURDIR"/../shell_config.sh
$CLICKHOUSE_BENCHMARK --secure -i 5000 -c 32 --query 'SELECT 1' 2>&1 | grep -oF 'queries: 5000'