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

JTReg jdk11-m2 Failure: java/net/httpclient/http2/HpackHuffmanDriver.java #9041

Closed
M-Davies opened this issue Mar 31, 2020 · 9 comments
Closed

Comments

@M-Davies
Copy link

Failure link

  • test category, sanity.openjdk
  • OS/architecture, aarch_64
17:48:19  openjdk version "11.0.7" 2020-04-14
17:48:19  OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.7+9)
17:48:19  Eclipse OpenJ9 VM AdoptOpenJDK (build openj9-0.20.0-m2, JRE 11 Linux aarch64-64-Bit Compressed References 20200330_255 (JIT enabled, AOT enabled)
17:48:19  OpenJ9   - c93e4dabc
17:48:19  OMR      - 1b6abd044
17:48:19  JCL      - 644e9abfc0 based on jdk-11.0.7+9)

Optional info

Failure output (captured from console output)

Program `/home/jenkins/workspace/Test_openjdk11_j9_sanity.openjdk_aarch64_linux/openjdkbinary/j2sdk-image/jdk-11.0.7+9/bin/../bin/java' timed out (timeout set to 960000ms, elapsed time including timeout handling was 961669ms).    

https://ci.adoptopenjdk.net/job/Grinder/parambuild/?JDK_VERSION=11&JDK_IMPL=openj9&BUILD_LIST=openjdk&PLATFORM=aarch64_linux&CUSTOM_TARGET=test/jdk/java/net/httpclient/http2/HpackHuffmanDriver.java&TARGET=jdk_custom_0

@pshipton
Copy link
Member

This timeout is expected. The test would pass with a bigger timeout. Someone is working on modifying the timeout.
@knn-k fyi

@pshipton
Copy link
Member

pshipton commented Mar 31, 2020

@M-Davies note all of these are expected to timeout on aarch64, we don't need a separate issue for each.
UnicodeCasingTest, LargeValueExceptions, ReaderDriver,
HpackHufmanDriver, and CountLargeTest

See https://openj9.slack.com/archives/CGQ460340/p1585585863007000?thread_ts=1585585619.004600&cid=CGQ460340

@knn-k
Copy link
Contributor

knn-k commented Mar 31, 2020

Yes, this is a known timeout case.

@knn-k
Copy link
Contributor

knn-k commented Jun 12, 2020

The 0.21.0 m1 build takes 880 seconds on cent7-aarch64-1 to run this test. Timeout value is 960 seconds.

knn-k added a commit to knn-k/aqa-tests that referenced this issue Jun 12, 2020
This commit enables the following two tests, which used to fail with
timeouts:

- java/net/httpclient/http2/HpackHuffmanDriver.java (eclipse-openj9/openj9#9041)
- java/net/httpclient/websocket/ReaderDriver.java.ReaderDriver (eclipse-openj9/openj9#9083)

Signed-off-by: KONNO Kazuhiro <[email protected]>
karianna pushed a commit to adoptium/aqa-tests that referenced this issue Jun 12, 2020
This commit enables the following two tests, which used to fail with
timeouts:

- java/net/httpclient/http2/HpackHuffmanDriver.java (eclipse-openj9/openj9#9041)
- java/net/httpclient/websocket/ReaderDriver.java.ReaderDriver (eclipse-openj9/openj9#9083)

Signed-off-by: KONNO Kazuhiro <[email protected]>
@knn-k
Copy link
Contributor

knn-k commented Feb 8, 2021

I believe this issue can be closed. The tests were enabled since June last year.

@lumpfish
Copy link
Contributor

lumpfish commented Mar 4, 2021

There are many tests in the extended.openjdk target which still time out at AdoptOpenJDK - see the jobs in https://ci.adoptopenjdk.net/job/Test_openjdk16_j9_extended.openjdk_aarch64_linux/.

These are some of the tests (there are more vector failing tests in addition to those in this list):

TEST: java/net/httpclient/MaxStreams.java
TEST: java/net/httpclient/http2/HpackHuffmanDriver.java
TEST: java/net/httpclient/http2/HpackBinaryTestDriver.java
TEST: java/net/httpclient/websocket/ReaderDriver.java
TEST: java/net/httpclient/ManyRequestsLegacy.java
TEST: java/net/httpclient/reactivestreams-tck-tests/TckDriver.java
TEST: java/net/httpclient/ThrowingPublishersInNextRequest.java
TEST: java/net/httpclient/http2/HpackBinaryTestDriver.java
TEST: java/nio/channels/Selector/Wakeup.java
TEST: java/rmi/server/RMISocketFactory/useSocketFactory/unicast/UseCustomSocketFactory.java
TEST: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java
TEST: java/rmi/server/Unreferenced/leaseCheckInterval/LeaseCheckInterval.java
TEST: javax/imageio/plugins/gif/AnimationTest.java
TEST: javax/imageio/plugins/shared/ImageWriterCompressionTest.java
TEST: javax/imageio/plugins/shared/ImageWriterCompressionTest.java
TEST: security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java
TEST: jdk/incubator/vector/AddTest.java
TEST: jdk/incubator/vector/Float128VectorTests.java
TEST: jdk/incubator/vector/Double256VectorTests.java
TEST: jdk/incubator/vector/Byte512VectorTests.java
TEST: jdk/incubator/vector/Double64VectorTests.java
TEST: jdk/incubator/vector/Byte64VectorTests.java

Please advise on whether a new issue should be raised.

@lumpfish
Copy link
Contributor

lumpfish commented Mar 4, 2021

It looks like there may be an issue with the aarch64 test machines at AdoptOpenJDK - the hotspot builds are also suffering test timeouts.
I've raised adoptium/infrastructure#2002

@knn-k
Copy link
Contributor

knn-k commented Feb 23, 2022

I believe this issue can be closed.

@pshipton
Copy link
Member

I don't see the text excluded. Removing the excluded label and closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants