Lucene.Net SVN HEAD (684039) with the following patches applied: ================================================================ - SupportClass.patch (LUCENENET-135) - LuceneTestCase.patch (LUCENENET-141)
Test Failures: ============== - Lucene.Net.Index.TestIndexWriter.TestDiverseDocs(): System.IndexOutOfRangeException : Index was outside the bounds of the array. - Lucene.Net.Index.TestIndexWriterLockRelease() - Lucene.Net.Index.TestStressIndexing.TestStressIndexAndSearching() - Lucene.Net.Index.TestStressIndexing2.TestMultiConfig() - Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered02() - Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered03() - Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered04() - Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered05() Doesn't fail, but doesn't seem right... ======================================= - Lucene.Net.Index.TestPayloads.TestThreadSafety() - Lucene.Net.Index.TestStressIndexing2.TestRandom() Fails occasionally ================== TestLockFactory.TestStressLocks(): failure occurs in same code as TestStressIndexing.TestStressIndexAndSearching() (System.IO.FileStream constructor in FSDirectory.cs) On Fri, Aug 8, 2008 at 1:56 PM, Doug Sale <[EMAIL PROTECTED]> wrote: > I will give my current test status after fixing the compile errors here. > It looks like adding: > > public virtual void TearDown() to LuceneTestCase.cs > > should fix everything. I'll submit a quick patch. > > > > > On Fri, Aug 8, 2008 at 1:40 PM, Digy <[EMAIL PROTECTED]> wrote: > >> Hi George, Doug and Any others actively developing >> >> >> >> After the last patches applied, I have the following tests fail: (Ignoring >> many compiler errors of "TearDown") >> >> >> >> >> >> ---------INDEX--------- >> >> Lucene.Net.Index.TestIndexWriter.TestDocumentsWriterExceptionThreads >> >> Lucene.Net.Index.TestIndexWriter.TestIOExceptionDuringAbort >> >> Lucene.Net.Index.TestIndexWriter.TestIOExceptionDuringAbortOnlyOnce >> >> Lucene.Net.Index.TestIndexWriterLockRelease.TestDummy >> >> >> >> Lucene.Net.Index.TestStressIndexing.TestStressIndexAndSearching >> >> >> >> Lucene.Net.Index.TestStressIndexing2.TestMultiConfig >> >> Lucene.Net.Index.TestStressIndexing2.TestRandom >> >> >> >> >> >> ---------SEARCH--------- >> >> Lucene.Net.Search.Function.TestCustomScoreQuery.TestCustomScoreFloat >> >> Lucene.Net.Search.Function.TestCustomScoreQuery.TestCustomScoreShort >> >> >> >> Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered02 >> >> Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered03 >> >> Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered04 >> >> Lucene.Net.Search.Spans.TestSpans.TestSpanNearOrdered05 >> >> >> >> Lucene.Net.Search.Spans.TestSpansAdvanced2.TestSingleSpanQuery >> >> >> >> >> Lucene.Net.Search.TestDisjunctionMaxQuery.TestBooleanOptionalWithTiebreaker >> >> >> >> >> >> ---------STORE--------- >> >> Lucene.Net.Store.TestHugeRamFile.TestHugeFile >> >> >> >> >> >> >> >> DIGY >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >
