]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: fix test_cephfs_mirror_stats failure
authorJos Collin <jcollin@redhat.com>
Tue, 6 May 2025 11:50:39 +0000 (17:20 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 30 May 2025 02:32:44 +0000 (08:02 +0530)
commit74ed43535c1b0a3ded5c5436b05bff63bf54c6cd
treec999a4409ad2443b6c4679c077d5c1d77fac109f
parentc163df1c645f540c12bb624cc41b2c76878531cd
qa: fix test_cephfs_mirror_stats failure

* Don't create huge files that results in 'No space left on device'.
* Relax last_synced_end > last_synced_start check, so that
  the test wouldn't fail even if 'counter dump' delays getting updated
  values within a particular snapshot sync.

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