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: Extend the unit-test coverage for jobframework, ref: https://github.com/kubernetes-sigs/kueue/pull/762/files#r1245444318 Why is this needed:
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
There are two alternatives:
I have a preference for the second.
There are two alternatives: Create a FakeJob implementation to test the jobframework package itself. Test each of the job packages (job, mpijob, jobset) using a fake client and the reconciler code. I have a preference for the second.
going with the second one we will have a lot of duplicate tests.
It's not really duplicate, as some jobs might behave differently and implement optional extensions.
stuton
Successfully merging a pull request may close this issue.
What would you like to be cleaned:
Extend the unit-test coverage for jobframework,
ref: https://github.com/kubernetes-sigs/kueue/pull/762/files#r1245444318
Why is this needed:
The text was updated successfully, but these errors were encountered: