-
Notifications
You must be signed in to change notification settings - Fork 729
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
Added DDRtest #5137
Added DDRtest #5137
Conversation
8b353c2
to
3d8aa3d
Compare
jenkins test sanity win jdk8, jdk11 |
jenkins test sanity win jdk8 |
jenkins test sanity win jdk11 |
jenkins test extended xlinux,plinux,aix,zlinux,xlinuxlargeheap jdk11 |
jenkins test sanity win jdk11 |
jenkins test extended xlinux,plinux,aix,zlinux,xlinuxlargeheap jdk11 |
test/functional/DDR_Test/src/j9vm/test/ddrext/DDRExtTesterBase.java
Outdated
Show resolved
Hide resolved
test/functional/DDR_Test/src/j9vm/test/ddrext/junit/TestSharedClassesExt.java
Outdated
Show resolved
Hide resolved
41613cd
to
059ab14
Compare
@keithc-ca please review, thank you! |
test/functional/DDR_Test/src/j9vm/test/ddrext/junit/TestSharedClassesExt.java
Outdated
Show resolved
Hide resolved
test/functional/DDR_Test/src/j9vm/test/ddrext/junit/TestSharedClassesExt.java
Outdated
Show resolved
Hide resolved
DDR is supported on osx (PR #5127), please enable DDR tests on osx. |
2a35841
to
8228e0a
Compare
@keithc-ca ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also address earlier feedback.
test/functional/DDR_Test/src/j9vm/test/ddrext/junit/TestSharedClassesExt.java
Outdated
Show resolved
Hide resolved
b18983a
to
beee5b9
Compare
aa8a8e5
to
9893a94
Compare
Jenkins test extended aix,osx,plinux,xlinux,zlinux,win jdk8,jdk11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems the test needs some changes. It must load some extra classes not already in the shared class cache else this is to be expected:
[java] [DDRExtTesterBase] [ERROR] '!walkinterntable 4' output does not contain success key : WALKING LOCAL INTERN HASHTABLE
[java] [DDRExtTesterBase] [ERROR] '!walkinterntable 4' output :HeadNode is null
6e8acf6
to
fccbf74
Compare
Fixed:eclipse-openj9#5095 [ci skip] Signed-off-by: Yuehan-Lin <[email protected]>
Last pr test failure is fixed, please review and test @keithc-ca |
Jenkins test extended plinux jdk8,jdk11 |
Jenkins test extended aix,osx,xlinux,zlinux,win jdk8,jdk11 |
The AIX failure seems unrelated to this and more likely related to #3081. |
@Yuehan-Lin Since runtimes/backlog/issues/124 is fixed, please re-enable zos in a separate PR. |
[ci skip]
Signed-off-by: Yuehan-Lin [email protected]