]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: rados.py shouldn't clean up if test failed 64889/head
authorBill Scales <bill_scales@uk.ibm.com>
Thu, 14 Aug 2025 12:04:25 +0000 (13:04 +0100)
committerBill Scales <bill_scales@uk.ibm.com>
Fri, 15 Aug 2025 08:27:22 +0000 (09:27 +0100)
commit7ee026be4e7ef07502507dfb7975c74bc8c85fc5
tree1a0d781b6b837fb1ca81539b60920acd7bc35775
parent783f0e3a99037ad78cb474fd8b26dcde02656f44
qa: rados.py shouldn't clean up if test failed

Throw exception for a test failure slightly earlier, before trying
to clean up. If the test has failed and the watchdog has killed
the OSDs then the clean up will fail leading to a further exception
that will end up getting reported as the test failure reason

Signed-off-by: Bill Scales <bill_scales@uk.ibm.com>
qa/tasks/rados.py