From: Venky Shankar Date: Tue, 24 Jan 2023 12:03:08 +0000 (-0500) Subject: qa: enforce string client-id check for testing oldest client tid warning X-Git-Tag: v19.0.0~1610^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e395cc78e01cfff9690cb75f4487ceb5d8634448;p=ceph.git qa: enforce string client-id check for testing oldest client tid warning Partially-fixes: http://tracker.ceph.com/issues/57985 Signed-off-by: Venky Shankar --- diff --git a/qa/tasks/cephfs/test_client_limits.py b/qa/tasks/cephfs/test_client_limits.py index 93484c9aa4e7..c8cf0785ba15 100644 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@ -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): """