Skip to content

[Test][Autoscaler] add fake single-host TPU tests #3792

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidxia
Copy link
Contributor

@davidxia davidxia commented Jun 17, 2025

Modify create_detached_actor.py to easily parse CLI custom resources as key=value pairs.

contributes to #2173
depends on ray-project/ray#53938

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

@davidxia davidxia force-pushed the patch16 branch 2 times, most recently from b4a05b4 to c79e3f5 Compare June 18, 2025 00:59
Modify create_detached_actor.py to easily parse CLI custom resources as
key=value pairs.

contributes to ray-project#2173

Signed-off-by: David Xia <[email protected]>
@davidxia davidxia changed the title [Test][Autoscaler] add fake single- and multi-host TPU tests [Test][Autoscaler] add fake single-host TPU tests Jun 18, 2025
LogWithTimestamp(test.T(), "Updated RayCluster %s/%s successfully", rayCluster.Namespace, rayCluster.Name)

// Validate that the TPU slice is scaled down.
g.Eventually(WorkerPods(test, rayCluster), TestTimeoutMedium).Should(gomega.BeEmpty())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

fails because there's still 1 Pod and not scaled to 0. Any ideas?

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.

1 participant