Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Lucene.Net.Index.TestDuelingCodecs::TestEquals() (fixes #545) #565

Merged
merged 5 commits into from
Dec 5, 2021

Conversation

NightOwl888
Copy link
Contributor

Fixes #545.

There was a missing ! in Lucene.Net.Codecs.BlockTreeTermsReader.IntersectEnum.Frame::Load() that was inverting the logic.

This PR also re-ports SimpleTextFieldsReader and SimpleTextFieldsWriter to rule out logic bugs that may have been introduced by rearranging the statements and renaming all of the variables.

Also removed an unnecessary nullable from a dictionary in MockAnalyzer.

…e out any logic problems that were introduced by rearranging the statements
…e out any logic problems that were introduced by rearranging the statements
…(): Fixed issue with inverted logic on RunAutomaton.IsAccept() call that was causing random failures. Added a nightly regression test. (fixes apache#545)
@NightOwl888 NightOwl888 added this to the 4.8.0-beta00016 milestone Dec 5, 2021
@NightOwl888 NightOwl888 merged commit a80eaeb into apache:master Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing Test: Lucene.Net.Index.TestDuelingCodecs::TestEquals()
1 participant