RFR: JDK-8286610: Add additional diagnostic output to java/net/DatagramSocket/InterruptibleDatagramSocket.java [v5]
Jaikiran Pai
jpai at openjdk.org
Fri Jul 1 03:10:42 UTC 2022
On Thu, 30 Jun 2022 16:54:53 GMT, Bill Huang <duke at openjdk.org> wrote:
>> Failure was observed on java/net/DatagramSocket/InterruptibleDatagramSocket.java where data was received unexpectedly ( [JDK-8286607](https://bugs.openjdk.org/browse/JDK-8286607)). This failure could be caused by interference from other ongoing tests. The fix here is to output the unexpected received data and the sender's address for a further investigation ([JDK-8286610](https://bugs.openjdk.org/browse/JDK-8286610)).
>
> Bill Huang has updated the pull request incrementally with one additional commit since the last revision:
>
> Updated copyright header.
Thank you for doing these changes, Bill. The latest state of this PR looks fine to me.
Please go ahead and issue a /integrate command and one of us will then sponsor this.
-------------
Marked as reviewed by jpai (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9278
More information about the net-dev
mailing list