]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: fix test_cephfs_mirror_stats failure 59829/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:52:25 +0000 (19:22 +0530)
commitca32f0dab822b6feac86126a4f73d7f64e879052
tree261673c53d43f72c67d6662122c3137fb60b4170
parent6efcbea6fe953f914d4472cc83bdad3ad2e6e805
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