]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: use tell interface for command that may fail 58319/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 23 May 2024 17:47:15 +0000 (13:47 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 27 Jun 2024 16:25:12 +0000 (12:25 -0400)
commit2fb8a5a96b7b44cc09bca7a02b088757ac80a849
tree938741f02aa0895c656b3a5a7427a06ff752595d
parentc687a2948ded06a368f80c66a39460d4de498110
qa: use tell interface for command that may fail

The asok interface will mangle stdout if the command actually fails.

The reason `flush path` is done via the asok interface is because the tell/asok
interfaces were unified after these tests were written and `flush path` was
only available via the asok interface.

Fixes: https://tracker.ceph.com/issues/66184
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 715c951c345ae41cf4a5e9a1db85bd98c8b08ab1)
qa/tasks/cephfs/test_scrub_checks.py