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: v19.3.0~133^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e085c5d2f0f14275bc73f2936d95fe8b6331bae;p=ceph.git qa/tasks/cephfs/test_misc: fix the incorrect comments https://tracker.ceph.com/issues/63587 Signed-off-by: Xiubo Li --- diff --git a/qa/tasks/cephfs/test_misc.py b/qa/tasks/cephfs/test_misc.py index 58c4e379095a..06c7d9defcb0 100644 --- a/qa/tasks/cephfs/test_misc.py +++ b/qa/tasks/cephfs/test_misc.py @@ -298,8 +298,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" @@ -307,8 +307,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"