From: Venky Shankar Date: Thu, 17 Oct 2019 15:29:42 +0000 (+0530) Subject: qa: allow client mount to reset fully X-Git-Tag: v15.1.0~1207^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dcbdc726a694713b9ebd01954e173b0d4ec4af0f;p=ceph-ci.git qa: allow client mount to reset fully ... without this there is a sutle race where it takes a bit of time after a hard reset of a client mount causing further checks to fail as the (still up) client is still connected to the MDS. Fixes: http://tracker.ceph.com/issues/42213 Signed-off-by: Venky Shankar --- diff --git a/qa/tasks/cephfs/test_client_recovery.py b/qa/tasks/cephfs/test_client_recovery.py index f92bbb3cc53..2bad19d8afe 100644 --- a/qa/tasks/cephfs/test_client_recovery.py +++ b/qa/tasks/cephfs/test_client_recovery.py @@ -185,6 +185,9 @@ class TestClientRecovery(CephFSTestCase): # The mount goes away while the MDS is offline self.mount_a.kill() + # wait for it to die + time.sleep(5) + self.fs.mds_restart() # Enter reconnect phase