From bbf569de740f80971cf880d9201b862c11f0d634 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 1 Sep 2014 16:38:25 +0100 Subject: [PATCH] tasks: fix mount race in mds_client_recovery Signed-off-by: John Spray --- tasks/mds_client_recovery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/mds_client_recovery.py b/tasks/mds_client_recovery.py index 31872d566ec36..84b23b16b7616 100644 --- a/tasks/mds_client_recovery.py +++ b/tasks/mds_client_recovery.py @@ -173,6 +173,7 @@ class TestClientRecovery(unittest.TestCase): # Bring the client back self.mount_a.mount() + self.mount_a.wait_until_mounted() self.mount_a.create_destroy() def test_stale_caps(self): -- 2.39.5