On Tue, 20 May 2025 15:25:52 GMT, Michael McMahon <micha...@openjdk.org> wrote:

> Hi,
> 
> This is a simple test update which increases a timeout from 300s to 400 to 
> account for slow mac os test machines.
> A repeat 50 test of :jdk_lang passes. I will run this a few more times before 
> pushing, if the change is acceptable.
> 
> Thanks,
> Michael

it takes typically between 4 and 8 minutes for the test to complete. The 
current jtreg timeout is 20 minutes
The important parts of the bug report are missing, that is the failure Handler 
details and in particular the jstack traces, thread dumps etc..
The failure handler was not fully run indicating that the JVM hand difficulty 
responding to various serviceability commands. 
If there are millions of virtual threads then providing those JVM details  
could be difficult.

Allowing another 6 minutes could provide some extra time for the JVM to get 
through it shutdown work, if there was some impediment causing a delay in the 
termination of the othervm process, or a slow thread scheduling at the OS level.

Otherwise it will be 26 minutes timeout rather than 20 mins

This test has been recently run over 1000 times in a number test repeat runs 
with failure ... so its very much intermittent 

The fact that the process capture details were not obtained maybe indicative of 
a deeper issue.

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

PR Comment: https://git.openjdk.org/jdk/pull/25331#issuecomment-2910578033

Reply via email to