]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks: Include stderr on tasks badness check.
authorChristopher Hoffman <choffman@redhat.com>
Tue, 18 Oct 2022 20:14:19 +0000 (20:14 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 17 Jan 2025 18:41:04 +0000 (19:41 +0100)
commit343a9e6cfb52fe895bd36959fc4c8f280ab27300
treebb4b19f45a94b4c15dd487673ffc57cdf9101a5a
parent0adabb5e7d55c87272bbe4ca8465a09e865a65fa
qa/tasks: Include stderr on tasks badness check.

Make sure that first_in_ceph_log() doesn't return None (which is
treated as success/"no badness" by the caller) if the cluster log file
is missing.

Fixes: https://tracker.ceph.com/issues/57864
Co-authored-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Christopher Hoffman <choffman@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 5d92965b31800bd7106e6f40fe4fc78b07e6f2e9)
qa/tasks/ceph.py
qa/tasks/cephadm.py
qa/tasks/rook.py