Skip to content

[Bug]: CI not running all tests/compile tests #23865

@zou3519

Description

@zou3519

Your current environment

n/a

🐛 Describe the bug

Examples of things that are not tested:

  • tests/compile/test_config.py
  • tests/compile/test_functionalization.py

A partial list of things that are tested:

  • - pytest -v -s compile/test_pass_manager.py
    - pytest -v -s compile/test_config.py
    - pytest -v -s compile/test_fusion.py
    - pytest -v -s compile/test_fusion_attn.py
    - pytest -v -s compile/test_silu_mul_quant_fusion.py
    - pytest -v -s compile/test_sequence_parallelism.py
    - pytest -v -s compile/test_async_tp.py
    - pytest -v -s compile/test_fusion_all_reduce.py

As mentioned in #22682, we should really just update the test command to pytest tests/compile, with some opt-outs for some tests that actually need special configurations. This will make this one test take longer but will make things a lot saner for us to maintain.

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Metadata

Metadata

Assignees

Labels

actionableThere is clear action for a vLLM developer to takebugSomething isn't workingtorch.compile

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions