]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: use tell interface for command that may fail 57673/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 23 May 2024 17:47:15 +0000 (13:47 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 4 Jun 2024 19:44:25 +0000 (15:44 -0400)
commit715c951c345ae41cf4a5e9a1db85bd98c8b08ab1
treed7a4fd93ee4f3c2a41d37774f2105fb66778db22
parentb89e7d4f6dfd5b3db6518b3f88aa3990c4a8c8ae
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>
qa/tasks/cephfs/test_scrub_checks.py