From: Patrick Donnelly Date: Thu, 27 Jul 2017 21:35:47 +0000 (-0700) Subject: qa: fix wait for wrong health message X-Git-Tag: v12.1.2~41^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ced01a23357e394f94111a1dab63266ec9aca209;p=ceph.git qa: fix wait for wrong health message Fixes: http://tracker.ceph.com/issues/20805 Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_client_limits.py b/qa/tasks/cephfs/test_client_limits.py index 472160587bce..3f8ffa8758f7 100644 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@ -123,7 +123,7 @@ class TestClientLimits(CephFSTestCase): # After mds_revoke_cap_timeout, we should see a health warning (extra lag from # MDS beacon period) mds_revoke_cap_timeout = float(self.fs.get_config("mds_revoke_cap_timeout")) - self.wait_for_health("MDS_CLIENT_RECALL", mds_revoke_cap_timeout + 10) + self.wait_for_health("MDS_CLIENT_LATE_RELEASE", mds_revoke_cap_timeout + 10) # Client B should still be stuck self.assertFalse(rproc.finished)