RFR: 8332898: failure_handler: log directory of commands
Leonid Mesnik
lmesnik at openjdk.org
Fri May 24 17:31:02 UTC 2024
On Fri, 24 May 2024 14:34:39 GMT, Ludvig Janiuk <lujaniuk at openjdk.org> wrote:
> Also log the directory in which the command used by failure_handler was executed. While often the same, it isn't always, and so it this should simplify troubleshooting for someone looking at this at a glance without being a failure_handler expert.
>
> Example output after this change:
>
> ----------------------------------------
> [2024-05-24 14:26:46] [/usr/bin/pmap, -p, 2233017] timeout=20000 in /<my-absolute-project-dir>/JTwork/scratch
> ----------------------------------------
>
> before:
>
> ----------------------------------------
> [2024-05-24 14:26:46] [/usr/bin/pmap, -p, 2233017] timeout=20000
> ----------------------------------------
Marked as reviewed by lmesnik (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/19396#pullrequestreview-2077492691
More information about the core-libs-dev
mailing list