I ran the test suite on 2.9.4, I'm getting only the
Lucene.Net.Index.TestIndexWriter.TestFutureCommit. The other issue may be
something that is machine dependant or possible only fails intermittently.
Perhaps someone else could run the test suite to confirm? We are evolving our
release methodology, and unfortunately we didn't document what would fail and
why from 2.9.4, so I don't have many more details to share. With 3.0.3 we plan
to either have all tests passing (removing tests that are no longer valid) or
clear explanations of why they are failing and why that's OK. ~Prescott
> Date: Thu, 12 Apr 2012 16:00:14 +1000
> Subject: Re: 2.9.4 source
> From: a.cherei...@gmail.com
> To: lucene-net-user@lucene.apache.org
>
> I ran unit tests - some failed. Is that expected?
>
> Lucene.Net.Index.TestIndexWriter.TestFutureCommit:
> System.Collections.Generic.KeyNotFoundException : The given key was not
> present in the dictionary.
> at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
> at Lucene.Net.Index.TestIndexWriter.TestFutureCommit() in
> D:\Develop\Lucene.Net.2.9.4\test\core\Index\TestIndexWriter.cs:line 5969
>
> Lucene.Net.QueryParsers.TestQueryParser.TestLocalDateFormat:
> Expected: 1
> But was: 0
> at Lucene.Net.QueryParsers.TestQueryParser.AssertHits(Int32 expected,
> String query, IndexSearcher is_Renamed) in
> D:\Develop\Lucene.Net.2.9.4\test\core\QueryParser\TestQueryParser.cs:line
> 1111
> at Lucene.Net.QueryParsers.TestQueryParser.TestLocalDateFormat() in
> D:\Develop\Lucene.Net.2.9.4\test\core\QueryParser\TestQueryParser.cs:line
> 996
>
> Regards,
> Art
>
>
> On Thu, Apr 12, 2012 at 3:04 PM, Stefan Bodewig <bode...@apache.org> wrote:
>
> > On 2012-04-12, Artem Chereisky wrote:
> >
> > > what is the source control location for 2.9.4?
> >
> >
> > http://svn.apache.org/repos/asf/incubator/lucene.net/tags/Lucene.Net_2_9_4_RC3/
> >
> > The third RC is what finally became 2.9.4.
> >
> > Stefan
> >