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

Re-enable openjdk test - jdk_jmx #20587

Open llxia opened 20 hours ago

llxia commented 20 hours ago

jdk_jmx got excluded as part of the general exclude a while back via https://github.com/eclipse-openj9/openj9/issues/10757.

https://github.com/adoptium/aqa-tests/blob/a498becc695f7bdeaa7c4b3752c827e65aa7e123/openjdk/playlist.xml#L1620

My limited testing on JDK11 xlinux passed 244 testes and 4 failed. We should look into re-enabling this test.

# TESTCASES RESULTS SUMMARY: passed: 244; failed: 3; error: 1; skipped: 0 
1..1
not ok 1 - jdk_jmx_0
  ---
    output:
      |
        Failed test cases: 
        TEST: javax/management/MBeanServer/OldMBeanServerTest.java
        TEST: javax/management/mxbean/LeakTest.java
        TEST: javax/management/remote/mandatory/notif/ListenerScaleTest.java
        TEST: javax/management/security/HashedPasswordFileTest.java
        Test results: passed: 244; failed: 3; error: 1
    duration_ms: 368171
  ...
github-actions[bot] commented 20 hours ago

Issue Number: 20587 Status: Open Recommended Components: comp:test, comp:vm, comp:build Recommended Assignees: pshipton, jasonfengj9, llxia

llxia commented 20 hours ago

For Error evaluating expression: invalid boolean value: 'null' for expressionvm.opt.final.ClassUnloading'`, https://github.com/fengxue-IS/openj9-openjdk-jdk11/blob/openj9/closed/test/jtreg-ext/requires/OpenJ9PropsExt.java will be updated. Similar to https://github.com/fengxue-IS/openj9-openjdk-jdk19/blob/openj9/closed/test/jtreg-ext/requires/OpenJ9PropsExt.java#L55C13-L55C61