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: v16.2.14~123^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f1a3ae31c056cccd9bfff7421865781b4ac04bd3;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 (cherry picked from commit e395cc78e01cfff9690cb75f4487ceb5d8634448) --- diff --git a/qa/tasks/cephfs/test_client_limits.py b/qa/tasks/cephfs/test_client_limits.py index 4ea6576af5c..7d9cf2a76d1 100644 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@ -245,7 +245,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): """