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
A line-by-line review would be best, but at the very least we should be checking that the implementations are complete and the test conditions are the same as in Java Lucene 4.8.0. Checking at the method level to ensure they all exist and have the right attributes has been completed already on Lucene.Net (core).
Occasionally, tests are still being found with important lines that have been commented because the functionality didn't exist at the time they were ported. We need some assurance that none of our green tests are false positives.
The tests that are most likely to have issues are the tests for
A line-by-line review would be best, but at the very least we should be checking that the implementations are complete and the test conditions are the same as in Java Lucene 4.8.0. Checking at the method level to ensure they all exist and have the right attributes has been completed already on Lucene.Net (core).
Occasionally, tests are still being found with important lines that have been commented because the functionality didn't exist at the time they were ported. We need some assurance that none of our green tests are false positives.
The tests that are most likely to have issues are the tests for
JIRA link - [LUCENENET-632] created by nightowl888
The text was updated successfully, but these errors were encountered: