Reduce the concurrency in the 500 wb join Rally task
This should reduce the number of deadlocks in MySQL, making the job more stable. Change-Id: I06fed65a0321e4381d46a93693f9f3d622a73b8b
This commit is contained in:
@@ -133,12 +133,12 @@
|
|||||||
|
|
||||||
-
|
-
|
||||||
args:
|
args:
|
||||||
definition: "{{ extra_dir }}/scenarios/join/join_100_wb.yaml"
|
definition: "{{ extra_dir }}/scenarios/join/join_500_wb.yaml"
|
||||||
do_delete: true
|
do_delete: true
|
||||||
runner:
|
runner:
|
||||||
type: "constant"
|
type: "constant"
|
||||||
times: 20
|
times: 10
|
||||||
concurrency: 5
|
concurrency: 2
|
||||||
context:
|
context:
|
||||||
users:
|
users:
|
||||||
tenants: 1
|
tenants: 1
|
||||||
@@ -161,4 +161,4 @@
|
|||||||
users_per_tenant: 1
|
users_per_tenant: 1
|
||||||
sla:
|
sla:
|
||||||
failure_rate:
|
failure_rate:
|
||||||
max: 0
|
max: 0
|
||||||
|
Reference in New Issue
Block a user