]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: typo fix when checking for perf counter - s/md_thresh_evicted/mdthresh_evicted 53634/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 9 Oct 2023 04:29:45 +0000 (09:59 +0530)
committerVenky Shankar <vshankar@redhat.com>
Fri, 10 Nov 2023 10:00:38 +0000 (15:30 +0530)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 5856a1e6b72dc77d3b4d9109385481b924e4fe36)

qa/tasks/cephfs/test_client_limits.py

index 185ad572755c1374a1eefd0bda8c10f7f1749731..74cb176788d7aa461c0e007e9f1976a10a85425e 100644 (file)
@@ -282,7 +282,7 @@ class TestClientLimits(CephFSTestCase):
         self.mds_cluster.is_addr_blocklisted(self.mount_a.get_global_addr())
         # the mds should bump up the relevant perf counter
         pd = self.perf_dump()
-        self.assertGreater(pd['mds_sessions']['md_thresh_evicted'], 0)
+        self.assertGreater(pd['mds_sessions']['mdthresh_evicted'], 0)
 
         # reset the config
         self.config_set('client', 'client inject fixed oldest tid', 'false')