eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.27k stars 721 forks source link

JTReg test fail - Linux PPC64LE : java/lang/invoke/condy/CondyNestedTest.java #4127

Open ben-walsh opened 5 years ago

ben-walsh commented 5 years ago

Test https://github.com/ibmruntimes/openj9-openjdk-jdk11/blob/openj9/test/jdk/java/lang/invoke/condy/CondyNestedTest.java consistently fails on Linux PPCLE with ...

"TEST RESULT: Error. Agent communication error: java.io.EOFException; check console log for any additional details"

Example job showing failure - https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/615

smlambert commented 5 years ago

test excluded: https://github.com/AdoptOpenJDK/openjdk-tests/pull/765

pdbain-ibm commented 5 years ago

@tajila any ideas?

tajila commented 5 years ago

I ran the test manually on ppcle and it passed, so my guess right now is that it might be a config or setup issue

JasonFengJ9 commented 5 years ago

@ben-walsh could you run a grinder against RI to determine if this is an infrastructure issue as per https://github.com/eclipse/openj9/issues/4127#issuecomment-457638681? Maybe another grinder for OpenJ9 to confirm the issue still presents.

ben-walsh commented 5 years ago

@JasonFengJ9 As requested ... https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/967 - 100x retest with OpenJ9 Nightly https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/968 - 100x test with Hotspot Nightly

ben-walsh commented 5 years ago

@JasonFengJ9 https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/967 shows a 100% failure rate, so the problem definitely still persists. https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/968 shows a 0% failure rate.

I don't think this is an infrastructure problem.