paulirwin opened a new issue, #1072: URL: https://github.com/apache/lucenenet/issues/1072
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug This has been split out from #271. TestRandomChains' tests will rarely, randomly fail even with a fixed seed, indicating that there is a likely concurrency issue with (at least) one of the token stream components generated by MockRandomAnalyzer. The failure does not seem to be related to the root cause of #271. Need to investigate and create reproducible, isolated test scenarios and fix the underlying failures. Adding a `[Repeat]` attribute to the tests can sometimes help reproduce. ### Expected Behavior The tests reliably pass. ### Steps To Reproduce _No response_ ### Exceptions (if any) _No response_ ### Lucene.NET Version 4.8.0-beta00017 ### .NET Version _No response_ ### Operating System _No response_ ### Anything else? _No response_ -- 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: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org