From: Xiubo Li Date: Tue, 28 Nov 2023 00:44:29 +0000 (+0800) Subject: qa/tasks/cephfs/test_misc: fix the incorrect comments X-Git-Tag: testing/wip-pdonnell-testing-20240430.123648-reef-debug~143^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=13701409fce48e57c04dbdd6575dbb125373b905;p=ceph-ci.git qa/tasks/cephfs/test_misc: fix the incorrect comments https://tracker.ceph.com/issues/63587 Signed-off-by: Xiubo Li (cherry picked from commit 4e085c5d2f0f14275bc73f2936d95fe8b6331bae) --- diff --git a/qa/tasks/cephfs/test_misc.py b/qa/tasks/cephfs/test_misc.py index 8b48dee69fd..131d1c4b7b9 100644 --- a/qa/tasks/cephfs/test_misc.py +++ b/qa/tasks/cephfs/test_misc.py @@ -280,8 +280,8 @@ class TestMisc(CephFSTestCase): def test_filesystem_sync_stuck_for_around_5s(self): """ - To check whether the fsync will be stuck to wait for the mdlog to be - flushed for at most 5 seconds. + To check whether the filesystem sync will be stuck to wait for the + mdlog to be flushed for at most 5 seconds. """ dir_path = "filesystem_sync_do_not_wait_mdlog_testdir" @@ -289,8 +289,8 @@ class TestMisc(CephFSTestCase): def test_file_sync_stuck_for_around_5s(self): """ - To check whether the filesystem sync will be stuck to wait for the - mdlog to be flushed for at most 5 seconds. + To check whether the fsync will be stuck to wait for the mdlog to + be flushed for at most 5 seconds. """ dir_path = "file_sync_do_not_wait_mdlog_testdir"