mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
Merge pull request #38966 from rzarzynski/wip-qa-rgw-no-valgrind-early-exit
qa/task/rgw: instruct Valgrind to don't exit on first error. Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
ae8db357f7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user