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

Test the guides with 23.0.0.7 GM candidate build #928

Closed
15 tasks done
gkwan-ibm opened this issue Jul 11, 2023 · 12 comments
Closed
15 tasks done

Test the guides with 23.0.0.7 GM candidate build #928

gkwan-ibm opened this issue Jul 11, 2023 · 12 comments
Assignees

Comments

@gkwan-ibm
Copy link
Member

gkwan-ibm commented Jul 11, 2023

Candidate build: cl230720230710-1201

  • Automated tests with jdk11 for all published guides (Gilbert)
    • https://github.com/OpenLiberty/guides-common/actions/runs/5533356722
  • Automated tests with jdk17 for all published guides (Ruilin)
    • https://github.com/OpenLiberty/guides-common/actions/runs/5534846964
    • the reactive guides using MST are not compatible with JDK17

Manual test the guides against GM with Semeru JDK 11:

  • guide-jpa-intro (Saumya)
  • *guide-kubernetes-microprofile-config (Saumya)
  • *guide-microprofile-reactive-messaging (Saumya)
  • *guide-microprofile-graphql (Jakub)
  • guide-mongodb-intro (Jakub)
  • guide-social-media-login (Morgan)
  • guide-microprofile-jwt (Morgan)
  • *guide-sessions (Ruilin/Morgan)
  • CargoTracker (Ruilin)

Additional guides:

  • draft-guide-microprofile-telemetry-jaeger (Ruilin)
  • draft-guide-microprofile-config-profile (Morgan)
  • draft-guide-microprofile-config-apis (Morgan)

When completed:

  • post result to #was-gm-testing slack channel (Gilbert)

Tests instructions:

  • follow the guide to test the application from end to end by updating the pom.xml/build.gradle (see below comment)
  • make sure that the OL 23.0.0.7 is used
  • test on any platform
    • If local machine cannot run docker or Kubernetes, use Frye Ubantu VM or use Skill Network (cloud-hosted)
  • for any guide using docker (marked by *), make sure to use the GM candidate docker image, see this guide wiki
    • comment out the features.sh line in the Dockerfile files because the daily build docker image is full (not kernel-slim) that does not support features.sh
@jakub-pomykala
Copy link
Contributor

Guide-mongodb-intro

output from mvn liberty:dev

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 11.0.19+7-post-Ubuntu-0ubuntu122.04.1 (en_US)

Run from Finish with no issues

@shin19991207
Copy link
Contributor

shin19991207 commented Jul 12, 2023

guide-social-media-login

Output from mvn liberty:dev:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Ran guide end-to-end, no issue.

guide-microprofile-jwt

Output from mvn liberty:run from frontend directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Output from mvn liberty:run from system directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Ran guide end-to-end, no issue.

@shin19991207
Copy link
Contributor

draft-guide-microprofile-config-profile

Output from mvn -P testing liberty:run from system directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Output from mvn liberty:dev from query directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Output from mvn liberty:dev from system directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Output from mvn liberty:dev -Dliberty.var.mp.config.profile="development" from query directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Ran guide end-to-end, no issue.

@saumyapandyaa
Copy link

saumyapandyaa commented Jul 12, 2023

guide-jpa-intro

Output from mvn liberty:dev from frontendUI:

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 20.0.1 (en_CA)

Output from mvn liberty:dev from backendServices:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 20.0.1 (en_CA)

Ran guide end-to-end, no issue

@Ruilin-Ma
Copy link

draft-guide-microprofile-telemetry-jaeger

Output from mvn liberty:run Under finish/Inventory

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 20.0.1+9 (en_CA)

Output from mvn liberty:run Under finish/system

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 20.0.1+9 (en_CA)

Output from mvn liberty:dev Under start/Inventory

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 20.0.1+9 (en_CA)

Output from mvn liberty:dev Under start/system

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 20.0.1+9 (en_CA)

Run successfully without any issues

@Ruilin-Ma
Copy link

Ruilin-Ma commented Jul 12, 2023

CargoTracker

Output from mvn -P openliberty liberty:dev

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 20.0.1+9 (en_CA)

Ran guide end-to-end, no issues.

@shin19991207
Copy link
Contributor

draft-guide-microprofile-config-apis

Output from mvn liberty:run from system directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Output from mvn liberty:run from query directory:

[INFO] Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.15+10 (en_CA)

Ran guide end-to-end, no issues.

@jakub-pomykala
Copy link
Contributor

jakub-pomykala commented Jul 12, 2023

Guide-microprofile-graphql

Output from docker logs system:1.0-java17

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Output from docker logs system:1.0-java11

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Output from docker logs graphql

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Run guide from Finish - no issues.

@saumyapandyaa
Copy link

saumyapandyaa commented Jul 13, 2023

guide-kubernetes-microprofile-config

Output from docker logs 2486baaaade1- system:

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Output from docker logs 2486baaaade1- inventory:

Ran guide end-to-end, no issues

@saumyapandyaa
Copy link

guide-microprofile-reactive-messaging

Output from docker logs faafd129810d - system:

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Output from docker logs 850be698c208 - inventory:

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Ran guide end-to-end, no issues

@Ruilin-Ma
Copy link

guide-sessions

Output from /start with mvn liberty:dev :

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on OpenJDK 64-Bit Server VM, version 17.0.7+7 (en_CA)

Output from docker logs 1ecff33e098e:

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Output from docker logs 7d60b7a7b975:

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Output from docker logs 8820233db43d:

Launching defaultServer (Open Liberty 23.0.0.7/wlp-1.0.79.cl230720230710-1201) on Eclipse OpenJ9 VM, version 11.0.19+7 (en_US)

Ran guide end-to-end, no issues

@gkwan-ibm
Copy link
Member Author

close

  • all tests were completed

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

No branches or pull requests

5 participants