From 13701409fce48e57c04dbdd6575dbb125373b905 Mon Sep 17 00:00:00 2001 From: Xiubo Li Date: Tue, 28 Nov 2023 08:44:29 +0800 Subject: [PATCH] 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) --- qa/tasks/cephfs/test_misc.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.39.5