Summary
Currently, ci/test_java.sh runs both build and test via ./build.sh java. This issue tracks the plan to separate them after the Java CI becomes stable, so that Java tests in CI assume prebuilt artifacts are available and only run tests.
Motivation
- Avoid rebuilding Java bindings in every CI run
- Allow for future use of prebuilt or published Java packages
- Simplify test CI jobs
Planned Work
Context
This change prepares the path for possibly distributing cuvs-java packages later, and was suggested during review in PR #805.
Summary
Currently,
ci/test_java.shruns both build and test via./build.sh java. This issue tracks the plan to separate them after the Java CI becomes stable, so that Java tests in CI assume prebuilt artifacts are available and only run tests.Motivation
Planned Work
./build.sh javafromci/test_java.shContext
This change prepares the path for possibly distributing cuvs-java packages later, and was suggested during review in PR #805.