RFR: 8313256: Exclude failing multicast tests on AIX [v5]

Michael Felt duke at openjdk.org
Tue Aug 1 14:48:53 UTC 2023


On Tue, 1 Aug 2023 14:06:12 GMT, Thomas Obermeier <duke at openjdk.org> wrote:

>> exclude multicast and related tests on AIX mentioned in https://bugs.openjdk.org/browse/JDK-8308807 until this is fixed.
>
> Thomas Obermeier has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains eight commits:
> 
>  - Merge branch 'master' into patch-1
>  - Update ProblemList.txt restore bad hunk java/foreign to have it repaired in deticated PR
>  - Merge branch 'openjdk:master' into patch-1
>  - Update ProblemList.txt: exclude DatagramChannel/AfterDisconnect for 8308807 aix-ppc64
>  - Update ProblemList.txt AcceptInheritHandle erroneously added to 8308807
>  - Merge branch 'master' into patch-1
>  - Update ProblemList.txt exclude MulticastSocket tests for AIX
>  - Update ProblemList.txt exclude java/foreign/TestByteBuffer

fyi: iirc, sendmaxsize stuff fails when it exceeds 4G in /tmp, asm by default, that is the size of /tmp on AIX systems configured by the ansible playbooks. There can be other issues - also resolved with the correct AIX settings (iirc, no settings for maxbuf, and max tcp and udp buffer sizes.

imho: correct to include the transfer size tests, but when they became 2x 2.1 G (which becomes 4.2G) - these tests failed until /tmp was increased to 5G.

Unlike many Linux systems, "rootvg" on AIX is several, interdependently sized filesystems.

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

PR Comment: https://git.openjdk.org/jdk/pull/15074#issuecomment-1660476551


More information about the net-dev mailing list