]> git-server-git.apps.pok.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>
Tue, 8 Apr 2025 12:01:44 +0000 (14:01 +0200)
commit49dbabcecec7c458a6d2ddfbd8e14a6ec419b953
tree7bd1df0e9ccc17065d5d0f1cd94f8ebff774f2bc
parente0958b50ee586f1790a2e88773136375bddf51c4
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>
src/test/librbd/test_notify.py