mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fewer concurrent requests in 02908_many_requests_to_system_replicas
This commit is contained in:
parent
2f76b1a641
commit
097f80657c
@ -1,5 +1,5 @@
|
||||
Creating 300 tables
|
||||
Making making 500 requests to system.replicas
|
||||
Making making 200 requests to system.replicas
|
||||
Query system.replicas while waiting for other concurrent requests to finish
|
||||
0
|
||||
900
|
||||
|
@ -8,7 +8,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
set -e
|
||||
|
||||
NUM_TABLES=300
|
||||
CONCURRENCY=500
|
||||
CONCURRENCY=200
|
||||
|
||||
echo "Creating $NUM_TABLES tables"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user