Skip to content

Conversation

@matthewdeng
Copy link
Contributor

Description

Bumping from small to medium because it's timing out for Python 3.12.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
@matthewdeng matthewdeng requested a review from a team as a code owner October 21, 2025 01:47
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increases the timeout for the test_util test from small to medium to fix timeouts on Python 3.12. This is a reasonable change to improve test stability. The underlying cause of the slowness appears to be inefficient test setup in test_util.py, where a Ray cluster is repeatedly started and stopped for parameterized tests. A future optimization could be to use a module-scoped fixture to share the cluster across tests, which would be much faster. However, since that file isn't part of this PR, the proposed change is a valid fix for now.

@matthewdeng matthewdeng enabled auto-merge (squash) October 21, 2025 02:02
@github-actions github-actions bot added the go add ONLY when ready to merge, run all tests label Oct 21, 2025
@aslonnie aslonnie disabled auto-merge October 21, 2025 02:14
@aslonnie aslonnie merged commit f97b6a6 into ray-project:master Oct 21, 2025
5 of 7 checks passed
xinyuangui2 pushed a commit to xinyuangui2/ray that referenced this pull request Oct 22, 2025
## Description
Bumping from small to medium because it's timing out for Python 3.12.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Signed-off-by: xgui <xgui@anyscale.com>
elliot-barn pushed a commit that referenced this pull request Oct 23, 2025
## Description
Bumping from small to medium because it's timing out for Python 3.12.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
landscapepainter pushed a commit to landscapepainter/ray that referenced this pull request Nov 17, 2025
## Description
Bumping from small to medium because it's timing out for Python 3.12.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Aydin-ab pushed a commit to Aydin-ab/ray-aydin that referenced this pull request Nov 19, 2025
## Description
Bumping from small to medium because it's timing out for Python 3.12.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go add ONLY when ready to merge, run all tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants