-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix: Dashboard import holding issue #19112
fix: Dashboard import holding issue #19112
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19112 +/- ##
==========================================
- Coverage 66.59% 66.58% -0.01%
==========================================
Files 1676 1677 +1
Lines 64191 64240 +49
Branches 6525 6538 +13
==========================================
+ Hits 42746 42775 +29
- Misses 19746 19766 +20
Partials 1699 1699
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Looks like everything was addressed, aside from error display location, which we can tackle in a subsequent PR. There was also the issue of memoization that Diego found, if you want to capture that in a new ticket, @codemaster08240328
Thanks for the fix!
* fix dashboard import holding issue * resolve comment (cherry picked from commit e118b4d)
🏷️ preset:2022.13 |
* fix dashboard import holding issue * resolve comment
SUMMARY
The Dashboard Import UI hangs when the operation fails - no error message is thrown to let the user know about it.
Behavior before update
The operation hangs. However, if you monitor the Network tab on the browser’s developer tools, you can check that the import request fails with a 500 error (Internal Server Error).
Expected results
The operation should thrown an error.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
AFTER
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION