]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 16 Dec 2024 08:40:13 +0000 (14:10 +0530)
commit005e492288b71c641f33396cc8b13cc53d52b478
tree34ce3dfd5783970234e2f4a477026e4d73ce1948
parent0d56b61200b2d7d1b09e535c767b5f4117678ae3
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>
qa/tasks/cephfs/test_mirroring.py