jpountz commented on issue #12648:
URL: https://github.com/apache/lucene/issues/12648#issuecomment-1761523732

   I found the issue, this is due to codec randomization. This test fails when 
assigned the `SimpleText` codec and one of the segment IDs has the `\n` or `\` 
byte. This forces `SimpleText` to introduce an escape byte, which in-turn 
creates a segment which is one byte larger than some other segments and breaks 
some assumptions that the test is making. I'll open a PR shortly.


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