]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/cephfs/test_misc: fix the incorrect comments
authorXiubo Li <xiubli@redhat.com>
Tue, 28 Nov 2023 00:44:29 +0000 (08:44 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 28 Nov 2023 03:05:36 +0000 (11:05 +0800)
https://tracker.ceph.com/issues/63587
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/tasks/cephfs/test_misc.py

index 58c4e379095a5843a909e7a1583b29bf815ce35b..06c7d9defcb003440d626f9f14ebbef0b8bf7980 100644 (file)
@@ -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"