Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix][CI/Build] Fix test and improve code for merge_async_iterators #5096

Merged
merged 4 commits into from
May 29, 2024

Conversation

DarkLight1337
Copy link
Member

@DarkLight1337 DarkLight1337 commented May 29, 2024

This PR fixes an issue where merge_async_iterators tests cannot be run in python<3.10 due to lack of anext builtin. It also moves the test to a more appropriate location (test_utils.py).

Functionality-wise, this PR enables async tasks in merge_async_iterators to be cancelled with a message starting from python>=3.9 where it is supported.

Related contributions

This is part 1/5 of #5004.

@DarkLight1337 DarkLight1337 changed the title [Misc][Bugfix] Improve merge_async_iterators code and tests [Bugfix] Improve merge_async_iterators code and tests May 29, 2024
@DarkLight1337 DarkLight1337 changed the title [Bugfix] Improve merge_async_iterators code and tests [Bugfix][CI/Build] Improve merge_async_iterators code and tests May 29, 2024
@DarkLight1337 DarkLight1337 changed the title [Bugfix][CI/Build] Improve merge_async_iterators code and tests [Bugfix][CI/Build] Fix test and improve code for merge_async_iterators May 29, 2024
@simon-mo simon-mo merged commit eecd864 into vllm-project:main May 29, 2024
64 checks passed
@DarkLight1337 DarkLight1337 deleted the refactor-tests-1 branch May 30, 2024 00:38
blinkbear pushed a commit to blinkbear/vllm that referenced this pull request May 31, 2024
dtrifiro pushed a commit to opendatahub-io/vllm that referenced this pull request May 31, 2024
blinkbear pushed a commit to blinkbear/vllm that referenced this pull request Jun 6, 2024
joerunde pushed a commit to joerunde/vllm that referenced this pull request Jun 17, 2024
Temirulan pushed a commit to Temirulan/vllm-whisper that referenced this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants