We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be cleaned:
We have the following unit tests recently added in , like this:
kueue/pkg/controller/jobs/statefulset/statefulset_webhook_test.go
Lines 402 to 419 in 8e63a6e
In this test we want to check the behavior when the CRD is owned by another CRD managed by Kueue.
For now we used AppWrapper as the owner integration, but it would be better to use a fake one.
Why is this needed:
The use of AppWrapper integration in the unit tests is not ideal, because:
The text was updated successfully, but these errors were encountered:
/cc @mbobrovskyi
Sorry, something went wrong.
No branches or pull requests
What would you like to be cleaned:
We have the following unit tests recently added in , like this:
kueue/pkg/controller/jobs/statefulset/statefulset_webhook_test.go
Lines 402 to 419 in 8e63a6e
In this test we want to check the behavior when the CRD is owned by another CRD managed by Kueue.
For now we used AppWrapper as the owner integration, but it would be better to use a fake one.
Why is this needed:
The use of AppWrapper integration in the unit tests is not ideal, because:
The text was updated successfully, but these errors were encountered: