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.28k stars 721 forks source link

TestJps testJpsPackageName Wrong package name #12323

Open pshipton opened 3 years ago

pshipton commented 3 years ago

https://ci.eclipse.org/openj9/job/Test_openjdk16_j9_extended.functional_x86-64_linux_Nightly_testList_1/54/ TestJps_0

FAILED: testJpsPackageName
java.lang.AssertionError: Wrong package name: 32588 org.testng.TestNG
    at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
    at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
    at org.openj9.test.attachAPI.TestJps.testJpsPackageName(TestJps.java:71)
JasonFengJ9 commented 3 years ago

The failing Assertion is https://github.com/eclipse/openj9/blob/d277ed3d8a68d08d84f4f22ba79cde953babe5e2/test/functional/Java8andUp/src/org/openj9/test/attachAPI/TestJps.java#L71