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

Implement MultiJVM tck in one node #4372

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

Mesbah-Alam
Copy link
Contributor

@Mesbah-Alam Mesbah-Alam commented Feb 27, 2023

  • For AIX, z/OS, zLinux and pLinux, we'd run the multijvm compiler tests using two nodes.
  • For the rest of the platforms, for which there exist RI JDKs, we'd use a single-node approach.

Implements backlog/issues/1035

Signed-off-by: Mesbah Alam Mesbah_Alam@ca.ibm.com

@Mesbah-Alam Mesbah-Alam marked this pull request as draft February 27, 2023 20:09
@Mesbah-Alam
Copy link
Contributor Author

Mesbah-Alam commented Feb 27, 2023

a) Test this PR with single-node solution using

  • xLinux: Grinder_JCK/1121.
  • Windows (with OpenJ9 as RI JDK (only for testing)): Grinder_JCK/1113.
  • xMac (with OpenJ9 as RI JDK (only for testing)): Grinder_JCK/1116.

b) Test this PR with multi-node solution using AIX : Grinder_JCK/1123.

@Mesbah-Alam Mesbah-Alam force-pushed the impl-one-node-sol branch 7 times, most recently from c5be279 to 451c7cb Compare March 1, 2023 18:06
@Mesbah-Alam Mesbah-Alam force-pushed the impl-one-node-sol branch 8 times, most recently from 3809d54 to c35c20d Compare March 2, 2023 20:55
@Mesbah-Alam Mesbah-Alam marked this pull request as ready for review March 2, 2023 21:03
jck/compiler.api/playlist.xml Show resolved Hide resolved
jck/jck.mk Outdated
else ifeq ($(ARCH),s390x)
USE_MULTINODE = true
endif
endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's simpler! Updated. Tested with AIX: Grinder_JCK/1125, xLinux: Grinder_JCK/1126.

@Mesbah-Alam Mesbah-Alam force-pushed the impl-one-node-sol branch 2 times, most recently from 4956466 to ec0807f Compare March 2, 2023 21:27
Copy link
Contributor

@llxia llxia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Mesbah-Alam

Signed-off-by: Mesbah Alam <Mesbah_Alam@ca.ibm.com>
@karianna karianna merged commit cb1afbd into adoptium:master Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants