]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fix wait for wrong health message 16640/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 27 Jul 2017 21:35:47 +0000 (14:35 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 27 Jul 2017 21:40:05 +0000 (14:40 -0700)
Fixes: http://tracker.ceph.com/issues/20805
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_client_limits.py

index 472160587bce2ec1b5aa78692f5bcfd6f50a73fe..3f8ffa8758f79c221bf4b2eb4a31e3d357708e9e 100644 (file)
@@ -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)