From: Radoslaw Zarzynski Date: Tue, 19 Jan 2021 14:23:56 +0000 (+0100) Subject: qa/task/rgw: instruct Valgrind to don't exit on first error. X-Git-Tag: v17.0.0~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08adc42d6061211fac39104ea1a17aa56c1c8e15;p=ceph.git qa/task/rgw: instruct Valgrind to don't exit on first error. Signed-off-by: Radoslaw Zarzynski --- diff --git a/qa/tasks/rgw.py b/qa/tasks/rgw.py index 75004c87a45..7fe9a3906c2 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)