]> 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>
Tue, 14 Jan 2025 19:40:40 +0000 (20:40 +0100)
commit5d92965b31800bd7106e6f40fe4fc78b07e6f2e9
treed09e7888d1317c7f2e111982185a817c91852a28
parenteb5422801884a11ff80dccebbc53f472daf13c34
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>
qa/tasks/ceph.py
qa/tasks/cephadm.py
qa/tasks/rook.py