Re: RFR: 8209595: MonitorVmStartTerminate.java timed out [v2]

2023-10-20 Thread Kevin Walls
On Fri, 20 Oct 2023 13:30:49 GMT, Kevin Walls wrote: >> From studying test failures, it looks like the way the test identifies its >> related processes is failing. >> It checks the mainArgs of a process by attaching, and looks like it >> occasionally misses getting a valid match. The hasMainAr

Re: RFR: 8209595: MonitorVmStartTerminate.java timed out [v2]

2023-10-20 Thread Chris Plummer
On Fri, 20 Oct 2023 13:30:49 GMT, Kevin Walls wrote: >> From studying test failures, it looks like the way the test identifies its >> related processes is failing. >> It checks the mainArgs of a process by attaching, and looks like it >> occasionally misses getting a valid match. The hasMainAr

Re: RFR: 8209595: MonitorVmStartTerminate.java timed out [v2]

2023-10-20 Thread Leonid Mesnik
On Fri, 20 Oct 2023 13:30:49 GMT, Kevin Walls wrote: >> From studying test failures, it looks like the way the test identifies its >> related processes is failing. >> It checks the mainArgs of a process by attaching, and looks like it >> occasionally misses getting a valid match. The hasMainAr

Re: RFR: 8209595: MonitorVmStartTerminate.java timed out [v2]

2023-10-20 Thread Chris Plummer
On Fri, 20 Oct 2023 13:28:19 GMT, Kevin Walls wrote: >> From studying test failures, it looks like the way the test identifies its >> related processes is failing. >> It checks the mainArgs of a process by attaching, and looks like it >> occasionally misses getting a valid match. The hasMainAr

Re: RFR: 8209595: MonitorVmStartTerminate.java timed out

2023-10-20 Thread Kevin Walls
On Fri, 6 Oct 2023 19:10:50 GMT, Kevin Walls wrote: > From studying test failures, it looks like the way the test identifies its > related processes is failing. > It checks the mainArgs of a process by attaching, and looks like it > occasionally misses getting a valid match. The hasMainArgs me

Re: RFR: 8209595: MonitorVmStartTerminate.java timed out [v2]

2023-10-20 Thread Serguei Spitsyn
On Fri, 20 Oct 2023 13:28:19 GMT, Kevin Walls wrote: >> From studying test failures, it looks like the way the test identifies its >> related processes is failing. >> It checks the mainArgs of a process by attaching, and looks like it >> occasionally misses getting a valid match. The hasMainAr

Re: RFR: 8209595: MonitorVmStartTerminate.java timed out [v2]

2023-10-20 Thread Kevin Walls
> From studying test failures, it looks like the way the test identifies its > related processes is failing. > It checks the mainArgs of a process by attaching, and looks like it > occasionally misses getting a valid match. The hasMainArgs method ignores > exceptions as it is expecting some exc

RFR: 8209595: MonitorVmStartTerminate.java timed out

2023-10-09 Thread Kevin Walls
>From studying test failures, it looks like the way the test identifies its >related processes is failing. It checks the mainArgs of a process by attaching, and looks like it occasionally misses getting a valid match. The hasMainArgs method ignores exceptions as it is expecting some exceptions: