-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
OpenJDK 11 jdk_nio, jdk_net failures #602
Comments
PPCLE: |
java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java |
all other nio failure; all other jdk_net failrue: |
Intermittent failures on linxu_x86: Both get failure message 'java.net.BindException: Cannot assign requested address (Bind failed) ' when trying to sock.bind(new InetSocketAddress(sin, 0));
https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk11_hs_openjdktest_x86-64_linux/155/ Tests failed on Openj9 same way as on HS. |
Recently ( from Jan 2, 2019) random subset of of following tests intermittently fails on HS with unexpected errors. The failure is:
java/net/httpclient/AsFileDownloadTest.java https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk11_hs_openjdktest_x86-64_linux/156/consoleFull Newly happened: |
Intermittent test failures on Win JBS reported and open :https://bugs.openjdk.java.net/browse/JDK-7052549 |
java/io/Serializable/concurrentClassDescLookup/ConcurrentClassDescLookup.java intermittent timeout on Win HS |
jdk/nio/zipfs/ZipFSTester.java intermittently failed on Mac&ppc64le
https://ci.adoptopenjdk.net/view/Test_openjdk/job/openjdk11_hs_openjdktest_x86-64_macos/122/testReport/junit/jdk_nio_zipfs_ZipFSTester/java/ZipFSTester/ Also failed on MacXL with openj9, though the behavior is different.
Exclude for both IMPL as test behavior may be different with fix in openjdk. Not need to investigate openj9 behavior for now. |
java/net/httpclient/UnknownBodyLengthTest.java intermittently failed on Win |
So for issues that have been marked as resolved, we need to check if we have the fix in the openjdk source we use (and if we do, why we still see a failure), and if not, we need to encourage someone to port the fix to the branch we take our source from. |
java/nio/channels/DatagramChannel/Promiscuous.java fails with 'java.net.SocketException: Exec format error'
|
Close this one as issue has been addressed by adoptium/temurin-build#893 |
Linux:
java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile.java
java/nio/channels/AsyncCloseAndInterrupt.java
java/nio/charset/spi/CharsetProviderBasicTest.java
java/nio/channels/DatagramChannel/ConnectExceptions.java
java/nio/channels/DatagramChannel/SendExceptions.java
java/nio/channels/SocketChannel/ExceptionTranslation.java
java/net/InetAddress/BadDottedIPAddress.java
java/net/InetAddress/CachedUnknownHostName.java
java/net/InetAddress/IPv4Formats.java
java/net/SocketPermission/SocketPermissionCollection.java
java/net/SocketPermission/Wildcard.java
java/net/Socks/SocksV4Test.java
java/net/URL/OpenStream.java
java/net/httpclient/ConnectExceptionTest.java
PPCLE:
java/nio/file/Files/InterruptCopy.java
The text was updated successfully, but these errors were encountered: