RFR: JDK-8286610: Add additional diagnostic output to java/net/DatagramSocket/InterruptibleDatagramSocket.java

Bill Huang duke at openjdk.org
Fri Jun 24 18:19:35 UTC 2022


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)).

-------------

Commit messages:
 - Merge branch 'openjdk:master' into JDK-8286610
 - JDK-8286610: Added debug message for unexpected received data packet and test phases.

Changes: https://git.openjdk.org/jdk/pull/9278/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9278&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8286610
  Stats: 8 lines in 1 file changed: 8 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/9278.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9278/head:pull/9278

PR: https://git.openjdk.org/jdk/pull/9278


More information about the net-dev mailing list