ChrisHegarty opened a new pull request, #13351:
URL: https://github.com/apache/lucene/pull/13351

   This commit enables the Panama Vector similarities implementation always in 
the CI. 
   
   After this change, the CI will **always** run the tests with the Panama 
Vector similarities implementation, a.k.a. more "real world". E.g.
   
   ```
   CI=true ./gradlew :lucene:core:test
   ```
   
   For the development workflow the addition of the <empty_string> value in the 
random picks of vector bit size configuration, effectively enables the Panama 
Vector similarities implementation for all tests except TestVectorUtilSupport. 
This will cover more cases in the general developer workflow.
   
   When modify or testing the Panama Vector similarities implementation 
directly, namely TestVectorUtilSupport, the following pattern continues to work:
   ```
   for bits in 128 256 512; do ./gradlew -p lucene/core test --tests 
TestVectorUtilSupport -Dtests.vectorsize=$bits; done
   ```
   
   relates #13344


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to