]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
added 2hrs sleep wip-jcollin-testing_13Feb2024
authorJos Collin <jcollin@redhat.com>
Fri, 16 Feb 2024 01:49:34 +0000 (07:19 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 16 Feb 2024 05:08:00 +0000 (10:38 +0530)
qa/tasks/cephfs/test_mirroring.py

index 8738907085fd4efc2610349fca1933d252683415..0e4ba7acfb66014103e55c084d53e4ceaa0cfc73 100644 (file)
@@ -1182,8 +1182,9 @@ class TestMirroring(CephFSTestCase):
         # confirm if the sync completed
         self.check_sync_completed(self.primary_fs_name, self.primary_fs_id,
                                   peer_spec, f'/{repo_path}', 'snap_b', 2)
+        time.sleep(7200)
         self.verify_snapshot(repo_path, 'snap_b')
-        self.disable_mirroring(self.primary_fs_name, self.primary_fs_id)
+        #self.disable_mirroring(self.primary_fs_name, self.primary_fs_id)
 
     def test_cephfs_mirror_peer_add_primary(self):
         self.enable_mirroring(self.primary_fs_name, self.primary_fs_id)