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

   ### Description
   Fixed a flaky test TestKnnFloatVectorQuery.testFindFewer
   
   This PR solves the issue: https://github.com/apache/lucene/issues/14175
   
   
   Details on why the test was failing is added here: 
https://github.com/apache/lucene/issues/14175#issuecomment-2650199394
   
   Tested by running below command:
   
   ```
   ./gradlew :lucene:core:test --tests 
"org.apache.lucene.search.TestKnnFloatVectorQuery.testFindFewer" -Ptests.jvms=6 
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1" -Ptests.seed=F014AA7B38C50E06 
-Ptests.locale=fr-Latn-FR -Ptests.timezone=America/Sitka -Ptests.gui=false 
-Ptests.file.encoding=UTF-8 -Ptests.vectorsize=256 
-Ptests.forceintegervectors=true
   ```
   
   
   <!--
   If this is your first contribution to Lucene, please make sure you have 
reviewed the contribution guide.
   https://github.com/apache/lucene/blob/main/CONTRIBUTING.md
   -->
   


-- 
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