Skip to content
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

Verify if certain tests on AIX still fail (first reported on JDK14/15) #1650

Open
adam-thorpe opened this issue Feb 25, 2020 · 2 comments
Open
Labels
aix bug type:openjdk Refers to openjdk regression test suite

Comments

@adam-thorpe
Copy link
Contributor

Platform: AIX JDK14 (HS and OJ9)

java/net/SocketPermission/SocketPermissionTest.java

01:13:09  test SocketPermissionTest.joinGroupMulticastTest(): failure
01:13:09  java.util.NoSuchElementException: No value present
01:13:09  	at java.base/java.util.Optional.get(Optional.java:141)
01:13:09  	at SocketPermissionTest.joinGroupMulticastTest(SocketPermissionTest.java:227)

java/nio/channels/DatagramChannel/AfterDisconnect.java

01:31:02  Test with default
01:31:02  test AfterDisconnect.execute(): failure
01:31:02  java.lang.IllegalArgumentException: IPv6 socket cannot join IPv4 multicast group
01:31:02  	at java.base/sun.nio.ch.DatagramChannelImpl.innerJoin(DatagramChannelImpl.java:1422)
01:31:02  	at java.base/sun.nio.ch.DatagramChannelImpl.join(DatagramChannelImpl.java:1507)
01:31:02  	at AfterDisconnect.testMulticastGroups(AfterDisconnect.java:210)
01:31:02  	at AfterDisconnect.test(AfterDisconnect.java:96)
01:31:02  	at AfterDisconnect.execute(AfterDisconnect.java:67)

java/nio/channels/DatagramChannel/ChangingAddress.java

01:31:02  java.lang.RuntimeException: Expected: /129.33.196.209, actual: /0:0:0:0:0:0:0:0
01:31:02  	at ChangingAddress.check(ChangingAddress.java:43)
01:31:02  	at ChangingAddress.main(ChangingAddress.java:65)
01:31:02  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:31:02  	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
01:31:02  	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:31:02  	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
01:31:02  	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
01:31:02  	at java.base/java.lang.Thread.run(Thread.java:832)

Going to investigate, occurs on all machines but we don't have many AIX boxes so could be a setup issue with the networking configurations/playbooks. Couldn't find any bug reports on JBS which is why I believe to be a problem with our infra

@adam-thorpe
Copy link
Contributor Author

Update, this may be due to changes in ongoing work at: https://bugs.openjdk.java.net/browse/JDK-8230211 and https://bugs.openjdk.java.net/browse/JDK-8235674. Need to look into this further

@karianna karianna added the bug label Mar 6, 2020
@smlambert
Copy link
Contributor

These tests have been excluded under this issue number, and carried over into jdk15 problem lists (line 83, 120-121, need to verify if still an issue, or can be re-enabled.

@smlambert smlambert changed the title AIX JDK14 Failing openjdk tests AIX JDK14/15 Failing openjdk tests Oct 6, 2020
@karianna karianna added the aix label Oct 7, 2020
@smlambert smlambert changed the title AIX JDK14/15 Failing openjdk tests Verify if certain tests on AIX still fail (first reported on JDK14/15) Oct 15, 2021
@smlambert smlambert added the type:openjdk Refers to openjdk regression test suite label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aix bug type:openjdk Refers to openjdk regression test suite
Projects
Status: Todo
Development

No branches or pull requests

3 participants