]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: typo fix when checking for perf counter - s/md_thresh_evicted/mdthresh_evicted 53873/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 9 Oct 2023 04:29:45 +0000 (09:59 +0530)
committerVenky Shankar <vshankar@redhat.com>
Mon, 9 Oct 2023 09:29:18 +0000 (14:59 +0530)
Signed-off-by: Venky Shankar <vshankar@redhat.com>
qa/tasks/cephfs/test_client_limits.py

index 2a4c8e79e2f8879297712a0e84d4950c42b3a8ab..6961f4c72183b7135b322cd3a2950bcaaea5c3da 100644 (file)
@@ -284,7 +284,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')