]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: enforce string client-id check for testing oldest client tid warning 50785/head
authorVenky Shankar <vshankar@redhat.com>
Tue, 24 Jan 2023 12:03:08 +0000 (07:03 -0500)
committerVenky Shankar <vshankar@redhat.com>
Thu, 30 Mar 2023 04:43:32 +0000 (10:13 +0530)
Partially-fixes: http://tracker.ceph.com/issues/57985
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit e395cc78e01cfff9690cb75f4487ceb5d8634448)

qa/tasks/cephfs/test_client_limits.py

index 93484c9aa4e72a3b79e32a2f4ecd454d959a8760..c8cf0785ba150cfbe7f3a976bd4b91f4d4a8ba58 100644 (file)
@@ -244,7 +244,7 @@ class TestClientLimits(CephFSTestCase):
         self.mount_a.create_n_files("testdir/file2", 5, True)
 
         # Wait for the health warnings. Assume mds can handle 10 request per second at least
-        self.wait_for_health("MDS_CLIENT_OLDEST_TID", max_requests // 10)
+        self.wait_for_health("MDS_CLIENT_OLDEST_TID", max_requests // 10, check_in_detail=str(self.mount_a.client_id))
 
     def _test_client_cache_size(self, mount_subdir):
         """