-
Notifications
You must be signed in to change notification settings - Fork 660
test: unit tests for idleTimeoutSeconds config per worker groups #4162
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
base: master
Are you sure you want to change the base?
test: unit tests for idleTimeoutSeconds config per worker groups #4162
Conversation
|
LGTM |
|
@ryanaoleary can you review since you added the feature? |
8512527 to
a4bc057
Compare
Signed-off-by: alimaazamat <[email protected]>
a4bc057 to
ae88086
Compare
ryanaoleary
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I tested some of these cases manually and it looks correct.
|
@alimaazamat the e2e buildkite failure seems related? Can you take a look https://buildkite.com/ray-project/ray-ecosystem-ci-kuberay-ci/builds/11598#019a7efb-eeee-48fd-8614-6bd5d5311f4e Triggered a retry incase it's a flake |
@andrewsykim Yeah I reran it already previously and it did fail again. Because this are just unit tests I thought it wouldn't impact e2e? |
|
Actually I think I found the issue: |
Signed-off-by: alimaazamat <[email protected]>
|
@andrewsykim |
Why are these changes needed?
V2 Autoscaling allows for configuring idleTimeoutSeconds per worker group, which needs added unit + e2e testing
EDIT: e2e testing already done in #2725 issue should've been closed
Related issue number
#2561
Checks