]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks: fix mount race in mds_client_recovery
authorJohn Spray <jspray@redhat.com>
Mon, 1 Sep 2014 15:38:25 +0000 (16:38 +0100)
committerJohn Spray <jspray@redhat.com>
Mon, 1 Sep 2014 15:38:25 +0000 (16:38 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/mds_client_recovery.py

index 31872d566ec36685b619fd498c1063d2ece7326b..84b23b16b7616113f69126b5324d5a055abe2b3c 100644 (file)
@@ -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):