On Tue, 3 Dec 2024 10:50:37 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this test-only change which should improve the > debuggability of the `test/jdk/java/net/Socket/CloseAvailable.java` test? > > The test has been intermittently failing in our CI as noted in > https://bugs.openjdk.org/browse/JDK-8269526. With these added logs in the > test, I think it should help in the failure investigations in any future > failures in this test. > > Repeat testing of this test in our CI, with this change, has passed. A tier2 > testing is in progress. This pull request has now been integrated. Changeset: 4b928167 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4b928167435bbf41dd00425c927da761751ca704 Stats: 128 lines in 1 file changed: 37 ins; 12 del; 79 mod 8345375: Improve debuggability of test/jdk/java/net/Socket/CloseAvailable.java Reviewed-by: cstein, dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/22511