RE: Build failed in Hudson: Lucene-trunk #1007

2009-11-13 Thread Uwe Schindler
ginal Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Friday, November 13, 2009 12:36 PM > To: java-dev@lucene.apache.org > Subject: RE: Build failed in Hudson: Lucene-trunk #1007 > > > On Fri, Nov 13, 2009 at 5:35 AM, Uwe Schindler wrote: > > > I cannot

RE: Build failed in Hudson: Lucene-trunk #1007

2009-11-13 Thread Uwe Schindler
> On Fri, Nov 13, 2009 at 5:35 AM, Uwe Schindler wrote: > > I cannot reproduce it here, too (Sol, Win32). By the way, you modified > the > > test in trunk to be more verbose, but the failing one was in test-tag > (but > > the tests are identical). > > I'll add verbosity on BW branch, but not cut

Re: Build failed in Hudson: Lucene-trunk #1007

2009-11-13 Thread Mark Miller
Same here - worked for maven , not for others. Was on Linux. - Mark http://www.lucidimagination.com (mobile) On Nov 13, 2009, at 5:58 AM, Michael McCandless > wrote: On Fri, Nov 13, 2009 at 5:35 AM, Uwe Schindler wrote: I cannot reproduce it here, too (Sol, Win32). By the way, you modifi

Re: Build failed in Hudson: Lucene-trunk #1007

2009-11-13 Thread Michael McCandless
On Fri, Nov 13, 2009 at 5:35 AM, Uwe Schindler wrote: > I cannot reproduce it here, too (Sol, Win32). By the way, you modified the > test in trunk to be more verbose, but the failing one was in test-tag (but > the tests are identical). I'll add verbosity on BW branch, but not cut a new tag. > I

Re: Build failed in Hudson: Lucene-trunk #1007

2009-11-13 Thread Simon Willnauer
I tried to reproduce the error on 64 bit / 32 bit linux (gentoo / ubuntu) no failure here too. I also run it on different JVMs 1.5, 1.6 no result :( simon On Fri, Nov 13, 2009 at 11:10 AM, Michael McCandless wrote: > Hurm, this was the failure: > >    [junit] Testcase: > testMaxBufferedDocsCh

RE: Build failed in Hudson: Lucene-trunk #1007

2009-11-13 Thread Uwe Schindler
13, 2009 11:10 AM > To: java-dev@lucene.apache.org > Subject: Re: Build failed in Hudson: Lucene-trunk #1007 > > Hurm, this was the failure: > > [junit] Testcase: > testMaxBufferedDocsChange(org.apache.lucene.index.TestIndexWriterMergePoli > cy):

Re: Build failed in Hudson: Lucene-trunk #1007

2009-11-13 Thread Michael McCandless
Hurm, this was the failure: [junit] Testcase: testMaxBufferedDocsChange(org.apache.lucene.index.TestIndexWriterMergePolicy): FAILED [junit] null [junit] junit.framework.AssertionFailedError [junit] at org.apache.lucene.index.TestIndexWriterMergePolicy.checkInvariants(TestInde

Build failed in Hudson: Lucene-trunk #1007

2009-11-12 Thread Apache Hudson Server
See Changes: [rmuir] LUCENE-2059: allow TrecContentSource not to change the docname [rmuir] LUCENE-2058: specify trec_eval output file from commandline [markrmiller] update IndexReader javadoc concerning readonly [uschindler