]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
exceptions: group CommandFailedErrors in sentry more finely 1593/head
authorJosh Durgin <jdurgin@redhat.com>
Mon, 4 Jan 2021 15:43:54 +0000 (10:43 -0500)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 6 Jan 2021 03:00:14 +0000 (22:00 -0500)
commit122409d72ca67719895b0a2460da867c13a2b57d
tree20bb6c13cc0e54b7506e9ab48e2974a29228c01b
parentec8beebbc137ef70abaaa03b103f263a85800a66
exceptions: group CommandFailedErrors in sentry more finely

By default sentry uses the stack trace / error type / rough error
message, which ends up with many failures from different workunits
grouped together. Include the actual command run, the exit status, and
the optional label to group these more accurately. This will group
failures of the same workunit together, for example.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
teuthology/exceptions.py
teuthology/run_tasks.py