From: Patrick Donnelly Date: Thu, 16 Sep 2021 02:21:03 +0000 (-0400) Subject: qa: lengthen grace for fs map showing dead MDS X-Git-Tag: v17.1.0~845^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43179%2Fhead;p=ceph.git qa: lengthen grace for fs map showing dead MDS Fixes: https://tracker.ceph.com/issues/52625 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_snapshots.py b/qa/tasks/cephfs/test_snapshots.py index fa4d9431fefd..306c80ce39e7 100644 --- a/qa/tasks/cephfs/test_snapshots.py +++ b/qa/tasks/cephfs/test_snapshots.py @@ -119,7 +119,7 @@ class TestSnapshots(CephFSTestCase): self.fs.rank_freeze(True, rank=1) # prevent failover... self.fs.rank_asok(['config', 'set', "mds_kill_mdstable_at", "{0}".format(i)], rank=0, status=status) proc = self.mount_a.run_shell(["mkdir", "d1/dir/.snap/s2{0}".format(i)], wait=False) - self.wait_until_true(lambda: "laggy_since" in self.fs.get_rank(rank=0), timeout=grace*2); + self.wait_until_true(lambda: "laggy_since" in self.fs.get_rank(rank=0), timeout=grace*3); self.delete_mds_coredump(rank0['name']); self.fs.rank_signal(signal.SIGKILL, rank=1)