]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librbd/test_notify.py: force line-buffered output
authorIlya Dryomov <idryomov@gmail.com>
Mon, 7 Apr 2025 10:40:50 +0000 (12:40 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 9 Apr 2025 19:02:58 +0000 (21:02 +0200)
commit730962af4e7ed452bd7b3e538b55ce2e73a1e5e7
tree0f98f5bff35790d263e7fc559109aa7a11a065dd
parent725871629a1a7a5dad218e46d4622a0b1cb25fca
test/librbd/test_notify.py: force line-buffered output

"master" and "slave" invocations are intended to run in parallel and
coordinate between themselves.  Ensure that their respective output is
properly timestamped and ordered in teuthology.log file.

Fixes: https://tracker.ceph.com/issues/70831
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 49dbabcecec7c458a6d2ddfbd8e14a6ec419b953)
src/test/librbd/test_notify.py