Skip to content
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

Implement CustomValidation UT for MPI plugin #2555

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

tenzen-y
Copy link
Member

@tenzen-y tenzen-y commented Mar 21, 2025

What this PR does / why we need it:

Part of #2556

Which issue(s) this PR fixes (optional, in Fixes #<issue number>, #<issue number>, ... format, will close the issue(s) when PR gets merged):
Fixes #

Checklist:

  • Docs included if any changes are user facing

@coveralls
Copy link

coveralls commented Mar 21, 2025

Pull Request Test Coverage Report for Build 13992886013

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 64.859%

Totals Coverage Status
Change from base Build 13991199064: 0.5%
Covered Lines: 1698
Relevant Lines: 2618

💛 - Coveralls

@tenzen-y
Copy link
Member Author

/assign @kubeflow/wg-training-leads @astefanutti

Copy link
Contributor

@astefanutti astefanutti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks.

allErrs = append(allErrs, field.Invalid(numProcPerNodePath, newJobObj.Spec.Trainer.NumProcPerNode, "must have an int value"))
if trainJobTrainer := newJobObj.Spec.Trainer; trainJobTrainer != nil && trainJobTrainer.NumProcPerNode != nil {
if trainJobTrainer.NumProcPerNode.Type != intstr.Int {
allErrs = append(allErrs, field.Invalid(numProcPerNodePath, *trainJobTrainer.NumProcPerNode, "must have an int value"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not strictly in the scope of that PR, but while we are at it, maybe the error message could be more specific, e.g. "must have an int value for MPI job".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, let me contain your request in this PR.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM.

@tenzen-y tenzen-y force-pushed the implement-validation-uts branch from 13deb16 to 171872f Compare March 21, 2025 13:30
@tenzen-y
Copy link
Member Author

@kubeflow/wg-training-leads @astefanutti @Electronic-Waste Can anyone add lgtm tag?

Copy link
Member

@andreyvelich andreyvelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the update @tenzen-y!
/lgtm
/approve

Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andreyvelich, astefanutti

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit 608738a into kubeflow:master Mar 27, 2025
16 checks passed
@tenzen-y tenzen-y deleted the implement-validation-uts branch March 27, 2025 12:11
@tenzen-y tenzen-y mentioned this pull request Mar 27, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants