From: Jos Collin Date: Tue, 26 May 2026 04:53:16 +0000 (+0530) Subject: qa: remove working directory in test_cephfs_mirror_sync_already_existing_snapshots X-Git-Tag: v21.0.1~41^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eabd72ef055bf7aa2ecad941eefd2da7aa893875;p=ceph.git qa: remove working directory in test_cephfs_mirror_sync_already_existing_snapshots Signed-off-by: Jos Collin --- diff --git a/qa/tasks/cephfs/test_mirroring.py b/qa/tasks/cephfs/test_mirroring.py index cdc1963a8a82..1f305643d33b 100644 --- a/qa/tasks/cephfs/test_mirroring.py +++ b/qa/tasks/cephfs/test_mirroring.py @@ -1637,6 +1637,7 @@ class TestMirroring(CephFSTestCase): peer_spec, f'/{dir_name}', snap_b, expected_snap_count) self.verify_snapshot(dir_name, snap_a) self.verify_snapshot(dir_name, snap_b) + self.remove_directory(self.primary_fs_name, self.primary_fs_id, f'/{dir_name}') self.disable_mirroring(self.primary_fs_name, self.primary_fs_id) def test_cephfs_mirror_multithread_snapshot_starvation(self):