You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These tests pass on test-docker-ubuntu2204-armv8l-2, so these failures java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake and Agent communication error: java.io.EOFException;
are not helping get the job to complete within 10hrs. Presumably if these are understood and fixed, we may see the runs complete within the 10hrs.
The text was updated successfully, but these errors were encountered:
Re-running with 50 hour timeout on the GA build at https://ci.adoptopenjdk.net/job/Grinder/ to see if it's reproducible and how much over the limit it is.
NOTE: There should be no performance difference between test-docker-ubuntu2110-armv8l-1 and test-docker-ubuntu2204-armv8l-2 and they're on the same physical host.
ubuntu2110 took 9h30
ubuntu2204 took 6h30
Both passed all13,931 tests
Both were started at pretty much the same time (to within a minute) but one of them just seemed to get though everything a bit more slowly: times.2583.gz times.6583.gz
Please set the title to indicate the test name and machine name where known.
To make it easy for the infrastructure team to repeat and diagnose, please
answer the following questions:
Test_
job on https://ci.adoptopenjdk.net which showed the failureAny other details:
There are 5 test cases that fail (out of the 13,939 in extended.openjdk).
java/net/httpclient/ManyRequestsLegacy.java.ManyRequestsLegacy
jdk/incubator/vector/Byte256VectorTests.java.Byte256VectorTests
jdk/incubator/vector/Byte512VectorTests.java.Byte512VectorTests
jdk/incubator/vector/Byte64VectorLoadStoreTests.java.Byte64VectorLoadStoreTests
jdk/incubator/vector/Byte64VectorTests.java.Byte64VectorTests
These tests pass on test-docker-ubuntu2204-armv8l-2, so these failures
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
andAgent communication error: java.io.EOFException;
are not helping get the job to complete within 10hrs. Presumably if these are understood and fixed, we may see the runs complete within the 10hrs.
The text was updated successfully, but these errors were encountered: