Skip to content

[Refactor] Relocate entrypoint tests to match serving code structure#37593

Merged
DarkLight1337 merged 4 commits intovllm-project:mainfrom
sfeng33:2relo-tes
Mar 20, 2026
Merged

[Refactor] Relocate entrypoint tests to match serving code structure#37593
DarkLight1337 merged 4 commits intovllm-project:mainfrom
sfeng33:2relo-tes

Conversation

@sfeng33
Copy link
Contributor

@sfeng33 sfeng33 commented Mar 19, 2026

Purpose

Reorganize entrypoint tests into directories that mirror the serving code structure, improving discoverability and maintainability.

Old Path New Path
tests/entrypoints/openai/test_protocol.py tests/entrypoints/openai/responses/test_protocol.py
tests/entrypoints/test_responses_utils.py tests/entrypoints/openai/responses/test_responses_utils.py
tests/entrypoints/openai/test_serving_tokens.py tests/entrypoints/serve/disagg/test_serving_tokens.py
tests/entrypoints/openai/test_lora_adapters.py tests/entrypoints/serve/lora/test_lora_adapters.py
tests/entrypoints/openai/test_serving_models.py tests/entrypoints/serve/lora/test_serving_models.py
tests/entrypoints/openai/test_launch_render.py tests/entrypoints/serve/render/test_launch_render.py
tests/entrypoints/openai/test_embedding_shape_validation.py tests/multimodal/test_embedding_shape_validation.py

sfeng33 added 2 commits March 19, 2026 19:06
Signed-off-by: sfeng33 <4florafeng@gmail.com>
Signed-off-by: sfeng33 <4florafeng@gmail.com>
@mergify mergify bot added ci/build multi-modality Related to multi-modality (#4194) labels Mar 19, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors the test suite by reorganizing entrypoint tests to mirror the serving code structure. The changes primarily involve moving test files and updating import paths. My review identified a couple of areas for improvement. Firstly, a test that was previously ignored in the AMD CI test suite might now be executed due to the refactoring, potentially causing CI failures. Secondly, there's an inconsistent use of relative imports in one of the updated test files, while others were correctly switched to absolute imports. Addressing these points will improve CI stability and code consistency.

sfeng33 added 2 commits March 19, 2026 19:28
Signed-off-by: sfeng33 <4florafeng@gmail.com>
Signed-off-by: sfeng33 <4florafeng@gmail.com>
@sfeng33 sfeng33 marked this pull request as ready for review March 19, 2026 19:45
@DarkLight1337 DarkLight1337 enabled auto-merge (squash) March 20, 2026 03:34
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Mar 20, 2026
@DarkLight1337 DarkLight1337 merged commit e2d1c8b into vllm-project:main Mar 20, 2026
18 checks passed
@sfeng33 sfeng33 deleted the 2relo-tes branch March 20, 2026 05:33
chooper26 pushed a commit to intellistream/vllm-hust that referenced this pull request Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build multi-modality Related to multi-modality (#4194) ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants