]> 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:09:23 +0000 (18:39 +0530)
commit6c87937e8b92601998243a38ee2a2fb3e2c582dc
tree2f112fa8e1c21dea95d7f6dd439138c37d2a667d
parent4607fe441f216ede81e6185810f7cf00c9946e28
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