Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: properly fill error in gRPC TaskSummary object (#792)
# Motivation Error message was not available in TaskSummary object when task is in Retried Status while it is available in TaskDetailed. # Description Change conversion from TaskDataHolder to gRPC TaskSummary object to fill in the error message when it is available instead of only during errors. # Testing GUI shows the error message when it shows TaskSummary objects # Impact Debugging informations are easier to access in the GUI. # Checklist - [x] My code adheres to the coding and style guidelines of the project. - [x] I have performed a self-review of my code. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] I have made corresponding changes to the documentation. - [x] I have thoroughly tested my modifications and added tests when necessary. - [x] Tests pass locally and in the CI. - [x] I have assessed the performance impact of my modifications.
- Loading branch information