From 6921e9cc0e22dd00455a5f383bd74bd659734860 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 24 Jan 2023 07:03:08 -0500 Subject: [PATCH] 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) --- qa/tasks/cephfs/test_client_limits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/cephfs/test_client_limits.py b/qa/tasks/cephfs/test_client_limits.py index c4215df336537..b76ce49229086 100644 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@ -315,7 +315,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): """ -- 2.39.5