RFR: 7902346: Need better message when test times out in agentvm mode

Mark Sheppard msheppar at openjdk.org
Wed Jul 3 17:55:34 UTC 2024


On Wed, 3 Jul 2024 11:20:36 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Hello Mark,
> 
> > result: Error. Agent error: java.lang.Exception: Agent 3 timed out with a timeout of 1200 seconds; check console log for any additional details and process capture in process.html
> 
> The processes.html isn't a construct of jtreg itself. jtreg allows for failure/timeout handlers to be invoked upon timeout. The JDK project (which is just one user of jtreg) is configured to run a failure handler to generate the processes.html. So jtreg itself cannot write out this message pointing users to that processes.html.

ok ... yes, that's reasonable point ... if the build hasn't been configured with sh jib.sh configure -- --enable-jtreg-failure-handler then the failure handler won't be run

-------------

PR Comment: https://git.openjdk.org/jtreg/pull/205#issuecomment-2206898796


More information about the jtreg-dev mailing list