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

2009-12-17 Thread Uwe Schindler
When looking around, TestStressIndexing has the same problem (only the time is there 1.0 sec). Attached is a patch also for that. Also this test does not use a volatile variable for the error boolean. Attached is a patch. There are also other threads that may fail to do anything when the system is

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

2009-12-17 Thread Uwe Schindler
Here the patch, Mike, does this look ok? When committed we can start a new Hudson run, if you like :-) - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Frid

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

2009-12-17 Thread Uwe Schindler
> A new strange test failure: > [junit] Testcase: > testDuringAddDelete(org.apache.lucene.index.TestIndexWriterReader): > FAILED > [junit] null > [junit] junit.framework.AssertionFailedError: null > [junit] at > org.apache.lucene.index.TestIndexWriterReader.testDuringAddDelete(Tes

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

2009-12-17 Thread Uwe Schindler
A new strange test failure: [junit] Testcase: testDuringAddDelete(org.apache.lucene.index.TestIndexWriterReader): FAILED [junit] null [junit] junit.framework.AssertionFailedError: null [junit] at org.apache.lucene.index.TestIndexWriterReader.testDuringAddDelete(TestIndexW riterR

Build failed in Hudson: Lucene-trunk #1034

2009-12-17 Thread Apache Hudson Server
See Changes: [uschindler] LUCENE-1769: disable clover reports on assert statements [uschindler] LUCENE-1769: Add also the opposite assert statement [uschindler] LUCENE-1769: Improve clover analysis and separate core / bw test

[jira] Commented: (LUCENE-2167) StandardTokenizer Javadoc does not correctly describe tokenization around punctuation characters

2009-12-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792271#action_12792271 ] Robert Muir commented on LUCENE-2167: - Hi Shyamal, I am not sure we should document th

[jira] Updated: (LUCENE-2167) StandardTokenizer Javadoc does not correctly describe tokenization around punctuation characters

2009-12-17 Thread Shyamal Prasad (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shyamal Prasad updated LUCENE-2167: --- Description: The Javadoc for StandardTokenizer states: {quote} Splits words at punctuation

[jira] Updated: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.6.3 or better

2009-12-17 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1769: -- Attachment: LUCENE-1769-2.patch Improvements, will commit soon: - separate core/contrib and t

RE: Nice, new, and complete coverage reports by Clover 2.6.3 now available on hudson

2009-12-17 Thread Uwe Schindler
I will try this out later and add an always-failing assert to the code and try with/without clover. I will add this as a test: try { assert false; fail("asserts disabled") } catch (AssertionFailedError e} {} Maybe Nick can explain this to us. This was the same behaviour in clover

Re: Nice, new, and complete coverage reports by Clover 2.6.3 now available on hudson

2009-12-17 Thread Michael McCandless
Uwe, do you know why the assert lines come through as not covered? Are we not running w/ asserts enabled when we run with clover? Mike On Thu, Dec 17, 2009 at 1:25 PM, Uwe Schindler wrote: > Hi all, > > After multiple iterations and failed Hudson build, Mike and me got it > running: > > We upgra

Nice, new, and complete coverage reports by Clover 2.6.3 now available on hudson

2009-12-17 Thread Uwe Schindler
Hi all, After multiple iterations and failed Hudson build, Mike and me got it running: We upgraded the build.xml and Hudson configuration to use now Clover 2.6.3 with a new license for Apache projects granted by Nick Pellow from Atlassian. The new reports now cover all tests not only the backward

Hudson build is back to normal: Lucene-trunk #1033

2009-12-17 Thread Apache Hudson Server
See - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

[jira] Commented: (LUCENE-2080) Improve the documentation of Version

2009-12-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791988#action_12791988 ] Michael McCandless commented on LUCENE-2080: +1 to fix on 2.9.x > Improve the

[jira] Updated: (LUCENE-2080) Improve the documentation of Version

2009-12-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2080: Fix Version/s: 2.9.2 > Improve the documentation of Version >

[jira] Reopened: (LUCENE-2080) Improve the documentation of Version

2009-12-17 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir reopened LUCENE-2080: - I am reopening this, because I have noticed lots of usage of LUCENE_CURRENT on the user list, etc i

[jira] Updated: (LUCENE-1922) exposing the ability to get the number of unique term count per field

2009-12-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1922: Affects Version/s: (was: 2.4.1) Flex Branch > exposing the ability to g

[jira] Commented: (LUCENE-2035) TokenSources.getTokenStream() does not assign positionIncrement

2009-12-17 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791939#action_12791939 ] Mark Miller commented on LUCENE-2035: - I'll commit this soon. > TokenSources.getToken

[jira] Commented: (LUCENE-2026) Refactoring of IndexWriter

2009-12-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791936#action_12791936 ] Michael McCandless commented on LUCENE-2026: {quote} FWIW, autoCommit doesn't

Re: svn commit: r891664 - /lucene/java/nightly/hudson.sh

2009-12-17 Thread Michael McCandless
OK, back from running. Was insanely cold... I just kicked off another build! Keep fingers crossed... Mike On Thu, Dec 17, 2009 at 7:07 AM, Uwe Schindler wrote: > Mike: when you come back from running, we need a new hudson run. Hopefully > the last one. > > But this time everything worked unti

[jira] Created: (LUCENE-2169) Speedup of CharArraySet#copy if a CharArraySet instance is passed to copy.

2009-12-17 Thread Simon Willnauer (JIRA)
Speedup of CharArraySet#copy if a CharArraySet instance is passed to copy. -- Key: LUCENE-2169 URL: https://issues.apache.org/jira/browse/LUCENE-2169 Project: Lucene - Java

[jira] Updated: (LUCENE-2169) Speedup of CharArraySet#copy if a CharArraySet instance is passed to copy.

2009-12-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2169: Attachment: LUCENE-2169.patch here is a patch > Speedup of CharArraySet#copy if a CharAr

[jira] Issue Comment Edited: (LUCENE-2034) Massive Code Duplication in Contrib Analyzers - unifly the analyzer ctors

2009-12-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791896#action_12791896 ] Simon Willnauer edited comment on LUCENE-2034 at 12/17/09 12:31 PM:

[jira] Updated: (LUCENE-2034) Massive Code Duplication in Contrib Analyzers - unifly the analyzer ctors

2009-12-17 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Willnauer updated LUCENE-2034: Attachment: LUCENE-2034.patch robert, I updated your patch and moved stopawareAnalzyer to

RE: svn commit: r891664 - /lucene/java/nightly/hudson.sh

2009-12-17 Thread Uwe Schindler
Mike: when you come back from running, we need a new hudson run. Hopefully the last one. But this time everything worked until clover was about to be started. I hate shell scripts and their strange \ syntax... Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eM

Build failed in Hudson: Lucene-trunk #1032

2009-12-17 Thread Apache Hudson Server
See Changes: [uschindler] simplify build script and make more configureable [mikemccand] add verbosity to intermittently failing test -- [...truncated 19231 lines...] [artifact:deploy]

[jira] Resolved: (LUCENE-2168) benchmark alg can't handle negative relative priority

2009-12-17 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2168. Resolution: Fixed > benchmark alg can't handle negative relative priority > --

[jira] Created: (LUCENE-2168) benchmark alg can't handle negative relative priority

2009-12-17 Thread Michael McCandless (JIRA)
benchmark alg can't handle negative relative priority - Key: LUCENE-2168 URL: https://issues.apache.org/jira/browse/LUCENE-2168 Project: Lucene - Java Issue Type: Bug Components:

Build failed in Hudson: Lucene-trunk #1031

2009-12-17 Thread Apache Hudson Server
See Changes: [uschindler] make the script compatible with standard bourne shell. The problem is that export and assignment does not work in this shell at the same time. But the forrest path is not needed at all :-) -> removed