RFR: 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java [v3]
Fernando Guallini
fguallini at openjdk.org
Thu Sep 26 16:09:31 UTC 2024
> 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.
Fernando Guallini has updated the pull request incrementally with one additional commit since the last revision:
add empty line at end
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/20838/files
- new: https://git.openjdk.org/jdk/pull/20838/files/cbf572b7..da025622
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=20838&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=20838&range=01-02
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/20838.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20838/head:pull/20838
PR: https://git.openjdk.org/jdk/pull/20838
More information about the security-dev
mailing list