Re: RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java [v3]

2024-09-26 Thread Fernando Guallini
> The test javax/net/ssl/DTLS/DTLSRehandshakeTest.java runs multiple scenarios, > generating a large amount of logging as a result. Since Jtreg truncates the > output when it becomes too large, the logs are often not useful for debugging > in case of failure. > > This PR updates the maxOutputSi

Re: RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java [v3]

2024-09-26 Thread duke
On Thu, 26 Sep 2024 16:09:31 GMT, Fernando Guallini wrote: >> The test javax/net/ssl/DTLS/DTLSRehandshakeTest.java runs multiple >> scenarios, generating a large amount of logging as a result. Since Jtreg >> truncates the output when it becomes too large, the logs are often not >> useful for

Re: RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java [v3]

2024-09-26 Thread Rajan Halade
On Thu, 26 Sep 2024 16:09:31 GMT, Fernando Guallini wrote: >> The test javax/net/ssl/DTLS/DTLSRehandshakeTest.java runs multiple >> scenarios, generating a large amount of logging as a result. Since Jtreg >> truncates the output when it becomes too large, the logs are often not >> useful for

Re: RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java [v3]

2024-09-26 Thread Hai-May Chao
On Thu, 26 Sep 2024 16:09:31 GMT, Fernando Guallini wrote: >> The test javax/net/ssl/DTLS/DTLSRehandshakeTest.java runs multiple >> scenarios, generating a large amount of logging as a result. Since Jtreg >> truncates the output when it becomes too large, the logs are often not >> useful for

Re: RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java

2024-09-05 Thread Fernando Guallini
On Thu, 5 Sep 2024 09:59:51 GMT, Jaikiran Pai wrote: > Hello Fernando, I'm not familiar with this test or the area, but if this > change is just to make available jtreg logs (in a separate file) to allow for > debugging a currently intermittent test failure, then there are ways to > change the

Re: RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java [v2]

2024-09-05 Thread Fernando Guallini
> The test javax/net/ssl/DTLS/DTLSRehandshakeTest.java runs multiple scenarios, > generating a large amount of logging as a result. Since Jtreg truncates the > output when it becomes too large, the logs are often not useful for debugging > in case of failure. > > This PR updates the DTLS maxOut

Re: RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java

2024-09-05 Thread Jaikiran Pai
On Tue, 3 Sep 2024 13:07:47 GMT, Fernando Guallini wrote: > The test javax/net/ssl/DTLS/DTLSRehandshakeTest.java runs multiple scenarios, > generating a large amount of logging as a result. Since Jtreg truncates the > output when it becomes too large, the logs are often not useful for debuggin

RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java

2024-09-05 Thread Fernando Guallini
The test javax/net/ssl/DTLS/DTLSRehandshakeTest.java runs multiple scenarios, generating a large amount of logging as a result. Since Jtreg truncates the output when it becomes too large, the logs are often not useful for debugging in case of failure. This PR updates the test to also write the