Re: [HUDSON] Lucene-trunk - Build # 1475 - Failure

2011-02-23 Thread Simon Willnauer
Michael did you try with the reproduce commandline? ant test-core -Dtestcase=TestIndexWriterExceptions -Dtestmethod=testDocumentsWriterExceptions -Dtests.seed=5748357769164696038:5339220614554941881 that one fails all the time on my machine simon On Wed, Feb 23, 2011 at 8:38 AM, Michael Busch

Re: [HUDSON] Lucene-trunk - Build # 1475 - Failure

2011-02-23 Thread Simon Willnauer
this seems indeed to be related to the changes in LUCENE-2881. This test indexed a document with TV enabled adds a new FieldInfo which sets hasVectors=true but then hits an exception before the tvx file gets created. This is as far as have observed by looking at the code and the place where it

Re: [HUDSON] Lucene-trunk - Build # 1475 - Failure

2011-02-23 Thread Michael Busch
I was also able to reproduce this failure locally. So the problem only happens for segments that had document(s) with term vectors, but which all hit non-aborting exceptions. In that case the corresponding FieldInfo(s) will have term vectors enabled, but no TV files will have been written

[HUDSON] Lucene-trunk - Build # 1475 - Failure

2011-02-22 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1475/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterExceptions.testDocumentsWriterExceptions Error Message: file _1.tvx does not exist Stack Trace: junit.framework.AssertionFailedError: file _1.tvx does not exist

Re: [HUDSON] Lucene-trunk - Build # 1475 - Failure

2011-02-22 Thread Simon Willnauer
hmm maybe this was caused by LUCENE-2881 but I am not sure. I try to dig this afternoon... simon On Wed, Feb 23, 2011 at 4:11 AM, Apache Hudson Server hud...@hudson.apache.org wrote: Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1475/ 1 tests failed. REGRESSION:  

Re: [HUDSON] Lucene-trunk - Build # 1475 - Failure

2011-02-22 Thread Michael Busch
I just ran this test locally ~15 times and no failure. Weird... I'll keep looking On 2/22/11 11:29 PM, Simon Willnauer wrote: hmm maybe this was caused by LUCENE-2881 but I am not sure. I try to dig this afternoon... simon On Wed, Feb 23, 2011 at 4:11 AM, Apache Hudson Server