From: Patrick Donnelly Date: Fri, 7 Aug 2020 21:51:09 +0000 (-0700) Subject: qa: skip cache_size check X-Git-Tag: v14.2.11~1^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36526%2Fhead;p=ceph.git qa: skip cache_size check Now that we're using the memory limit, this is check is not necessary. Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_client_limits.py b/qa/tasks/cephfs/test_client_limits.py index 5786cad384d62..e32259795cb66 100644 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@ -86,8 +86,6 @@ class TestClientLimits(CephFSTestCase): num_caps = self.get_session(mount_a_client_id)['num_caps'] if num_caps <= mds_min_caps_per_client: return True - elif num_caps < cache_size: - return True else: return False