mocobeta commented on pull request #297: URL: https://github.com/apache/lucene/pull/297#issuecomment-919704846
https://github.com/apache/lucene/pull/297/commits/d6c014cd6b290bfaa1f0242ceffc91d04d039c84 seems to be buggy (when mode=QUERY). ``` ./gradlew -p lucene/analysis/kuromoji/ test -Ptests.seed=A0438AE4577EF19 \\ --tests "org.apache.lucene.analysis.ja.TestJapaneseCompletionFilter.testRandomStrings" org.apache.lucene.analysis.ja.TestJapaneseCompletionFilter > test suite's output saved to /mnt/hdd/repo/lucene/lucene/analysis/kuromoji/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.ja.TestJapaneseCompletionFilter.txt, copied below: 2> TEST FAIL: useCharFilter=true text='\u93e1 ill lsg wwbznzp \"' > java.lang.AssertionError: inconsistent endOffset 2 pos=1 posLen=1 token=llsg expected:<5> but was:<9> > at __randomizedtesting.SeedInfo.seed([A0438AE4577EF19:828D3810E673B82C]:0) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
