From 0b38cd8028cd4c15d7a3b8bd4598cd8faaf734c6 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Wed, 17 Oct 2018 09:35:57 +0100 Subject: [PATCH] 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 --- rally-jobs/task-mistral.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rally-jobs/task-mistral.yaml b/rally-jobs/task-mistral.yaml index 376cdbb5a..b9a48122e 100644 --- a/rally-jobs/task-mistral.yaml +++ b/rally-jobs/task-mistral.yaml @@ -133,12 +133,12 @@ - args: - definition: "{{ extra_dir }}/scenarios/join/join_100_wb.yaml" + definition: "{{ extra_dir }}/scenarios/join/join_500_wb.yaml" do_delete: true runner: type: "constant" - times: 20 - concurrency: 5 + times: 10 + concurrency: 2 context: users: tenants: 1 @@ -161,4 +161,4 @@ users_per_tenant: 1 sla: failure_rate: - max: 0 \ No newline at end of file + max: 0