GitHub user NightOwl888 opened a pull request:
https://github.com/apache/lucenenet/pull/180
Misc bugs
This removes 15 failing tests and in some other cases fixes the test
failure message to show the real logic error instead of an exception.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NightOwl888/lucenenet misc-bugs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/180.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #180
----
commit 828819dfa674cbd90a7c6422ac8ec12b20e1dd06
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T00:05:14Z
Removed test attribute from Queries.BooleanFilterTest.TstFilterCard() and
Facet.Taxonomy.Directory.TestDirectoryTaxonomyWriter.TouchTaxo(), which are
clearly not tests.
commit 406f88a6b778c3942707341902b1d6f5e263ce0f
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T00:21:46Z
Implemented missing Lucene41WithOrds class which was causing some random
codec tests to fail sporadically.
commit 22663d7ae0642af5f3adc59618413b55d48acab3
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T00:43:11Z
Fixed some "key not found" bugs in the Join.TestJoinUtil class.
commit 1fa4ed9bda6ba35d4497345da18346ca86aea412
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T00:54:49Z
Added missing call to
Queries.Function.ValueSources.TermFreqValueSource.Reset(), which was causing
the Queries.Function.TestValueSources.TestTermFreq() test to fail.
commit 5b48b115cf9c6a1f4885827febcc78089a2fa408
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T00:57:56Z
Fixed "key not found" bug in Facet.Taxonomy.WriterCache.NameIntCacheLRU
commit 3612a6e29333610c204d15f8461857a2e35cdf7f
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T01:03:58Z
Implemented missing Join.TermsCollector.AcceptsDocsOutOfOrder() method.
commit 8b210c02c95f8c527b66b5dda9967c341235a758
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T01:04:35Z
Fixed "key not found" bug in Join.TestJoinUtil
commit 694676c9de8d0cabe0818d38a806cbd80566ac65
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T01:05:33Z
Added reminder to change AcceptsDocsOutOfOrder to a property.
commit 1727c1b3f84562d3718a7de0b86b51712507d26a
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T02:47:53Z
Fixed bugs in TestOpenIfChangedMergedSegment() and
TestOpenIfChangedNoChangesButSegmentMerges() in
Facet.Taxonomy.Directory.TestDirectoryTaxonomyReader that caused them to throw
null reference exceptions and fail.
commit 11cf1b8789c3cb30d8ad0316a4859a875c2fdac0
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T02:57:05Z
Fixed missing Reset() call that caused
Queries.Function.ValueSources.TFValueSource.TestTF() to fail.
commit 0f9f0ce995c92b109a1b73558a7043e1d07a1d5c
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T03:05:25Z
Fixed "key not found" bug in Join.TestJoinUtil
commit 55024152e8c1b5502417c3d8fdfa5f85f58fc700
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T03:06:26Z
Fixed NotImplementedException in
Join.TermsWithScoreCollector.Mv.AcceptsDocsOutOfOrder()
commit 5b9b2fedcd24523cb548054903a64e724e379e07
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T03:22:11Z
Fixed bugs in the Join.TestJoinUtil that were causing the
TestSingleValueRandomJoin() test to fail.
commit 0fd8d3465d54362285f83635871528a5ef888ae2
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T03:36:54Z
Fixed "out of range" and "key not found" bugs in
Facet.Taxonomy.TestTaxonomyFacetSumValueSource.TestRandom()
commit 9313ff9c89d330b718773808ba7d01faf7d02f02
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T03:58:19Z
Changed Join.TermsIncluingScoreQuery.SVInOrderScorer.outerInstance variable
to protected so its subclass can access it (fixes
Join.TestJoinUtil.TestMultiValueRandomJoin())
commit 132da59331a3f9e9f1ed4a276cb79e7118617095
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T04:02:05Z
Fixed "index out of range" and "key not found" bugs in
Facet.Taxonomy.TestTaxonomyFacetCounts
commit 9124e03e9240b2bb21b985526466c4e1f9674d6b
Author: Shad Storhaug <[email protected]>
Date: 2016-08-20T12:15:42Z
Bug (memory leak): Dispose() should cascade to Dispose() to other objects
and release its own resources.
commit bb59767c6622fca06e11b9a6c29d19901b2df236
Author: Shad Storhaug <[email protected]>
Date: 2016-08-21T05:39:57Z
Increased timeout values of long running tests so they will have ample time
to complete.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---