]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: enforce string client-id check for testing oldest client tid warning 50811/head
authorVenky Shankar <vshankar@redhat.com>
Tue, 24 Jan 2023 12:03:08 +0000 (07:03 -0500)
committerVenky Shankar <vshankar@redhat.com>
Fri, 31 Mar 2023 09:43:08 +0000 (15: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 4ea6576af5c58b8e22aad6fdb7dda8870e69c734..7d9cf2a76d1e2a65df6fb28c5410bddc271d753d 100644 (file)
@@ -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):
         """