Skip to content

Commit 3de08c5

Browse files
WoosukKwonxuebwang-amd
authored andcommitted
[V0 Deprecation] Remove more V0 tests (vllm-project#25117)
Signed-off-by: Woosuk Kwon <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
1 parent 44e92d6 commit 3de08c5

File tree

18 files changed

+0
-1500
lines changed

18 files changed

+0
-1500
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,18 @@ steps:
4646
mirror_hardwares: [amdexperimental]
4747
source_file_dependencies:
4848
- vllm/
49-
- tests/async_engine
5049
- tests/test_inputs.py
5150
- tests/test_outputs.py
5251
- tests/multimodal
5352
- tests/utils_
54-
- tests/worker
5553
- tests/standalone_tests/lazy_imports.py
5654
- tests/transformers_utils
5755
commands:
5856
- python3 standalone_tests/lazy_imports.py
59-
- pytest -v -s async_engine # AsyncLLMEngine
6057
- pytest -v -s test_inputs.py
6158
- pytest -v -s test_outputs.py
6259
- pytest -v -s multimodal
6360
- pytest -v -s utils_ # Utils
64-
- pytest -v -s worker # Worker
6561
- pytest -v -s transformers_utils # transformers_utils
6662

6763
- label: Python-only Installation Test # 10min
@@ -82,14 +78,12 @@ steps:
8278
- vllm/
8379
- tests/basic_correctness/test_basic_correctness
8480
- tests/basic_correctness/test_cpu_offload
85-
- tests/basic_correctness/test_preemption
8681
- tests/basic_correctness/test_cumem.py
8782
commands:
8883
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
8984
- pytest -v -s basic_correctness/test_cumem.py
9085
- pytest -v -s basic_correctness/test_basic_correctness.py
9186
- pytest -v -s basic_correctness/test_cpu_offload.py
92-
- VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
9387

9488
- label: Entrypoints Unit Tests # 5min
9589
timeout_in_minutes: 10

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
4141

4242
# Test ownership
4343
/.buildkite/lm-eval-harness @mgoin @simon-mo
44-
/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo
4544
/tests/distributed/test_multi_node_assignment.py @youkaichao
4645
/tests/distributed/test_pipeline_parallel.py @youkaichao
4746
/tests/distributed/test_same_node.py @youkaichao
@@ -50,7 +49,6 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
5049
/tests/kernels @mgoin @tlrmchlsmth @WoosukKwon @yewentao256
5150
/tests/models @DarkLight1337 @ywang96
5251
/tests/multimodal @DarkLight1337 @ywang96 @NickLucche
53-
/tests/prefix_caching @comaniac @KuntaiDu
5452
/tests/quantization @mgoin @robertgshaw2-redhat @yewentao256
5553
/tests/test_inputs.py @DarkLight1337 @ywang96
5654
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb @aarnphm

tests/async_engine/__init__.py

Whitespace-only changes.

tests/async_engine/api_server_async_engine.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

tests/async_engine/conftest.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/async_engine/test_api_server.py

Lines changed: 0 additions & 139 deletions
This file was deleted.

tests/async_engine/test_request_tracker.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)