Skip to content

test: add concurrent chat completion coverage#2060

Open
fl0rianr wants to merge 1 commit into
mainfrom
fl0rianr/add_concurrent_request_test
Open

test: add concurrent chat completion coverage#2060
fl0rianr wants to merge 1 commit into
mainfrom
fl0rianr/add_concurrent_request_test

Conversation

@fl0rianr
Copy link
Copy Markdown
Collaborator

@fl0rianr fl0rianr commented Jun 1, 2026

Summary

Adds a minimal concurrent chat completion test,
closes #2042

The test sends 5 simultaneous non-streaming chat completion requests against an already loaded model and asserts that all requests return valid responses.

Testing

  • python -m py_compile test/server_llm.py
  • python test/server_llm.py --wrapped-server <...> --backend <...>
  • Verified test_001b_chat_completions_concurrent_requests passes locally.

@github-actions github-actions Bot added the enhancement New feature or request label Jun 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test suite is entirely sequential — no concurrent request test exists to catch race conditions or deadlocks in the backend

1 participant