Hi
On 9/9/19 5:12 PM, David Holmes wrote:
Hi Leonid,
On 10/09/2019 10:03 am, Leonid Mesnik wrote:
Hi
Could you please review following fix which add
JTREG_FAILURE_HANDLER_TIMEOUT option to customize timeout handler
timeout.
webrev: http://cr.openjdk.java.net/~lmesnik/8230781/webrev.00/
In terms of adding the flag the change itself appears okay to me.
But what exactly is this timeout-handler timeout? We have enough
issues with the timeout-handler running in response to test timeouts,
let alone an additional timeout on top of that.
This timeout defines how long jtreg should wait for timeout handler
completion. It helps to identify if timeout handler has any hangs during
processing. Also it helps jtreg to complete in guaranteed time. By
default this feature is disabled. I want to enable it for some stress
tests.
http://openjdk.java.net/jtreg/faq.html#what-do-i-need-to-know-about-test-timeouts
Leonid
Thanks,
David
bug: https://bugs.openjdk.java.net/browse/JDK-8230781
I verified fix locally and with mach5.
Leonid