]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: skip cache_size check 36526/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 7 Aug 2020 21:51:09 +0000 (14:51 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 7 Aug 2020 23:50:57 +0000 (16:50 -0700)
Now that we're using the memory limit, this is check is not necessary.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_client_limits.py

index 5786cad384d6251c2222b160dc42730f3cde5bae..e32259795cb6624a70b7add85460a4c14e473dde 100644 (file)
@@ -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