mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
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 <vshankar@redhat.com>
This commit is contained in:
parent
527faaf8ee
commit
e395cc78e0
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user