We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b2a43 commit 2aa4b3dCopy full SHA for 2aa4b3d
1 file changed
tests/model_serving/model_server/llmd/utils.py
@@ -28,7 +28,7 @@ def ns_from_file(file: str) -> str:
28
29
Example: __file__ of test_llmd_smoke.py → "llmd-smoke"
30
"""
31
- return Path(file).stem.removeprefix("test_").replace("_", "-")
+ return Path(file).stem.removeprefix("test_").replace("_", "-")[:63]
32
33
34
def wait_for_llmisvc(llmisvc: LLMInferenceService, timeout: int = Timeout.TIMEOUT_5MIN) -> None:
0 commit comments