RFR: 7903217: jtreg could try killing descendants of stuck test, before timing out the test [v4]
Gerard Ziemski
gziemski at openjdk.org
Thu Nov 17 18:41:42 UTC 2022
On Thu, 17 Nov 2022 18:08:15 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> I don't think the changes belong in `ProcessCommand`.
>
> If they belong anywhere, they should be in timeout handling code.
Do you want the timeout code to be able to change/influence this new (subprocess cleanup) phase? If so, how? If not, shouldn't we hide the details of this new step from the actual timeout handling code?
-------------
PR: https://git.openjdk.org/jtreg/pull/97
More information about the jtreg-dev
mailing list