]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 26 Feb 2024 02:36:55 +0000 (10:36 +0800)
https://tracker.ceph.com/issues/63587
Signed-off-by: Xiubo Li <xiubli@redhat.com>
(cherry picked from commit 4e085c5d2f0f14275bc73f2936d95fe8b6331bae)

qa/tasks/cephfs/test_misc.py

index 8b48dee69fd078915f459a549bd82920f872f654..131d1c4b7b9e90386f27248c4388406915be81e6 100644 (file)
@@ -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"