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

SmokeTestRelease Added support for multiple JDK #2685

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iamsanjay
Copy link
Contributor

This PR removes the hardcoded reference to Java and introduces support for multiple JDK versions through the new --test-alt-java parameter. This enhancement was largely inspired by the work in Apache Lucene PR #13108.

Credits to the contributors of the original implementation for their valuable insights.

@iamsanjay iamsanjay changed the title Added support for multiple JDK SmokeTestRelease Added support for multiple JDK Aug 30, 2024
@iamsanjay
Copy link
Contributor Author

Though I have yet to test with the different version. I mostly ran it with the same version, and on mac.

python3 -u ./dev-tools/scripts/smokeTestRelease.py   --test-alt-java /Library/Java/JavaVirtualMachines/jdk-21.jdk/Contents/Home  file:///tmp/releases/10.0.0/solr-10.0.0-RC1-rev-fed9db04b5b16ae829d9c7bfb19b972ade0f0bdc

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

Successfully merging this pull request may close these issues.

1 participant