Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ee9a1531
Unverified
Commit
ee9a1531
authored
Jun 20, 2025
by
Isotr0py
Committed by
GitHub
Jun 20, 2025
Browse files
[CI/Build][Bugfix] Fix deadlock on v1 engine test CI (#19872)
Signed-off-by:
Isotr0py
<
2037008807@qq.com
>
parent
10d82f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/v1/engine/test_async_llm.py
tests/v1/engine/test_async_llm.py
+2
-1
No files found.
tests/v1/engine/test_async_llm.py
View file @
ee9a1531
...
...
@@ -383,7 +383,8 @@ async def test_check_health(monkeypatch: pytest.MonkeyPatch):
with
monkeypatch
.
context
()
as
m
,
ExitStack
()
as
after
:
m
.
setenv
(
"VLLM_USE_V1"
,
"1"
)
engine
=
AsyncLLM
.
from_engine_args
(
TEXT_ENGINE_ARGS
)
with
set_default_torch_num_threads
(
1
):
engine
=
AsyncLLM
.
from_engine_args
(
TEXT_ENGINE_ARGS
)
after
.
callback
(
engine
.
shutdown
)
# Test 1: Healthy engine should not raise any exception
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment