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
899e2ef5
Unverified
Commit
899e2ef5
authored
Dec 04, 2025
by
Mark McLoughlin
Committed by
GitHub
Dec 04, 2025
Browse files
[Core] Fix standalone runs of test_reset_prefix_cache_e2e (#29899)
Signed-off-by:
Mark McLoughlin
<
markmc@redhat.com
>
parent
68eb5c8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tests/v1/core/test_reset_prefix_cache_e2e.py
tests/v1/core/test_reset_prefix_cache_e2e.py
+3
-1
No files found.
tests/v1/core/test_reset_prefix_cache_e2e.py
View file @
899e2ef5
...
...
@@ -11,7 +11,9 @@ PROMPTS = [
]
def
test_reset_prefix_cache_e2e
():
def
test_reset_prefix_cache_e2e
(
monkeypatch
):
# "spawn" is required for test to be deterministic
monkeypatch
.
setenv
(
"VLLM_WORKER_MULTIPROC_METHOD"
,
"spawn"
)
engine_args
=
EngineArgs
(
model
=
"Qwen/Qwen3-0.6B"
,
gpu_memory_utilization
=
0.2
,
...
...
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