Skip to content

Commit 44dcb52

Browse files
authored
[ci][test] finalize fork_new_process_for_each_test (#7114)
1 parent 67d745c commit 44dcb52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ def wait_for_gpu_memory_to_clear(devices: List[int],
360360

361361

362362
def fork_new_process_for_each_test(f):
363+
"""Decorator to fork a new process for each test function.
364+
See https://github.com/vllm-project/vllm/issues/7053 for more details.
365+
"""
363366

364367
@functools.wraps(f)
365368
def wrapper(*args, **kwargs):

0 commit comments

Comments
 (0)