-
Notifications
You must be signed in to change notification settings - Fork 178
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 error message for model registration #3534
Improve error message for model registration #3534
Conversation
@yih-wang could you please take a look at the screen recordings? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3534 +/- ##
==========================================
- Coverage 85.56% 85.47% -0.09%
==========================================
Files 1372 1372
Lines 31211 31277 +66
Branches 8741 8761 +20
==========================================
+ Hits 26705 26735 +30
- Misses 4506 4542 +36
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@ppadti the videos look good, thank you! |
d278732
to
935e4b7
Compare
frontend/src/pages/modelRegistry/screens/RegisterModel/RegisterModelErrors.tsx
Show resolved
Hide resolved
935e4b7
to
902fd35
Compare
@yih-wang I have updated the screen recordings, please take a look at them when you have a moment. |
Thanks for the updates @ppadti! We discussed yesterday the issue where the name in the alert will change after the name in the form. Haven't seen that behavior in the videos. Has it been addressed? |
yes, If you look at the first recording (model failed to create), you can see that behaviour there. Also attaching another recording for that here: Screen.Recording.2024-12-04.at.4.55.08.PM.mov |
@ppadti Ah yes, I see it now! It works well so I missed it... All look good to me! |
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.
@ppadti this LGTM, just needs rebase and conflicts resolved.
frontend/src/pages/modelRegistry/screens/RegisterModel/RegisterModelErrors.tsx
Outdated
Show resolved
Hide resolved
902fd35
to
0e10201
Compare
0e10201
to
caa0381
Compare
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
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 @ppadti
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: manaswinidas, mturley 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 |
Closes: RHOAIENG-13908
Description
This PR aims to improve error messages for model registration as mentioned in this doc
In Register model page:
Screen.Recording.2024-12-03.at.8.24.30.PM.mov
Screen.Recording.2024-12-03.at.8.56.51.PM.mov
Screen.Recording.2024-12-03.at.8.57.32.PM.mov
In Register new version page:
Screen.Recording.2024-12-03.at.8.11.59.PM.mov
Screen.Recording.2024-12-03.at.8.12.38.PM.mov
How Has This Been Tested?
Its bit difficult to test as we fixed long name error here.
To test all these states mentioned in this doc locally
Test Impact
NA, Already covered by other PR and few cases can not be reproduced.
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main