]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks: Include stderr on tasks badness check. 61434/head
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:35:36 +0000 (19:35 +0100)
commit4a749891c8267e40dfd3cc1af97b432bb78bcf26
tree197765a845bf45a0e37e5b0108374ecb20c14d8c
parentc2a2fa8ac29e77898c58dfaac85181686bc82d72
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