]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix test_cephfs_mirror_stats failure
authorJos Collin <jcollin@redhat.com>
Fri, 13 Dec 2024 02:53:07 +0000 (08:23 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 24 Jun 2025 13:51:42 +0000 (19:21 +0530)
commit6efcbea6fe953f914d4472cc83bdad3ad2e6e805
tree8b11362d3065e6ba6dd45086fa0119480cbb30bd
parent268eb9f954e404ad9d48aa90d14517e239181ac3
qa: fix test_cephfs_mirror_stats failure

100MB files would take less than a second to sync, which makes no difference
in 'last_synced_end' and the test fails intermittently. We need to increase the
size of the files, as the time/duration is determined only in seconds.
Because of this, it also needs more sleep time before checking the status.

Fixes: https://tracker.ceph.com/issues/69232
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit 005e492288b71c641f33396cc8b13cc53d52b478)
qa/tasks/cephfs/test_mirroring.py