]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
exceptions: only use one of label or command for fingerprint 1597/head
authorJosh Durgin <jdurgin@redhat.com>
Wed, 13 Jan 2021 03:33:38 +0000 (22:33 -0500)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 13 Jan 2021 03:48:01 +0000 (22:48 -0500)
commit336409091d644a0d27de5d870b5c87acb1e4e66d
treea254d19fa10b881717ee799bf22e3b9db6d8a797
parent77817aa49be607b183b1b10352a3f3f29aa0b4c8
exceptions: only use one of label or command for fingerprint

Commands like those running workunits include the ceph sha1 being
tested, so they're not useful for grouping. This also lets us group
together other tests if we like, for example to map tests with small
differences in configuration to the same fingerprint for sentry.

Also use the plain command, it's already a string at this point
so there's no reason to add spaces between its characters.

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