-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
[Bug]: test_vllm_port.py::test_get_vllm_port_uri fails with AssertionError: Regex pattern did not match #18617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
rabi
added a commit
to rabi/vllm
that referenced
this issue
May 23, 2025
The urllib.parse.urlparse() function itself does not raise an exception during the parsing of a URL. However, certain attributes of the returned ParseResult object (e.g., .port) may raise a ValueError when accessed if they contain invalid values. Issue introduced in vllm-project#18209 FIX: vllm-project#18617 Signed-off-by: rabi <[email protected]>
rabi
added a commit
to rabi/vllm
that referenced
this issue
May 23, 2025
The urllib.parse.urlparse() function itself does not raise an exception during the parsing of a URL. However, certain attributes of the returned ParseResult object (e.g., .port) may raise a ValueError when accessed if they contain invalid values. Issue introduced in vllm-project#18209 FIX: vllm-project#18617 Signed-off-by: rabi <[email protected]>
rabi
added a commit
to rabi/vllm
that referenced
this issue
May 23, 2025
The urllib.parse.urlparse() function itself does not raise an exception during the parsing of a URL. However, certain attributes of the returned ParseResult object (e.g., .port) may raise a ValueError when accessed if they contain invalid values. Issue introduced in vllm-project#18209 FIX: vllm-project#18617 Signed-off-by: rabi <[email protected]>
rabi
added a commit
to rabi/vllm
that referenced
this issue
May 23, 2025
The urllib.parse.urlparse() function itself does not raise an exception during the parsing of a URL. However, certain attributes of the returned ParseResult object (e.g., .port) may raise a ValueError when accessed if they contain invalid values. Issue introduced in vllm-project#18209 FIX: vllm-project#18617 Signed-off-by: rabi <[email protected]>
rabi
added a commit
to rabi/vllm
that referenced
this issue
May 26, 2025
The urllib.parse.urlparse() function itself does not raise an exception during the parsing of a URL. However, certain attributes of the returned ParseResult object (e.g., .port) may raise a ValueError when accessed if they contain invalid values. Issue introduced in vllm-project#18209 FIX: vllm-project#18617 Signed-off-by: rabi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your current environment
Issue seems to have been introduced in #18209
🐛 Describe the bug
Test fails with below traceback.
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: