You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: