From 08adc42d6061211fac39104ea1a17aa56c1c8e15 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 19 Jan 2021 15:23:56 +0100 Subject: [PATCH] qa/task/rgw: instruct Valgrind to don't exit on first error. Signed-off-by: Radoslaw Zarzynski --- qa/tasks/rgw.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/tasks/rgw.py b/qa/tasks/rgw.py index 75004c87a4595..7fe9a3906c21d 100644 --- a/qa/tasks/rgw.py +++ b/qa/tasks/rgw.py @@ -157,7 +157,9 @@ def start_rgw(ctx, config, clients): testdir, client_with_cluster, cmd_prefix, - client_config.get('valgrind') + client_config.get('valgrind'), + # see https://github.com/ceph/teuthology/pull/1600 + exit_on_first_error=False ) run_cmd = list(cmd_prefix) -- 2.39.5