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

Add error details for failed jobs #35691

Merged
merged 2 commits into from
May 24, 2023

Conversation

alanwguo
Copy link
Contributor

@alanwguo alanwguo commented May 23, 2023

  1. Add error details for failed jobs in the job list view and job detail view
  2. Add error details for failed serve apps in the application detail view
  3. Fix color of StatusChip for HTTPPRoxy detail page
  4. Add max width for error details for Serve deployments

Error details for jobs
Screenshot 2023-05-23 at 4 23 01 PM
Screenshot 2023-05-23 at 4 23 05 PM
Screenshot 2023-05-23 at 4 32 21 PM

Http proxy detail page
Screenshot 2023-05-23 at 4 38 22 PM

Serve Application detail page
Screenshot 2023-05-23 at 4 38 11 PM

Why are these changes needed?

Related issue number

partially addresses #35685

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

1. Add error details for failed jobs in the job list view and job detail view
2. Add error details for failed serve apps in the application detail view
3. Fix color of StatusChip for HTTPPRoxy detail page
4. Add max width for error details for Serve deployments

Signed-off-by: Alan Guo <[email protected]>
@chaowanggg
Copy link
Contributor

lgtm!

Copy link
Contributor

@rkooo567 rkooo567 left a comment

Choose a reason for hiding this comment

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

cc @scottsun94 for the UI design approval

Copy link
Contributor

@architkulkarni architkulkarni left a comment

Choose a reason for hiding this comment

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

I'm not familiar with TSX, but the Job code looks reasonable and the screenshots look good and like what I would expect.

@scottsun94
Copy link
Contributor

scottsun94 commented May 24, 2023

Can we reduce the width of status message column a bit for job table? It seems that you have to expand to see the useful info for most of the time? Runtime_env setup failed: failed... is enough?

@alanwguo
Copy link
Contributor Author

Reduced width:
Screenshot 2023-05-23 at 5 12 51 PM

@scottsun94
Copy link
Contributor

LGTM. Thanks!

@ArturNiederfahrenhorst
Copy link
Contributor

@alanwguo I'm tracking this now, can you please create the pick after merging?

@rkooo567 rkooo567 merged commit 24625e3 into ray-project:master May 24, 2023
1 of 2 checks passed
alanwguo added a commit to alanwguo/ray that referenced this pull request May 24, 2023
Add error details for failed jobs in the job list view and job detail view
Add error details for failed serve apps in the application detail view
Fix color of StatusChip for HTTPPRoxy detail page
Add max width for error details for Serve deployments
ArturNiederfahrenhorst pushed a commit that referenced this pull request May 25, 2023
Add error details for failed jobs in the job list view and job detail view
Add error details for failed serve apps in the application detail view
Fix color of StatusChip for HTTPPRoxy detail page
Add max width for error details for Serve deployments
scv119 pushed a commit to scv119/ray that referenced this pull request Jun 16, 2023
Add error details for failed jobs in the job list view and job detail view
Add error details for failed serve apps in the application detail view
Fix color of StatusChip for HTTPPRoxy detail page
Add max width for error details for Serve deployments
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
Add error details for failed jobs in the job list view and job detail view
Add error details for failed serve apps in the application detail view
Fix color of StatusChip for HTTPPRoxy detail page
Add max width for error details for Serve deployments

Signed-off-by: e428265 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker P0 Issue that blocks the release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants