On Tue, 3 Sep 2024 13:07:47 GMT, Fernando Guallini <fguall...@openjdk.org> 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 debugging > in case of failure. > > This PR updates the maxOutputSize for the DTLS test directory, including > DTLSRehandshakeTest.java. Incrementing the maxOutputSize results in more > logs, with an approximate size increase of ~0.6MB when compressed. This pull request has now been integrated. Changeset: 1447967f Author: Fernando Guallini <fguall...@openjdk.org> Committer: Rajan Halade <rhal...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1447967f53fe27f67e4bb766464f941e39506d41 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java Reviewed-by: rhalade, hchao ------------- PR: https://git.openjdk.org/jdk/pull/20838