N624-debu opened a new issue, #14741:
URL: https://github.com/apache/lucene/issues/14741

   ### Description
   
   I'm encountering a consistent test failure when running the following test:
   
   ```
   
org.apache.lucene.analysis.hunspell.TestSpellChecking.testGeneratedSuggestions
   ```
   
   **Git hash**: `ca427071708e3b7d17bc654a31712a5cdbb1bd7d`
   
   **System Info**:
   - OS: Windows 10 10.0 amd64
   - Java: Eclipse Adoptium 24.0.1 (64-bit)
   - Locale: `kam`, Timezone: `Europe/Uzhgorod`
   - CPUs: 1, Threads: 1
   
   **Error**:
   ```
   org.junit.ComparisonFailure: Suggester=default expected:<kennen, kenne[ >    
 Theater, Heather, T...> but was:<kennen, kenne[] >     Theater, Heather, T...>
   ```
   
   **Reproduction Command**:  
   (Note: the original line printed had issues with quoting. Below is the 
corrected form)
   
   ```bash
   gradlew :lucene:analysis:common:test --tests 
"org.apache.lucene.analysis.hunspell.TestSpellChecking.testGeneratedSuggestions"
 -Ptests.jvms=2 "-Ptests.jvmargs=-XX:+UseParallelGC -XX:ActiveProcessorCount=1" 
-Ptests.seed=320EBC31DC094689 -Ptests.useSecurityManager=false 
-Ptests.gui=false -Ptests.file.encoding=UTF-8 -Ptests.vectorsize=512 
-Ptests.forceintegervectors=true
   ```
   
   The printed `Reproduce with:` line had two bugs:
   - JVM args weren’t quoted
   - It was missing `-Ptests.jvmargs=` prefix
   
   Let me know if I can help further debug this.
   
   
   ### Version and environment details
   
   Lucene commit hash: ca427071708e3b7d17bc654a31712a5cdbb1bd7d
   OS: Windows 10 10.0 amd64
   JVM: Eclipse Temurin OpenJDK 24.0.1+9 (64-bit)
   Locale: kam
   Timezone: Europe/Uzhgorod
   CPUs: 1
   


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