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

shell: add extra info to doom exceptions #6453

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. shell: add executable name to doom exceptions

    Problem: Exceptions from the doom plugin do not specify what
    job failed.  It can be confusing to users which job failed amongst
    multiple in a batch job, or if the broker from a batch job itself
    failed.
    
    Add the job executable name to the doom exception outputs.
    
    Fixes flux-framework#6357
    chu11 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    dd77ed5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. flux-job: output jobid with exception

    Problem: In a batch job, it may be difficult to discern which
    job had an exception.
    
    When flux job attach outputs an exception, also output the jobid
    of the job.
    
    Update tests in t2608-job-shell-log.t and t2304-sched-simple-alloc-check.t
    for change in expected output.
    chu11 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    31800a8 View commit details
    Browse the repository at this point in the history