]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/task/rgw: instruct Valgrind to don't exit on first error. 38966/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 19 Jan 2021 14:23:56 +0000 (15:23 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 19 Jan 2021 14:31:37 +0000 (15:31 +0100)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
qa/tasks/rgw.py

index 75004c87a4595041b1dd215641900ff80ef57961..7fe9a3906c21dab1c13dcc7f4f90ae06c1bb2206 100644 (file)
@@ -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)