RFR: 8315651: Stop hiding AIX specific multicast socket errors via NetworkConfiguration (aix)
Thomas Obermeier
duke at openjdk.org
Wed Sep 6 09:50:10 UTC 2023
On Wed, 6 Sep 2023 09:40:47 GMT, Thomas Obermeier <duke at openjdk.org> wrote:
> 8315651: Stop hiding AIX specific multicast socket errors via NetworkConfiguration (aix)
Description:
test/lib/jdk/test/lib/NetworkConfiguration.java has special code to avoid running into the error to be resolved by the main task [JDK-8308807](https://bugs.openjdk.org/browse/JDK-8308807).
In order to have a clear picture and to potentially see other hidden bugs this extra code should be removed.
One example is java/net/MulticastSocket/Promiscuous.java, which currently fails because from NetworkConfiguration no ip4MulticastInterface is provided at all. If the AIX specific filter is removed we see the problem addressed in main task.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15586#issuecomment-1708014232
More information about the net-dev
mailing list