From ced01a23357e394f94111a1dab63266ec9aca209 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 27 Jul 2017 14:35:47 -0700 Subject: [PATCH] qa: fix wait for wrong health message Fixes: http://tracker.ceph.com/issues/20805 Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/test_client_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3