[ 
https://issues.apache.org/jira/browse/LUCENENET-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Digy updated LUCENENET-298:
---------------------------

    Attachment: WeakHashTable.patch

I think ,some garbage is left in the FieldCache.
After applying WeakHashTable patch, number of "insanity"s  drops to 1.
(method:AssertSaneFieldCaches called by TearDown in LuceneTestCase which is 
base class of both tests).
But bug still exists.

PS: WeakHashTable patch is still needed to avoid memory leakage eventhough it 
doesn't fully solve the bug.
See: LUCENENET-106

> TestComplexExplanations.Test1 fails when running together with 
> TestBoolean2.TestQueries01
> -----------------------------------------------------------------------------------------
>
>                 Key: LUCENENET-298
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-298
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Digy
>         Attachments: WeakHashTable.patch
>
>
> Here is the Michael's comment on this.
> {quote}
> Is anyone seeing anything odd when running the entire suite of tests with 
> NUnit?
> I'm using the latest (2.5.2) and there are tests that if I only run a subset 
> such as all of the tests in TestComplexExplanations.cs they all pass, but 
> when I run all of the tests under search a handful of them fail.  Happens 
> when I run the tests in the NUnit GUI or with TestDriven.NET integration.
> Not quite sure what to make of this, more than likely something local on my 
> end but I just wanted to throw it out there.
> Michael
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to