From eabd72ef055bf7aa2ecad941eefd2da7aa893875 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 26 May 2026 10:23:16 +0530 Subject: [PATCH] qa: remove working directory in test_cephfs_mirror_sync_already_existing_snapshots Signed-off-by: Jos Collin --- qa/tasks/cephfs/test_mirroring.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.47.3