From: Rishabh Dave Date: Tue, 29 Jul 2025 08:35:02 +0000 (+0530) Subject: qa/cephfs: fix exception message X-Git-Tag: v21.0.0~50^2~215^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=03f0920ec63318098e6cf1ce31f6e0a404e0c4f5;p=ceph.git qa/cephfs: fix exception message Signed-off-by: Rishabh Dave --- diff --git a/qa/tasks/cephfs/volumes/test_clone_stats.py b/qa/tasks/cephfs/volumes/test_clone_stats.py index 8c24b5b1650..d66d1c87497 100644 --- a/qa/tasks/cephfs/volumes/test_clone_stats.py +++ b/qa/tasks/cephfs/volumes/test_clone_stats.py @@ -529,7 +529,7 @@ class TestCloneProgressReporter(CloneProgressReporterHelper): time.sleep(1) continue elif len(pev) > 1: - raise RuntimeError('For 1 clone "ceph status" output has 2 ' + raise RuntimeError('For 4 clone "ceph status" output has 2 ' 'progress bars, it should have only 1 ' f'progress bar.\npev -\n{pev}')