]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: drop creating huge files in test_cephfs_mirror_cancel_sync
authorJos Collin <jcollin@redhat.com>
Tue, 26 May 2026 04:49:53 +0000 (10:19 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 26 May 2026 04:53:39 +0000 (10:23 +0530)
Fixes: https://tracker.ceph.com/issues/71701
Fixes: https://tracker.ceph.com/issues/72869
Signed-off-by: Jos Collin <jcollin@redhat.com>
qa/tasks/cephfs/test_mirroring.py

index dbe6dfb1fa7ddc3056d12cc3cdda56609b0fc382..cdc1963a8a8243f06aa24eafee03c0fcb823770d 100644 (file)
@@ -773,7 +773,7 @@ class TestMirroring(CephFSTestCase):
         self.mount_a.run_shell(["mkdir", "d0"])
         for i in range(100):
             filename = f'file.{i}'
-            self.mount_a.write_n_mb(os.path.join('d0', filename), 1024)
+            self.mount_a.write_n_mb(os.path.join('d0', filename), 100)
 
         self.enable_mirroring(self.primary_fs_name, self.primary_fs_id)
         self.add_directory(self.primary_fs_name, self.primary_fs_id, '/d0')