You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Description
Add an end-to-end test for ray-project/ray#48519.
Specifically, add a nested remote function test:
Make sure the autoscaler won't kill a node with blocking workers (i.e, total_resources == available_resources but idle duration = 0). This can happen when the parent node is in a blocking state waiting for its child task on another node to finish.
Autoscaler can downscale node when idle duration > idleTimeOut
mimiliaogo
changed the title
[Feature] Add E2E Test for PR: https://github.com/ray-project/ray/pull/48519
[Feature] Add E2E Test for Autoscaler IdleTimeOut
Dec 3, 2024
mimiliaogo
changed the title
[Feature] Add E2E Test for Autoscaler IdleTimeOut
[Feature] Add E2E Test for Autoscaler Nested Remote Functions
Dec 5, 2024
Search before asking
Description
Add an end-to-end test for ray-project/ray#48519.
Specifically, add a nested remote function test:
Use case
No response
Related issues
ray-project/ray#48519
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: