-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenJ9 machine jdk 11 extended.openjdk failures #12807
Labels
Comments
llxia
added a commit
to llxia/aqa-tests
that referenced
this issue
Feb 10, 2022
java/security/Signature/SignatureLength.java is excluded in 8,11 and 16. Add the exclusion for 17+. Related: eclipse-openj9/openj9#12807 Related: runtimes/backlog/issues/716 Signed-off-by: lanxia <[email protected]>
LongyuZhang
pushed a commit
to adoptium/aqa-tests
that referenced
this issue
Feb 10, 2022
java/security/Signature/SignatureLength.java is excluded in 8,11 and 16. Add the exclusion for 17+. Related: eclipse-openj9/openj9#12807 Related: runtimes/backlog/issues/716 Signed-off-by: lanxia <[email protected]>
llxia
added a commit
to llxia/aqa-tests
that referenced
this issue
Feb 14, 2022
Related: eclipse-openj9/openj9#12807 Related: runtimes/backlog/issues/716 Signed-off-by: lanxia <[email protected]>
smlambert
pushed a commit
to adoptium/aqa-tests
that referenced
this issue
Feb 14, 2022
Related: eclipse-openj9/openj9#12807 Related: runtimes/backlog/issues/716 Signed-off-by: lanxia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://openj9-jenkins.osuosl.org/job/Pipeline-Build-Test-Personal/7/
xlinux passed on ub16x64j98
mac passed on osx1011-x86-2
test times:
aix 9 hr 12 min
plinux 3 hr 35 min
zlinux 2 hr 15 min
xlinux 4 hr 6 min
mac 2 hr 54 min
win 2 hr 31 min
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.openjdk_s390x_linux_Personal/1/ - rh7-390-1
Looks like machine setup issue(s).
java/nio/channels/DatagramChannel/Promiscuous.java.Promiscuous - Expected message not received
java/nio/channels/DatagramChannel/Promiscuous.java.Promiscuous
com/sun/jndi/dns/ConfigTests/Timeout.java.Timeout - SocketException: No route to host (Receive failed)
com/sun/jndi/dns/ConfigTests/Timeout.java.Timeout
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.openjdk_ppc64le_linux_Personal/1/ - cent7-ppcle-1
Looks like machine setup issue(s).
java/net/MulticastSocket/Promiscuous.java.Promiscuous - Expected message not received, Receive timed out
java/net/MulticastSocket/Promiscuous.java.Promiscuous
java/net/MulticastSocket/SetLoopbackMode.java.SetLoopbackMode - Packet not received (packet excepted as loopback is enabled)
java/net/MulticastSocket/SetLoopbackMode.java.SetLoopbackMode
java/net/MulticastSocket/Test.java.Test - No packet received within timeout!!!
java/net/MulticastSocket/Test.java.Test
java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java.MulticastSendReceiveTests - Expected message not received
java/nio/channels/DatagramChannel/MulticastSendReceiveTests.java.MulticastSendReceiveTests
java/nio/channels/DatagramChannel/Promiscuous.java.Promiscuous - Expected message not received
java/nio/channels/DatagramChannel/Promiscuous.java.Promiscuous
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.openjdk_x86-64_windows_Personal/1/ - win2012-x86-8
Known issues.
java/nio/channels/FileChannel/LoopingTruncate.java.LoopingTruncate - There is not enough space on the disk
java/nio/channels/FileChannel/LoopingTruncate.java.LoopingTruncate
java/security/KeyPairGenerator/FinalizeHalf.java.FinalizeHalf
java/security/KeyPairGenerator/FinalizeHalf.java.FinalizeHalf
java/security/Signature/ResetAfterException.java.ResetAfterException
java/security/Signature/ResetAfterException.java.ResetAfterException
java/security/Signature/SignatureLength.java.SignatureLength
java/security/Signature/SignatureLength.java.SignatureLength
https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_extended.openjdk_ppc64_aix_Personal/1/ - aix71-p8-9
In both cases, no suitable multicast interface is found.
If I understand the following correctly, it's because the machine has an IPv6 address, and there is no wildcard ip address found. Possibly the test is trying to compensate for some old AIX bug, and we should try removing the AIX condition to see what happens.
https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/lib/jdk/test/lib/NetworkConfiguration.java#L123-L132
The text was updated successfully, but these errors were encountered: