Skip to content

test: Add responses test suite vllm-qwen35 with recordings#5216

Closed
msager27 wants to merge 2 commits intollamastack:mainfrom
msager27:responses_vllm_qwen35
Closed

test: Add responses test suite vllm-qwen35 with recordings#5216
msager27 wants to merge 2 commits intollamastack:mainfrom
msager27:responses_vllm_qwen35

Conversation

@msager27
Copy link
Copy Markdown
Contributor

What does this PR do?

Add a new responses test suite vllm-qwen35. Recordings for these tests are included. I know some changes are in the works for the recording system. As such, I'm making this a draft PR for discussion purposes.

The vLLM was deployed on an AWS EC2 instance with GPUs. The vLLM version is 0.17.1. The model is Qwen/Qwen3.5-35B-A3B. Requiring a GPU does complicate things if we need to re-record. That's being looked into within the community. I used a Qwen3.5 model since it supports image input.

I included one small fix to the recording system. A couple of the web search tool tests were overwriting the corresponding gpt recording. I added test_id in normalize_tool_request to remedy this.

Test Plan

Run the responses test suite with the above-mentioned vLLM + Qwen model in record mode. Then verify everything works in replay mode with:

uv run ./scripts/integration-tests.sh --stack-config server:ci-tests --setup vllm-qwen35 --inference-mode replay --subdirs responses

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Mar 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Recordings committed successfully

Recordings from the integration tests have been committed to this PR.

View commit workflow

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Mar 25, 2026

This pull request has merge conflicts that must be resolved before it can be merged. @msager27 please rebase it. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Mar 25, 2026
leseb added a commit that referenced this pull request Mar 30, 2026
# What does this PR do?
Updates a few responses integration tests based on testing with vLLM.
Some context:

I initially tested with vLLM + Qwen3.5 as part of
#5216. That PR was more of
a staging effort and will be mostly obsoleted by
#5297 and get closed.
However, there are a few changes from that PR that I've pulled into
separate PRs:

1. This PR which makes one of the web search tests more flexible in its
validation (plus a couple skips when provider is vllm)
2. #5233

<!-- If resolving an issue, uncomment and update the line below -->
<!-- Closes #[issue-number] -->

## Test Plan
Rerun the responses web search tests and verify they work as expected

<!-- For API changes, include:
1. A testing script (Python, curl, etc.) that exercises the new/modified
endpoints
3. The output from running your script

Example:
```python
...
...
```

Output:
```
<paste actual output here>
```
-->

Co-authored-by: Sébastien Han <seb@redhat.com>
@msager27
Copy link
Copy Markdown
Contributor Author

msager27 commented Apr 3, 2026

Closing this PR. It included some initial staging work for discussion, but this work will be superseded by PR #5297. New vLLM recordings are expected to be created as either part of that PR or a new one.

This PR also included a couple fixes. These have been submitted as separate PRs. One was merged. The other is awaiting review.

@msager27 msager27 closed this Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. needs-rebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant