-
Notifications
You must be signed in to change notification settings - Fork 620
Add a test util function for killing the head Pod and wait #3890
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
Add a test util function for killing the head Pod and wait #3890
Conversation
@rueian PTAL |
LGTM |
Hi, I'm still learning the codebase, but would it be cleaner to pass the |
ray-operator/test/support/support.go
Outdated
"github.com/onsi/gomega" | ||
. "github.com/onsi/gomega" |
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.
Please remove one of them to avoid confusion.
6ec09d3
to
b6fe5bd
Compare
Signed-off-by: You-Cheng Lin <[email protected]>
Signed-off-by: You-Cheng Lin <[email protected]>
b6fe5bd
to
cfa43e5
Compare
Signed-off-by: You-Cheng Lin <[email protected]>
Signed-off-by: You-Cheng Lin <[email protected]>
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, thanks!
| nameOverride | string | `"kuberay"` | String to partially override release name. | | ||
| fullnameOverride | string | `""` | String to fully override release name. | | ||
| imagePullSecrets | list | `[]` | Secrets with credentials to pull images from a private registry | | ||
| gcsFaultTolerance.enabled | bool | `false` | | |
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.
Thanks for fixing it. It's my bad..
@AndySung320 And since this is only for testing purpose duplicate Gomega instance is acceptable IMO. Thanks for commenting! |
Why are these changes needed?
Closes #3889
Related issue number
Checks