smalyshev opened a new issue, #15984:
URL: https://github.com/apache/lucene/issues/15984

   ### Description
   
   New failure in branch_10x: 
   ```
   org.apache.lucene.backward_codecs.lucene50.TestBlockPostingsFormat2 > test 
suite's output saved to 
/opt/buildkite-agent/builds/bk-agent-prod-gcp-1777053612008421781/elastic/apache-lucene-nightly/lucene/backward-codecs/build/test-results/test/outputs/OUTPUT-org.apache.lucene.backward_codecs.lucene50.TestBlockPostingsFormat2.txt,
 copied below:
      >     java.lang.IllegalArgumentException: Document update skipped due to 
duplicate termdoc term
      >         at 
__randomizedtesting.SeedInfo.seed([4EBC184B6801E1FC:B6CE6240B8EE1C17]:0)
      >         at 
[email protected]/org.apache.lucene.index.IndexingChain$PerField.invertTokenStream(IndexingChain.java:1394)
   ...
   Caused by:
      >         
org.apache.lucene.index.TermsHashPerField$DuplicateTermException: field 
'DOCS_AND_CUSTOM_FREQS' has duplicate term 'docs_and_custom_freqs'
      >             at 
app/[email protected]/org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:203)
      >             at 
app/[email protected]/org.apache.lucene.index.IndexingChain$PerField.invertTokenStream(IndexingChain.java:1374)
      >             ... 47 more
   ```
   
   ### Gradle command to reproduce
   
   gradlew test --tests TestBlockPostingsFormat2.testTTFBlockSize 
-Dtests.seed=4EBC184B6801E1FC -Dtests.nightly=true -Dtests.locale=ff-Latn-GM 
-Dtests.timezone=Etc/GMT+11 -Dtests.asserts=true -Dtests.file.encoding=UTF-8


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

Reply via email to