Re: RFR: 8333358: java/io/IO/IO.java test fails intermittently [v2]

2024-06-13 Thread Pavel Rappo
On Thu, 13 Jun 2024 06:47:07 GMT, Jaikiran Pai wrote: > in the past on systems that Matthias has run into similar issues, it was > observed that those systems run with a very high `-concurrency` value (which > implies too many test processes running at the same time) which could cause > slowne

Re: RFR: 8333358: java/io/IO/IO.java test fails intermittently [v2]

2024-06-12 Thread Jaikiran Pai
On Wed, 12 Jun 2024 19:02:30 GMT, Pavel Rappo wrote: > Preliminary testing on some affected configurations showed that even 20 > seconds might not be enough. Initially, I suggested that it would be hard to > imagine, yet here we are. I haven't seen the jtreg launch command or the jtr files for

Re: RFR: 8333358: java/io/IO/IO.java test fails intermittently [v2]

2024-06-12 Thread Pavel Rappo
On Tue, 11 Jun 2024 09:01:49 GMT, Pavel Rappo wrote: >> Please review this fix for an intermittent test failure. >> >> On some configurations, the default `expect` timeout of 10 seconds is >> insufficient. It is increased to 20; it's hard to imagine a configuration >> for which that new value

Re: RFR: 8333358: java/io/IO/IO.java test fails intermittently [v2]

2024-06-11 Thread Pavel Rappo
> Please review this fix for an intermittent test failure. > > On some configurations, the default `expect` timeout of 10 seconds is > insufficient. It is increased to 20; it's hard to imagine a configuration for > which that new value would still be insufficient, but we'll see. > > Aside from