]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix test_cephfs_mirror_stats failure 62116/head
authorJos Collin <jcollin@redhat.com>
Tue, 6 May 2025 11:50:39 +0000 (17:20 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 24 Jun 2025 13:09:23 +0000 (18:39 +0530)
commit64aa636d6d029649cca40fbb9d4187698a7e5f01
treed44d29acd549f6d5f570fb809c503664812dcf19
parent6c87937e8b92601998243a38ee2a2fb3e2c582dc
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