-
Notifications
You must be signed in to change notification settings - Fork 448
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
Improve Debuggability in UTs of Trial Controller #2431
Comments
/area testing |
@Electronic-Waste: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/remove-lifecycle stale This issue and related PR are ready to be reviewed. PTAL if you have time @kubeflow/wg-automl-leads . |
What you would like to be added?
Use the propagated gomega instance in replace of
func() bool
, like code here:katib/pkg/controller.v1beta1/trial/trial_controller_test.go
Lines 303 to 314 in bc09cfd
Why is this needed?
As @tenzen-y described in #2394 (comment), it will improve the debuggability of the UTs.
Love this feature?
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered: