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

Review of openjdk test targets #4014

Open
sophia-guo opened this issue Oct 6, 2022 · 4 comments
Open

Review of openjdk test targets #4014

sophia-guo opened this issue Oct 6, 2022 · 4 comments

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Oct 6, 2022

Most of openjdk test targets were created at the initial stage of aqa-tests. Some of them might need to be updated as test environment has been changed or test groups in upstream openjdk have updates.

[ ] targets limited to jdk8 and jdk9 - disabled for 11+ as originally no test images available

  • hotspot_serviceability
  • all target start with hotspot_

[ ] some testcases might be duplicate in multiple targets

[ ] any other targets?

@sophia-guo
Copy link
Contributor Author

sophia-guo commented Oct 11, 2022

Note:

jdk11_tier1_buffer and jdk_nio #3998
jdk11_tier1_iso8859 is subset of jdk_nio #4020
jdk11_tier1_pack200 is subset of jdk_tools #4021

Those jdk**tier1** targets were originally setup to ensure all tier1 targets are covered by level sanity. So tests can be run nightly and if there is a failure it can be noticed immediately. All those tier1_** targets are subset of other targets of extended, which means there are duplicate testcases running in sanity and extended.

jdk_svc_sanity and jdk_jdk #3993
jdk_svc_sanity and jdk_jfi #4013

Those two are similar situation.
Deleting those targets #4018 #3994 #4019 means moving those tier1 testcases from sanity to extended. Tests will only run weekly.

@sophia-guo
Copy link
Contributor Author

Note : some sanity tests has been moved from sanity to extended
#3994
#4019

When reorganize the tier1 and tier1 targets probably need to move those tests back.

Another issue is #4019 make sanity aix failed with no test selected. https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_sanity.openjdk_ppc64_aix/530/

@sophia-guo
Copy link
Contributor Author

#4218

@smlambert
Copy link
Contributor

Related: #4127

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

No branches or pull requests

2 participants