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 Installers and CLI with Update 11 (Java 21 migration) #5897

Closed
24 of 30 tasks
NipunaMadhushan opened this issue Dec 12, 2024 · 3 comments
Closed
24 of 30 tasks

Test Installers and CLI with Update 11 (Java 21 migration) #5897

NipunaMadhushan opened this issue Dec 12, 2024 · 3 comments
Assignees

Comments

@NipunaMadhushan
Copy link
Contributor

NipunaMadhushan commented Dec 12, 2024

Description

We need to test the installers as well as the update tool commands with the Update 11 release since java version has been changed.

Following scenarios need to be tested.

Installers:

  • Without Java installed
    • ubuntu
    • ubuntu-arm
    • macos
    • macos-arm
    • windows
  • With Java 21 installed
    • ubuntu
    • ubuntu-arm
    • macos
    • macos-arm
    • windows
  • With Java older version installed
    • ubuntu
    • ubuntu-arm
    • macos
    • macos-arm
    • windows

Update-Tool commands:

  • Java 21 jre pulled with Update 11
    • ubuntu
    • ubuntu-arm
    • macos
    • macos-arm
    • windows
  • Java 17 jre pulled with Update 10 or lower
    • ubuntu
    • ubuntu-arm
    • macos
    • macos-arm
    • windows
  • Java 11 jre pulled with Update 7 or lower
    • ubuntu
    • ubuntu-arm
    • macos
    • macos-arm
    • windows

Version

2201.11.0

@NipunaMadhushan
Copy link
Contributor Author

Tested installers in github actions with different OS (ubuntu, macos, windows) for the scenarios mentioned above.
https://github.com/NipunaMadhushan/ballerina-examples/actions/runs/12294040378/job/34307998425

Tested installers in ubuntu-arm and macos-arm in local machines.

@NipunaMadhushan
Copy link
Contributor Author

Tested Installers and CLI with the scenarios mentioned above for macos, ubuntu and windows.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Ballerina Team Main Board Jan 3, 2025
@NipunaMadhushan
Copy link
Contributor Author

bal dist pull command works as expected for scenarios. But failed when 2201.4.0 installed in ubuntu and windows. Later worked after using bal update command.

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

No branches or pull requests

1 participant