]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/cephfs: fix exception message
authorRishabh Dave <ridave@redhat.com>
Tue, 29 Jul 2025 08:35:02 +0000 (14:05 +0530)
committerRishabh Dave <ridave@redhat.com>
Tue, 29 Jul 2025 08:35:33 +0000 (14:05 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/volumes/test_clone_stats.py

index 8c24b5b1650e702c08563340d2b6a0af9b914c62..d66d1c87497865e084bf940f59351f794bd5db52 100644 (file)
@@ -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}')