]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: enforce string client-id check for testing oldest client tid warning
authorVenky Shankar <vshankar@redhat.com>
Tue, 24 Jan 2023 12:03:08 +0000 (07:03 -0500)
committerXiubo Li <xiubli@redhat.com>
Mon, 30 Oct 2023 08:27:50 +0000 (16:27 +0800)
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 c4215df336537701905893d42ad22d7b30be1294..b76ce492290865906f7b9e5491af647bfcda8993 100644 (file)
@@ -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):
         """