Re: Solr nightly build failure

2010-04-14 Thread Chris Hostetter

1) does anyone understand why this is failing?
2) should we just disabble this cron completley in favor of using the 
Hudson builds exclusively?  (i use to think it was nice to have multiple 
systems doing nightly buidls as a sanity cehck ... but it also seems like 
an adminstrative hassle, and the project is big enough now that *lots* of 
people are building on a regular basis and providing sanity checks)

: Date: Fri, 09 Apr 2010 08:13:59 +
: From: solr-dev@lucene.apache.org
: To: solr-dev@lucene.apache.org
: Subject: Solr nightly build failure
: 
: 
: compile-lucene:
:  [echo] Building analyzers...
: Trying to override old definition of task m2-deploy
: Trying to override old definition of task invoke-javadoc
: 
: javacc-uptodate-check:
: 
: javacc-notice:
: 
: jflex-uptodate-check:
: 
: jflex-notice:
: 
: common.init:
: 
: build-lucene:
: Trying to override old definition of task contrib-crawl
: 
: javacc-uptodate-check:
: 
: javacc-notice:
: 
: jflex-uptodate-check:
: 
: jflex-notice:
: 
: init:
: 
: clover.setup:
: 
: clover.info:
:  [echo] 
:  [echo]   Clover not found. Code coverage reports disabled.
:  [echo]   
: 
: clover:
: 
: compile-core:
: [mkdir] Created dir: /tmp/apache-solr-nightly/lucene/build/classes/java
: [javac] Compiling 511 source files to 
/tmp/apache-solr-nightly/lucene/build/classes/java
: [javac] Note: Some input files use or override a deprecated API.
: [javac] Note: Recompile with -Xlint:deprecation for details.
: [javac] Note: Some input files use unchecked or unsafe operations.
: [javac] Note: Recompile with -Xlint:unchecked for details.
: 
: compile-test:
: [mkdir] Created dir: /tmp/apache-solr-nightly/lucene/build/classes/test
: [javac] Compiling 248 source files to 
/tmp/apache-solr-nightly/lucene/build/classes/test
: [javac] An exception has occurred in the compiler (1.5.0_06). Please file 
a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  
after checking the Bug Parade for duplicates. Include your program and the 
following diagnostic in your report.  Thank you.
: [javac] java.lang.AssertionError: {unused}
: [javac]   at 
com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.visitArray(TreeMaker.java:634)
: [javac]   at 
com.sun.tools.javac.code.Attribute$Array.accept(Attribute.java:124)
: [javac]   at 
com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.translate(TreeMaker.java:637)
: [javac]   at 
com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.visitCompoundInternal(TreeMaker.java:628)
: [javac]   at 
com.sun.tools.javac.tree.TreeMaker$AnnotationBuilder.translate(TreeMaker.java:641)
: [javac]   at 
com.sun.tools.javac.tree.TreeMaker.Annotation(TreeMaker.java:649)
: [javac]   at 
com.sun.tools.javac.tree.TreeMaker.Annotations(TreeMaker.java:570)
: [javac]   at com.sun.tools.javac.tree.TreeMaker.VarDef(TreeMaker.java:554)
: [javac]   at 
com.sun.tools.javac.comp.Lower.visitIterableForeachLoop(Lower.java:2892)
: [javac]   at 
com.sun.tools.javac.comp.Lower.visitForeachLoop(Lower.java:2755)
: [javac]   at 
com.sun.tools.javac.tree.Tree$ForeachLoop.accept(Tree.java:597)
: [javac]   at com.sun.tools.javac.comp.Lower.translate(Lower.java:1881)
: [javac]   at 
com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:54)
: [javac]   at 
com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:145)
: [javac]   at com.sun.tools.javac.comp.Lower.visitBlock(Lower.java:2927)
: [javac]   at com.sun.tools.javac.tree.Tree$Block.accept(Tree.java:535)
: [javac]   at com.sun.tools.javac.comp.Lower.translate(Lower.java:1881)
: [javac]   at 
com.sun.tools.javac.comp.Lower.visitWhileLoop(Lower.java:2939)
: [javac]   at com.sun.tools.javac.tree.Tree$WhileLoop.accept(Tree.java:563)
: [javac]   at com.sun.tools.javac.comp.Lower.translate(Lower.java:1881)
: [javac]   at 
com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:54)
: [javac]   at 
com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:145)
: [javac]   at com.sun.tools.javac.comp.Lower.visitBlock(Lower.java:2927)
: [javac]   at com.sun.tools.javac.tree.Tree$Block.accept(Tree.java:535)
: [javac]   at com.sun.tools.javac.comp.Lower.translate(Lower.java:1881)
: [javac]   at 
com.sun.tools.javac.tree.TreeTranslator.visitMethodDef(TreeTranslator.java:129)
: [javac]   at 
com.sun.tools.javac.comp.Lower.visitMethodDefInternal(Lower.java:2267)
: [javac]   at 
com.sun.tools.javac.comp.Lower.visitMethodDef(Lower.java:2186)
: [javac]   at com.sun.tools.javac.tree.Tree$MethodDef.accept(Tree.java:478)
: [javac]   at com.sun.tools.javac.comp.Lower.translate(Lower.java:1881)
: [javac]   at com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:1989)
: [javac]   at com.sun.tools.javac.tree.Tree$ClassDef.accept(Tree.java:434)
: [javac]   at 

Re: Solr nightly build failure

2010-04-14 Thread Yonik Seeley
On Wed, Apr 14, 2010 at 2:43 PM, Chris Hostetter
hossman_luc...@fucit.org wrote:

 1) does anyone understand why this is failing?

The compiler barfed... (a compiler bug.)
I updated it to use the Java6 compiler this morning.
I had previously disabled the nightly test and build part, but kept
the javadoc generation and site upload since hudson doesn't do that.

-Yonik
Apache Lucene Eurocon 2010
18-21 May 2010 | Prague


Re: Solr nightly build failure

2010-03-23 Thread Bill Au
The carrot2 download links are broken.  I have file a bug with them:

http://issues.carrot2.org/browse/CARROT-653

Bill

On Tue, Mar 23, 2010 at 4:09 AM, solr-dev@lucene.apache.org wrote:


 init-forrest-entities:
[mkdir] Created dir: /tmp/apache-solr-nightly/build
[mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
[javac] Compiling 88 source files to
 /tmp/apache-solr-nightly/build/solrj
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
[javac] Compiling 434 source files to
 /tmp/apache-solr-nightly/build/solr
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
[javac] Compiling 209 source files to
 /tmp/apache-solr-nightly/build/tests
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

 dist-contrib:

 init:
[mkdir] Created dir:
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
[mkdir] Created dir:
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
[mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
[javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
[javac] Note:
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
 uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 proxy.setup:

 check-files:

 get-colt:
  [get] Getting:
 http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
  [get] To:
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar

 get-pcj:
  [get] Getting: http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar
  [get] To:
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar

 get-nni:
  [get] Getting:
 http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar
  [get] To:
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar
  [get] Error getting
 http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar to
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar

 BUILD FAILED
 /tmp/apache-solr-nightly/common-build.xml:361: The following error occurred
 while executing this line:
 /tmp/apache-solr-nightly/common-build.xml:219: The following error occurred
 while executing this line:
 /tmp/apache-solr-nightly/contrib/clustering/build.xml:84:
 java.net.NoRouteToHostException: No route to host

 Total time: 4 minutes 3 seconds





Re: Solr nightly build failure

2010-03-23 Thread Stanislaw Osinski
Hi there,


The carrot2 download links are broken.  I have file a bug with them:

 http://issues.carrot2.org/browse/CARROT-653


It's fixed now, thanks for the report! When Solr switches to Carrot2 v3.2.0
(https://issues.apache.org/jira/browse/SOLR-1804), which is LGPL-free, the
extra build dependency on the remote resource will be gone too.

Cheers,

Staszek


Re: Solr nightly build failure

2009-10-24 Thread Yonik Seeley
The exception:

Testcase: testCacheControl took 6.011 sec
Caused an ERROR
The host did not accept the connection within timeout of 100 ms
org.apache.commons.httpclient.ConnectTimeoutException: The host did
not accept the connection within timeout of 100 ms
at 
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:155)
at 
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:125)
at 
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
at 
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at 
org.apache.solr.servlet.CacheHeaderTest.doCacheControl(CacheHeaderTest.java:218)
at 
org.apache.solr.servlet.CacheHeaderTestBase.testCacheControl(CacheHeaderTestBase.java:154)
Caused by: java.net.SocketTimeoutException: connect timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:507)
at 
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSocketFactory.java:140)



-Yonik
http://www.lucidimagination.com



On Sat, Oct 24, 2009 at 4:42 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 dist-contrib:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 proxy.setup:

 check-files:

 get-colt:
      [get] Getting: 
 http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar

 get-pcj:
      [get] Getting: http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar

 get-nni:
      [get] Getting: 
 http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar

 get-simple-xml:
      [get] Getting: 
 http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/simple-xml-1.7.3.jar

 get-libraries:

 compile:
    [javac] 

Re: Solr nightly build failure

2009-10-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
Aparently the replication handler tests are failing too frequently.
Any idea why is it so?

On Fri, Oct 23, 2009 at 2:12 PM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 dist-contrib:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 proxy.setup:

 check-files:

 get-colt:
      [get] Getting: 
 http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar

 get-pcj:
      [get] Getting: http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar

 get-nni:
      [get] Getting: 
 http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar

 get-simple-xml:
      [get] Getting: 
 http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/simple-xml-1.7.3.jar

 get-libraries:

 compile:
    [javac] Compiling 7 source files to 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/clustering/src/main/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngine.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 build:
      [jar] Building jar: 
 /tmp/apache-solr-nightly/contrib/clustering/build/apache-solr-clustering-1.4-dev.jar

 dist:
     [copy] Copying 1 file to /tmp/apache-solr-nightly/dist

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:

 compile:
    [javac] Compiling 43 source files to 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileExtras:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/extras/classes
    [javac] Compiling 1 source file to 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/extras/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/src/extras/main/java/org/apache/solr/handler/dataimport/MailEntityProcessor.java
  uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 build:
      [jar] Building jar: 

Re: Solr nightly build failure

2009-10-21 Thread Yonik Seeley
Here's an interesting warning in the failed TestLBHttpSolrServer logs:

WARNING: SimpleHttpConnectionManager being used incorrectly.  Be sure
that HttpMethod.releaseConnection() is always called and that only on
e thread and/or method is using this connection manager at a time.

The test failure this time is also interesting... I don't see how/why
it could fail.
It's right at the start of testTwoServers one server is killed and
then a request is sent:

solr[0].jetty.stop();
solr[0].jetty = null;
resp = lbHttpSolrServer.query(solrQuery);

I don't know much about howLBHttpSolrServer works though...

Testcase: testTwoServers took 4.156 sec
Caused an ERROR
No live SolrServers available to handle this request
org.apache.solr.client.solrj.SolrServerException: No live SolrServers
available to handle this request
at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:221)
at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
at 
org.apache.solr.client.solrj.TestLBHttpSolrServer.testTwoServers(TestLBHttpSolrServer.java:130)
Caused by: org.apache.solr.client.solrj.SolrServerException:
java.net.SocketException: Socket closed
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:472)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243)
at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:205)
Caused by: java.net.SocketException: Socket closed



-Yonik
http://www.lucidimagination.com



On Wed, Oct 21, 2009 at 4:41 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 dist-contrib:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 proxy.setup:

 check-files:

 get-colt:
      [get] Getting: 
 http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar

 get-pcj:
      [get] Getting: http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar

 get-nni:
      [get] Getting: 
 http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar

 get-simple-xml:
      [get] Getting: 
 http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/simple-xml-1.7.3.jar

 get-libraries:

 compile:
    [javac] Compiling 7 source files to 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/clustering/src/main/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngine.java
  uses or 

Re: Solr nightly build failure

2009-10-17 Thread Yonik Seeley
Not sure what's causing the problem with this test
(TestLBHttpSolrServer)... here's the exception.
I've just changed the check interval from 1000ms to 500ms for now...
maybe it wasn't completing in time.

Testcase: testTwoServers took 9.852 sec
Caused an ERROR
No live SolrServers available to handle this request
org.apache.solr.client.solrj.SolrServerException: No live SolrServers
available to handle this request
at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:221)
at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
at 
org.apache.solr.client.solrj.TestLBHttpSolrServer.testTwoServers(TestLBHttpSolrServer.java:145)
Caused by: org.apache.solr.client.solrj.SolrServerException:
java.net.SocketException: Socket closed
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:472)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243)
at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:205)
Caused by: java.net.SocketException: Socket closed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
at 
org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
at 
org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
at 
org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
at 
org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
at 
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:416)



-Yonik
http://www.lucidimagination.com



On Sat, Oct 17, 2009 at 11:24 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 dist-contrib:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 proxy.setup:

 check-files:

 get-colt:
      [get] Getting: 
 http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
      [get] To: 
 

Re: Solr nightly build failure

2009-10-13 Thread Yonik Seeley
Not sure what's up with the failures below - looks like SolrJ got an
error from Solr reporting a failure instantiating a lazy request
handler... but there's no matching exception in the Solr logs.
Running this test by hand worked fine too.  I just kicked off another
nightly by hand.

-Yonik
http://www.lucidimagination.com


On Tue, Oct 13, 2009 at 4:34 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 dist-contrib:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 proxy.setup:

 check-files:

 get-colt:
      [get] Getting: 
 http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar

 get-pcj:
      [get] Getting: http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar

 get-nni:
      [get] Getting: 
 http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar

 get-simple-xml:
      [get] Getting: 
 http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/simple-xml-1.7.3.jar

 get-libraries:

 compile:
    [javac] Compiling 7 source files to 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/clustering/src/main/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngine.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 build:
      [jar] Building jar: 
 /tmp/apache-solr-nightly/contrib/clustering/build/apache-solr-clustering-nightly.jar

 dist:
     [copy] Copying 1 file to /tmp/apache-solr-nightly/dist

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:

 compile:
    [javac] Compiling 43 source files to 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileExtras:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/extras/classes
    [javac] Compiling 1 source file to 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/extras/classes
    [javac] Note: 
 

Re: Solr nightly build failure

2009-10-13 Thread Yonik Seeley
Ah, of course.

This consistently fails:
 ant test -Dversion=nightly -Dtestcase=SolrExampleEmbeddedTest

It's because the version nightly makes the regex not match!  We
should probably relax the expressions.

-Yonik
http://www.lucidimagination.com



On Tue, Oct 13, 2009 at 10:25 AM, Yonik Seeley
yo...@lucidimagination.com wrote:
 Not sure what's up with the failures below - looks like SolrJ got an
 error from Solr reporting a failure instantiating a lazy request
 handler... but there's no matching exception in the Solr logs.
 Running this test by hand worked fine too.  I just kicked off another
 nightly by hand.

 -Yonik
 http://www.lucidimagination.com


 On Tue, Oct 13, 2009 at 4:34 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 87 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 dist-contrib:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 proxy.setup:

 check-files:

 get-colt:
      [get] Getting: 
 http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar

 get-pcj:
      [get] Getting: http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar

 get-nni:
      [get] Getting: 
 http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar

 get-simple-xml:
      [get] Getting: 
 http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar
      [get] To: 
 /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/simple-xml-1.7.3.jar

 get-libraries:

 compile:
    [javac] Compiling 7 source files to 
 /tmp/apache-solr-nightly/contrib/clustering/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/clustering/src/main/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngine.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 build:
      [jar] Building jar: 
 /tmp/apache-solr-nightly/contrib/clustering/build/apache-solr-clustering-nightly.jar

 dist:
     [copy] Copying 1 file to /tmp/apache-solr-nightly/dist

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:

 compile:
    [javac] Compiling 43 source files to 
 /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    

Re: Solr nightly build failure

2009-10-13 Thread Yonik Seeley
OK, the nightly now passes latest here:

http://people.apache.org/builds/lucene/solr/nightly/

-Yonik
http://www.lucidimagination.com


On Tue, Oct 13, 2009 at 11:10 AM, Yonik Seeley
yo...@lucidimagination.com wrote:
 Ah, of course.

 This consistently fails:
  ant test -Dversion=nightly -Dtestcase=SolrExampleEmbeddedTest

 It's because the version nightly makes the regex not match!  We
 should probably relax the expressions.

 -Yonik
 http://www.lucidimagination.com


Re: Solr nightly build failure

2009-10-10 Thread Yonik Seeley
Hmmm, wonder why this would fail...

Testcase: testMultiThreaded took 11.47 sec
FAILED
expected:500 but was:484
junit.framework.AssertionFailedError: expected:500 but was:484
at 
org.apache.solr.client.solrj.LargeVolumeTestBase.query(LargeVolumeTestBase.java:63)
at 
org.apache.solr.client.solrj.LargeVolumeTestBase.testMultiThreaded(LargeVolumeTestBase.java:55)


-Yonik
http://www.lucidimagination.com



On Sat, Oct 10, 2009 at 4:39 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 86 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 solr-cell-example:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 compile:
    [javac] Compiling 6 source files to 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java
  uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 build:
      [jar] Building jar: 
 /tmp/apache-solr-nightly/contrib/extraction/build/apache-solr-cell-nightly.jar

 example:
     [copy] Copying 1 file to /tmp/apache-solr-nightly/example/solr/lib
     [copy] Copying 26 files to /tmp/apache-solr-nightly/example/solr/lib

 junit:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
    [junit] Running org.apache.solr.BasicFunctionalityTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 67.557 sec
    [junit] Running org.apache.solr.ConvertedLegacyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 31.074 sec
    [junit] Running org.apache.solr.DisMaxRequestHandlerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 23.75 sec
    [junit] Running org.apache.solr.EchoParamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.213 sec
    [junit] Running org.apache.solr.MinimalSchemaTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 12.606 sec
    [junit] Running org.apache.solr.OutputWriterTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.766 sec
    [junit] Running org.apache.solr.SampleTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.386 sec
    [junit] Running org.apache.solr.SolrInfoMBeanTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.858 sec
    [junit] Running org.apache.solr.TestDistributedSearch
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 121.404 sec
    [junit] Running org.apache.solr.TestPluginEnable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.362 sec
    [junit] Running org.apache.solr.TestSolrCoreProperties
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.574 sec
    [junit] Running org.apache.solr.TestTrie
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 11.423 sec
    [junit] Running org.apache.solr.analysis.CommonGramsFilterFactoryTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.72 sec
    [junit] Running org.apache.solr.analysis.CommonGramsFilterTest
    [junit] Tests run: 4, 

Re: Solr nightly build failure

2009-10-10 Thread Yonik Seeley
Ahh, this is why...
SEVERE: org.apache.solr.common.SolrException: Error opening new
searcher. exceeded limit of maxWarmingSearchers=2, try again later.

So it's using the example config, but commiting from 5 different
threads and hence not all of the commits are guaranteed to succeed.
Not sure what to do about that...

-Yonik
http://www.lucidimagination.com



On Sat, Oct 10, 2009 at 7:24 AM, Yonik Seeley
yo...@lucidimagination.com wrote:
 Hmmm, wonder why this would fail...

 Testcase: testMultiThreaded took 11.47 sec
        FAILED
 expected:500 but was:484
 junit.framework.AssertionFailedError: expected:500 but was:484
        at 
 org.apache.solr.client.solrj.LargeVolumeTestBase.query(LargeVolumeTestBase.java:63)
        at 
 org.apache.solr.client.solrj.LargeVolumeTestBase.testMultiThreaded(LargeVolumeTestBase.java:55)


 -Yonik
 http://www.lucidimagination.com



 On Sat, Oct 10, 2009 at 4:39 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 86 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 389 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 177 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 solr-cell-example:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 compile:
    [javac] Compiling 6 source files to 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java
  uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 build:
      [jar] Building jar: 
 /tmp/apache-solr-nightly/contrib/extraction/build/apache-solr-cell-nightly.jar

 example:
     [copy] Copying 1 file to /tmp/apache-solr-nightly/example/solr/lib
     [copy] Copying 26 files to /tmp/apache-solr-nightly/example/solr/lib

 junit:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
    [junit] Running org.apache.solr.BasicFunctionalityTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 67.557 sec
    [junit] Running org.apache.solr.ConvertedLegacyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 31.074 sec
    [junit] Running org.apache.solr.DisMaxRequestHandlerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 23.75 sec
    [junit] Running org.apache.solr.EchoParamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.213 sec
    [junit] Running org.apache.solr.MinimalSchemaTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 12.606 sec
    [junit] Running org.apache.solr.OutputWriterTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.766 sec
    [junit] Running org.apache.solr.SampleTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.386 sec
    [junit] Running org.apache.solr.SolrInfoMBeanTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.858 sec
    [junit] Running org.apache.solr.TestDistributedSearch
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 121.404 sec
    [junit] Running org.apache.solr.TestPluginEnable
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.362 sec
    [junit] Running 

Re: Solr nightly build failure

2009-09-23 Thread Yonik Seeley
Exception that caused the failure shown below...
is this an exception that should be handled internally by LBHttpSolrServer?

-Yonik
http://www.lucidimagination.com

  testcase classname=org.apache.solr.client.solrj.TestLBHttpSolrServer
name=testSimple time=22.99/testcase
  testcase classname=org.apache.solr.client.solrj.TestLBHttpSolrServer
name=testTwoServers time=7.81
error message=java.lang.IllegalStateException: Connection is not
open 
type=org.apache.solr.client.solrj.SolrServerExceptionorg.apache.solr.client.solrj.SolrServerException:
java.lang.Ille
galStateException: Connection is not open
at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:217)
at 
org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
at 
org.apache.solr.client.solrj.TestLBHttpSolrServer.testTwoServers(TestLBHttpSolrServer.java:130)
Caused by: java.lang.IllegalStateException: Connection is not open
at 
org.apache.commons.httpclient.HttpConnection.assertOpen(HttpConnection.java:1277)
at 
org.apache.commons.httpclient.HttpConnection.getResponseInputStream(HttpConnection.java:858)
at 
org.apache.commons.httpclient.HttpMethodBase.readResponseHeaders(HttpMethodBase.java:1935)
at 
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1737)
at 
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at 
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at 
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:415)
at 
org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:242)
at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:205)
/error
  /testcase




On Wed, Sep 23, 2009 at 4:41 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 86 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 387 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 176 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 solr-cell-example:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 compile:
    [javac] Compiling 6 source files to 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java
  uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 build:
      [jar] Building jar: 
 /tmp/apache-solr-nightly/contrib/extraction/build/apache-solr-cell-nightly.jar

 example:
     [copy] Copying 1 file to /tmp/apache-solr-nightly/example/solr/lib
     [copy] Copying 26 files to /tmp/apache-solr-nightly/example/solr/lib

 junit:
    [mkdir] Created dir: 

Re: Solr nightly build failure

2009-09-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
I guess yes. But in this case it should have retried. And probably the
next attempt would have succeeded.



On Wed, Sep 23, 2009 at 7:48 PM, Yonik Seeley
yo...@lucidimagination.com wrote:
 Exception that caused the failure shown below...
 is this an exception that should be handled internally by LBHttpSolrServer?

 -Yonik
 http://www.lucidimagination.com

  testcase classname=org.apache.solr.client.solrj.TestLBHttpSolrServer
 name=testSimple time=22.99/testcase
  testcase classname=org.apache.solr.client.solrj.TestLBHttpSolrServer
 name=testTwoServers time=7.81
    error message=java.lang.IllegalStateException: Connection is not
 open 
 type=org.apache.solr.client.solrj.SolrServerExceptionorg.apache.solr.client.solrj.SolrServerException:
 java.lang.Ille
 galStateException: Connection is not open
        at 
 org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:217)
        at 
 org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89)
        at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:118)
        at 
 org.apache.solr.client.solrj.TestLBHttpSolrServer.testTwoServers(TestLBHttpSolrServer.java:130)
 Caused by: java.lang.IllegalStateException: Connection is not open
        at 
 org.apache.commons.httpclient.HttpConnection.assertOpen(HttpConnection.java:1277)
        at 
 org.apache.commons.httpclient.HttpConnection.getResponseInputStream(HttpConnection.java:858)
        at 
 org.apache.commons.httpclient.HttpMethodBase.readResponseHeaders(HttpMethodBase.java:1935)
        at 
 org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1737)
        at 
 org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
        at 
 org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
        at 
 org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
        at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
        at 
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
        at 
 org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:415)
        at 
 org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:242)
        at 
 org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:205)
 /error
  /testcase




 On Wed, Sep 23, 2009 at 4:41 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 86 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 387 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 176 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 solr-cell-example:

 init:
    [mkdir] Created dir: 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api

 init-forrest-entities:

 compile-solrj:

 compile:
    [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
    [javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java
  uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.

 make-manifest:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF

 compile:
    [javac] Compiling 6 source files to 
 /tmp/apache-solr-nightly/contrib/extraction/build/classes
    [javac] Note: 
 /tmp/apache-solr-nightly/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java
  uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 build:
      [jar] Building jar: 
 

Re: Solr nightly build failure

2009-09-11 Thread Grant Ingersoll
Hmm, this looks like my commit.  I'll check into it.  Anyone else  
seeing failures?


On Sep 11, 2009, at 4:38 AM, solr-dev@lucene.apache.org wrote:



init-forrest-entities:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

compile-solrj:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
   [javac] Compiling 86 source files to /tmp/apache-solr-nightly/ 
build/solrj

   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.

compile:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
   [javac] Compiling 374 source files to /tmp/apache-solr-nightly/ 
build/solr

   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.

compileTests:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
   [javac] Compiling 168 source files to /tmp/apache-solr-nightly/ 
build/tests

   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.

junit:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
   [junit] Running org.apache.solr.BasicFunctionalityTest
   [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed:  
43.509 sec

   [junit] Running org.apache.solr.ConvertedLegacyTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
24.636 sec

   [junit] Running org.apache.solr.DisMaxRequestHandlerTest
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
21.207 sec

   [junit] Running org.apache.solr.EchoParamsTest
   [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.797  
sec

   [junit] Running org.apache.solr.MinimalSchemaTest
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
10.042 sec

   [junit] Running org.apache.solr.OutputWriterTest
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.022  
sec

   [junit] Running org.apache.solr.SampleTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.666  
sec

   [junit] Running org.apache.solr.SolrInfoMBeanTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.302  
sec

   [junit] Running org.apache.solr.TestDistributedSearch
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 97.45  
sec

   [junit] Running org.apache.solr.TestPluginEnable
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.54  
sec

   [junit] Running org.apache.solr.TestSolrCoreProperties
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.094  
sec

   [junit] Running org.apache.solr.TestTrie
   [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed:  
14.825 sec
   [junit] Running  
org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.829  
sec

   [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
   [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.181  
sec
   [junit] Running  
org.apache.solr.analysis.EnglishPorterFilterFactoryTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.589  
sec

   [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
   [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.68  
sec

   [junit] Running org.apache.solr.analysis.LengthFilterTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.704  
sec
   [junit] Running  
org.apache.solr.analysis.SnowballPorterFilterFactoryTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.717  
sec

   [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.264  
sec

   [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.031  
sec
   [junit] Running  
org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
11.213 sec

   [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.398  
sec

   [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.732  
sec

   [junit] Running org.apache.solr.analysis.TestKeepWordFilter
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.458  
sec
   [junit] Running  

Re: Solr nightly build failure

2009-09-11 Thread Robert Muir
i'm seeing this one too

On Fri, Sep 11, 2009 at 8:25 AM, Grant Ingersoll gsing...@apache.org wrote:
 Hmm, this looks like my commit.  I'll check into it.  Anyone else seeing
 failures?

 On Sep 11, 2009, at 4:38 AM, solr-dev@lucene.apache.org wrote:


 init-forrest-entities:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
   [javac] Compiling 86 source files to
 /tmp/apache-solr-nightly/build/solrj
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
   [javac] Compiling 374 source files to
 /tmp/apache-solr-nightly/build/solr
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
   [javac] Compiling 168 source files to
 /tmp/apache-solr-nightly/build/tests
   [javac] Note: Some input files use or override a deprecated API.
   [javac] Note: Recompile with -Xlint:deprecation for details.
   [javac] Note: Some input files use unchecked or unsafe operations.
   [javac] Note: Recompile with -Xlint:unchecked for details.

 junit:
   [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
   [junit] Running org.apache.solr.BasicFunctionalityTest
   [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 43.509 sec
   [junit] Running org.apache.solr.ConvertedLegacyTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 24.636 sec
   [junit] Running org.apache.solr.DisMaxRequestHandlerTest
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 21.207 sec
   [junit] Running org.apache.solr.EchoParamsTest
   [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.797 sec
   [junit] Running org.apache.solr.MinimalSchemaTest
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.042 sec
   [junit] Running org.apache.solr.OutputWriterTest
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.022 sec
   [junit] Running org.apache.solr.SampleTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.666 sec
   [junit] Running org.apache.solr.SolrInfoMBeanTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.302 sec
   [junit] Running org.apache.solr.TestDistributedSearch
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 97.45 sec
   [junit] Running org.apache.solr.TestPluginEnable
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.54 sec
   [junit] Running org.apache.solr.TestSolrCoreProperties
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.094 sec
   [junit] Running org.apache.solr.TestTrie
   [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 14.825 sec
   [junit] Running
 org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.829 sec
   [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
   [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.181 sec
   [junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.589 sec
   [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
   [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.68 sec
   [junit] Running org.apache.solr.analysis.LengthFilterTest
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.704 sec
   [junit] Running org.apache.solr.analysis.SnowballPorterFilterFactoryTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.717 sec
   [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.264 sec
   [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.031 sec
   [junit] Running
 org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.213 sec
   [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.398 sec
   [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.732 sec
   [junit] Running org.apache.solr.analysis.TestKeepWordFilter
   [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.458 sec
   [junit] Running 

Re: Solr nightly build failure

2009-09-11 Thread Grant Ingersoll

Hmm, ant clean test passes for me.


On Sep 11, 2009, at 8:25 AM, Grant Ingersoll wrote:

Hmm, this looks like my commit.  I'll check into it.  Anyone else  
seeing failures?


On Sep 11, 2009, at 4:38 AM, solr-dev@lucene.apache.org wrote:



init-forrest-entities:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

compile-solrj:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
  [javac] Compiling 86 source files to /tmp/apache-solr-nightly/ 
build/solrj

  [javac] Note: Some input files use or override a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] Note: Some input files use unchecked or unsafe operations.
  [javac] Note: Recompile with -Xlint:unchecked for details.

compile:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
  [javac] Compiling 374 source files to /tmp/apache-solr-nightly/ 
build/solr

  [javac] Note: Some input files use or override a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] Note: Some input files use unchecked or unsafe operations.
  [javac] Note: Recompile with -Xlint:unchecked for details.

compileTests:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
  [javac] Compiling 168 source files to /tmp/apache-solr-nightly/ 
build/tests

  [javac] Note: Some input files use or override a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] Note: Some input files use unchecked or unsafe operations.
  [javac] Note: Recompile with -Xlint:unchecked for details.

junit:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
  [junit] Running org.apache.solr.BasicFunctionalityTest
  [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed:  
43.509 sec

  [junit] Running org.apache.solr.ConvertedLegacyTest
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
24.636 sec

  [junit] Running org.apache.solr.DisMaxRequestHandlerTest
  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
21.207 sec

  [junit] Running org.apache.solr.EchoParamsTest
  [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.797  
sec

  [junit] Running org.apache.solr.MinimalSchemaTest
  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
10.042 sec

  [junit] Running org.apache.solr.OutputWriterTest
  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.022  
sec

  [junit] Running org.apache.solr.SampleTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.666  
sec

  [junit] Running org.apache.solr.SolrInfoMBeanTest
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.302  
sec

  [junit] Running org.apache.solr.TestDistributedSearch
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 97.45  
sec

  [junit] Running org.apache.solr.TestPluginEnable
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.54  
sec

  [junit] Running org.apache.solr.TestSolrCoreProperties
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.094  
sec

  [junit] Running org.apache.solr.TestTrie
  [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed:  
14.825 sec
  [junit] Running  
org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.829  
sec

  [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
  [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.181  
sec
  [junit] Running  
org.apache.solr.analysis.EnglishPorterFilterFactoryTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.589  
sec

  [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
  [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.68  
sec

  [junit] Running org.apache.solr.analysis.LengthFilterTest
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.704  
sec
  [junit] Running  
org.apache.solr.analysis.SnowballPorterFilterFactoryTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.717  
sec

  [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.264  
sec

  [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.031  
sec
  [junit] Running  
org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
11.213 sec

  [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.398  
sec

  [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.732  
sec

  [junit] Running org.apache.solr.analysis.TestKeepWordFilter
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.458  
sec
  [junit] Running  

Re: Solr nightly build failure

2009-09-11 Thread Robert Muir
i see this with a clean checkout and ant test

On Fri, Sep 11, 2009 at 8:37 AM, Grant Ingersoll gsing...@apache.org wrote:
 Hmm, ant clean test passes for me.


 On Sep 11, 2009, at 8:25 AM, Grant Ingersoll wrote:

 Hmm, this looks like my commit.  I'll check into it.  Anyone else seeing
 failures?

 On Sep 11, 2009, at 4:38 AM, solr-dev@lucene.apache.org wrote:


 init-forrest-entities:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
  [javac] Compiling 86 source files to
 /tmp/apache-solr-nightly/build/solrj
  [javac] Note: Some input files use or override a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] Note: Some input files use unchecked or unsafe operations.
  [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
  [javac] Compiling 374 source files to
 /tmp/apache-solr-nightly/build/solr
  [javac] Note: Some input files use or override a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] Note: Some input files use unchecked or unsafe operations.
  [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
  [javac] Compiling 168 source files to
 /tmp/apache-solr-nightly/build/tests
  [javac] Note: Some input files use or override a deprecated API.
  [javac] Note: Recompile with -Xlint:deprecation for details.
  [javac] Note: Some input files use unchecked or unsafe operations.
  [javac] Note: Recompile with -Xlint:unchecked for details.

 junit:
  [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
  [junit] Running org.apache.solr.BasicFunctionalityTest
  [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 43.509 sec
  [junit] Running org.apache.solr.ConvertedLegacyTest
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 24.636 sec
  [junit] Running org.apache.solr.DisMaxRequestHandlerTest
  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 21.207 sec
  [junit] Running org.apache.solr.EchoParamsTest
  [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.797 sec
  [junit] Running org.apache.solr.MinimalSchemaTest
  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.042 sec
  [junit] Running org.apache.solr.OutputWriterTest
  [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.022 sec
  [junit] Running org.apache.solr.SampleTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.666 sec
  [junit] Running org.apache.solr.SolrInfoMBeanTest
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.302 sec
  [junit] Running org.apache.solr.TestDistributedSearch
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 97.45 sec
  [junit] Running org.apache.solr.TestPluginEnable
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.54 sec
  [junit] Running org.apache.solr.TestSolrCoreProperties
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.094 sec
  [junit] Running org.apache.solr.TestTrie
  [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 14.825 sec
  [junit] Running
 org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.829 sec
  [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
  [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1.181 sec
  [junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.589 sec
  [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
  [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.68 sec
  [junit] Running org.apache.solr.analysis.LengthFilterTest
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.704 sec
  [junit] Running org.apache.solr.analysis.SnowballPorterFilterFactoryTest
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.717 sec
  [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.264 sec
  [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.031 sec
  [junit] Running
 org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
  [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.213 sec
  [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.398 sec
  [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.732 sec
  [junit] Running org.apache.solr.analysis.TestKeepWordFilter
  [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 

Re: Solr nightly build failure

2009-09-11 Thread Grant Ingersoll

I bet it is due to ant example not being run first.

On Sep 11, 2009, at 9:02 AM, Robert Muir wrote:


i see this with a clean checkout and ant test

On Fri, Sep 11, 2009 at 8:37 AM, Grant Ingersoll  
gsing...@apache.org wrote:

Hmm, ant clean test passes for me.


On Sep 11, 2009, at 8:25 AM, Grant Ingersoll wrote:

Hmm, this looks like my commit.  I'll check into it.  Anyone else  
seeing

failures?

On Sep 11, 2009, at 4:38 AM, solr-dev@lucene.apache.org wrote:



init-forrest-entities:
 [mkdir] Created dir: /tmp/apache-solr-nightly/build
 [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

compile-solrj:
 [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
 [javac] Compiling 86 source files to
/tmp/apache-solr-nightly/build/solrj
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.

compile:
 [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
 [javac] Compiling 374 source files to
/tmp/apache-solr-nightly/build/solr
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.

compileTests:
 [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
 [javac] Compiling 168 source files to
/tmp/apache-solr-nightly/build/tests
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.

junit:
 [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
 [junit] Running org.apache.solr.BasicFunctionalityTest
 [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed:  
43.509 sec

 [junit] Running org.apache.solr.ConvertedLegacyTest
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
24.636 sec

 [junit] Running org.apache.solr.DisMaxRequestHandlerTest
 [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
21.207 sec

 [junit] Running org.apache.solr.EchoParamsTest
 [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed:  
6.797 sec

 [junit] Running org.apache.solr.MinimalSchemaTest
 [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
10.042 sec

 [junit] Running org.apache.solr.OutputWriterTest
 [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
7.022 sec

 [junit] Running org.apache.solr.SampleTest
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
4.666 sec

 [junit] Running org.apache.solr.SolrInfoMBeanTest
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
2.302 sec

 [junit] Running org.apache.solr.TestDistributedSearch
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
97.45 sec

 [junit] Running org.apache.solr.TestPluginEnable
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.54  
sec

 [junit] Running org.apache.solr.TestSolrCoreProperties
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
9.094 sec

 [junit] Running org.apache.solr.TestTrie
 [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed:  
14.825 sec

 [junit] Running
org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
0.829 sec

 [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
 [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed:  
1.181 sec
 [junit] Running  
org.apache.solr.analysis.EnglishPorterFilterFactoryTest
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
2.589 sec

 [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
 [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.68  
sec

 [junit] Running org.apache.solr.analysis.LengthFilterTest
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
4.704 sec
 [junit] Running  
org.apache.solr.analysis.SnowballPorterFilterFactoryTest
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
5.717 sec

 [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
6.264 sec

 [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
3.031 sec

 [junit] Running
org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
 [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
11.213 sec

 [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
3.398 sec

 [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:  
6.732 sec

 [junit] Running 

Re: Solr nightly build failure

2009-09-11 Thread Grant Ingersoll


On Sep 11, 2009, at 9:23 AM, Grant Ingersoll wrote:


I bet it is due to ant example not being run first.


I confirm that's the issue.  Argh.  Don't really want to make people  
run example first (because it is slow) but if the example is going to  
include /update/extract, then we need to make sure the libs are  
there.  I suppose we could run just the Solr Cell example target.





Re: Solr nightly build failure

2009-09-11 Thread Grant Ingersoll
Please try https://issues.apache.org/jira/browse/SOLR-1411  SOLR-1411- 
build.patch


On Sep 11, 2009, at 9:34 AM, Grant Ingersoll wrote:



On Sep 11, 2009, at 9:23 AM, Grant Ingersoll wrote:


I bet it is due to ant example not being run first.


I confirm that's the issue.  Argh.  Don't really want to make people  
run example first (because it is slow) but if the example is going  
to include /update/extract, then we need to make sure the libs are  
there.  I suppose we could run just the Solr Cell example target.








Re: Solr nightly build failure

2009-09-11 Thread Robert Muir
thanks, this patch fixes the build issue

On Fri, Sep 11, 2009 at 10:14 AM, Grant Ingersoll gsing...@apache.org wrote:
 Please try https://issues.apache.org/jira/browse/SOLR-1411
  SOLR-1411-build.patch

-- 
Robert Muir
rcm...@gmail.com


Re: Solr nightly build failure

2009-08-27 Thread Yonik Seeley
I think these failures might be due to waiting until a commit, but not
waiting until the new searcher is registered before trying the search.
 I'll see if I can work up a patch.

-Yonik
http://www.lucidimagination.com



On Thu, Aug 27, 2009 at 4:37 AM, solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 84 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 373 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 167 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 junit:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
    [junit] Running org.apache.solr.BasicFunctionalityTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 41.021 sec
    [junit] Running org.apache.solr.ConvertedLegacyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 21.869 sec
    [junit] Running org.apache.solr.DisMaxRequestHandlerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 17.514 sec
    [junit] Running org.apache.solr.EchoParamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9.449 sec
    [junit] Running org.apache.solr.MinimalSchemaTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.767 sec
    [junit] Running org.apache.solr.OutputWriterTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.592 sec
    [junit] Running org.apache.solr.SampleTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.018 sec
    [junit] Running org.apache.solr.SolrInfoMBeanTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.092 sec
    [junit] Running org.apache.solr.TestDistributedSearch
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 78.793 sec
    [junit] Running org.apache.solr.TestSolrCoreProperties
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.717 sec
    [junit] Running org.apache.solr.TestTrie
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 18.558 sec
    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.771 sec
    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.695 sec
    [junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.717 sec
    [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.462 sec
    [junit] Running org.apache.solr.analysis.LengthFilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.197 sec
    [junit] Running org.apache.solr.analysis.SnowballPorterFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.475 sec
    [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.76 sec
    [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.925 sec
    [junit] Running 
 org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.735 sec
    [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.866 sec
    [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.046 sec
    [junit] Running org.apache.solr.analysis.TestKeepWordFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.311 sec
    [junit] Running 

Re: Solr nightly build failure

2009-08-27 Thread Yonik Seeley
I kicked off the nightly build manually - seems to have worked for now at least.

-Yonik
http://www.lucidimagination.com



On Thu, Aug 27, 2009 at 8:26 AM, Yonik Seeleyyo...@lucidimagination.com wrote:
 I think these failures might be due to waiting until a commit, but not
 waiting until the new searcher is registered before trying the search.
  I'll see if I can work up a patch.

 -Yonik
 http://www.lucidimagination.com



 On Thu, Aug 27, 2009 at 4:37 AM, solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 84 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 373 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 167 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 junit:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
    [junit] Running org.apache.solr.BasicFunctionalityTest
    [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 41.021 sec
    [junit] Running org.apache.solr.ConvertedLegacyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 21.869 sec
    [junit] Running org.apache.solr.DisMaxRequestHandlerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 17.514 sec
    [junit] Running org.apache.solr.EchoParamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9.449 sec
    [junit] Running org.apache.solr.MinimalSchemaTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.767 sec
    [junit] Running org.apache.solr.OutputWriterTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.592 sec
    [junit] Running org.apache.solr.SampleTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.018 sec
    [junit] Running org.apache.solr.SolrInfoMBeanTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.092 sec
    [junit] Running org.apache.solr.TestDistributedSearch
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 78.793 sec
    [junit] Running org.apache.solr.TestSolrCoreProperties
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.717 sec
    [junit] Running org.apache.solr.TestTrie
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 18.558 sec
    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.771 sec
    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.695 sec
    [junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.717 sec
    [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.462 sec
    [junit] Running org.apache.solr.analysis.LengthFilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.197 sec
    [junit] Running org.apache.solr.analysis.SnowballPorterFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.475 sec
    [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.76 sec
    [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.925 sec
    [junit] Running 
 org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.735 sec
    [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.866 sec
    [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time 

Re: Solr nightly build failure

2009-07-06 Thread Yonik Seeley
Hmmm... no idea why this would happen.

  testcase classname=org.apache.solr.client.solrj.embedded.JettyWebappTest
name=testJSP time=14.789
error message=Server returned HTTP response code: 500 for URL:
http://localhost:56914/test/admin/threaddump.jsp;
type=java.io.IOExceptionjava.io.IOException: Server returned
HTTP response code: 500 for URL:
http://localhost:56914/test/admin/threaddump.jsp
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
at java.net.URL.openStream(URL.java:1007)
at 
org.apache.solr.client.solrj.embedded.JettyWebappTest.testJSP(JettyWebappTest.java:91)
/error

-Yonik
http://www.lucidimagination.com



On Mon, Jul 6, 2009 at 4:27 AM, solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 83 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 375 source files to /tmp/apache-solr-nightly/build/solr
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compileTests:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
    [javac] Compiling 163 source files to /tmp/apache-solr-nightly/build/tests
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 junit:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
    [junit] Running org.apache.solr.BasicFunctionalityTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 18.117 sec
    [junit] Running org.apache.solr.ConvertedLegacyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.976 sec
    [junit] Running org.apache.solr.DisMaxRequestHandlerTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.219 sec
    [junit] Running org.apache.solr.EchoParamsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.558 sec
    [junit] Running org.apache.solr.OutputWriterTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.309 sec
    [junit] Running org.apache.solr.SampleTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.378 sec
    [junit] Running org.apache.solr.SolrInfoMBeanTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.94 sec
    [junit] Running org.apache.solr.TestDistributedSearch
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 47.478 sec
    [junit] Running org.apache.solr.TestTrie
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 10.396 sec
    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.409 sec
    [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.518 sec
    [junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.533 sec
    [junit] Running org.apache.solr.analysis.HTMLStripReaderTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.015 sec
    [junit] Running org.apache.solr.analysis.LengthFilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.61 sec
    [junit] Running org.apache.solr.analysis.SnowballPorterFilterFactoryTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.338 sec
    [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.267 sec
    [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.481 sec
    [junit] Running org.apache.solr.analysis.TestCharFilter
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.385 sec
    [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.07 sec
    [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.081 sec
    [junit] 

Re: Solr nightly build failure

2009-06-27 Thread Yonik Seeley
My fault - committed part of a future patch with my last commit.  Fixing now...
-Yonik

On Sat, Jun 27, 2009 at 4:05 AM, solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-solrj:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
    [javac] Compiling 83 source files to /tmp/apache-solr-nightly/build/solrj
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
    [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
    [javac] Compiling 375 source files to /tmp/apache-solr-nightly/build/solr
    [javac] 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/search/SolrIndexSearcher.java:627:
  cannot find symbol
    [javac] symbol  : method simplifyQuery(org.apache.lucene.search.Query)
    [javac] location: class org.apache.solr.search.QueryUtils
    [javac]     query = QueryUtils.simplifyQuery(query);
    [javac]                       ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

 BUILD FAILED
 /tmp/apache-solr-nightly/build.xml:137: The following error occurred while 
 executing this line:
 /tmp/apache-solr-nightly/common-build.xml:155: Compile failed; see the 
 compiler error output for details.

 Total time: 10 seconds





Re: Solr nightly build failure

2009-05-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
The same test fails in my box consistently

On Sat, May 23, 2009 at 4:58 PM, Mark Miller markrmil...@gmail.com wrote:
   [junit] Running
 org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest
   [junit] Tests run: 8, Failures: 1, Errors: 0, Time elapsed: 20.341 sec





-- 
-
Noble Paul | Principal Engineer| AOL | http://aol.com


Re: Solr nightly build failure

2009-05-23 Thread Mark Miller

   [junit] Running 
org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest
   [junit] Tests run: 8, Failures: 1, Errors: 0, Time elapsed: 20.341 sec



Re: Solr nightly build failure

2009-03-15 Thread Shalin Shekhar Mangar
On Sat, Mar 14, 2009 at 1:49 PM, solr-dev@lucene.apache.org wrote:


[junit] Running org.apache.solr.TestTrie
[junit] response
[junit] lst name=responseHeaderint name=status0/intint
 name=QTime2/int/lstresult name=response numFound=6
 start=0docfloat name=id0.0/floatdate
 name=tdate2009-03-14T00:00:00Z/date/docdocfloat
 name=id1.0/floatdate
 name=tdate2009-03-15T00:00:00Z/date/docdocfloat
 name=id2.0/floatdate
 name=tdate2009-03-16T00:00:00Z/date/docdocfloat
 name=id3.0/floatdate
 name=tdate2009-03-17T00:00:00Z/date/docdocfloat
 name=id4.0/floatdate
 name=tdate2009-03-18T00:00:00Z/date/docdocfloat
 name=id5.0/floatdate
 name=tdate2009-03-19T00:00:00Z/date/doc/result
[junit] /response
[junit] )
[junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 7.421 sec
[junit] Test org.apache.solr.TestTrie FAILED


Is anybody else seeing this test fail on their local box? It passes on my
box.

In case anybody is curious, I'm indexing 10 dates (NOW/DAY to NOW/DAY+9
DAYS) and querying for tdate:[NOW/DAY TO NOW/DAY+5DAYS]. The bounds are
supposed to inclusive so it should give 6 results. But I get only 5 on my
local box but the hudson build returns 6. I'm not able to explain it.

Here's the code for indexing:

SimpleDateFormat format = new SimpleDateFormat(-MM-dd'T'HH:mm:ss'Z');
assertU(delQ(*:*));
DateMathParser dmp = new DateMathParser(DateField.UTC, Locale.US);
for (int i = 0; i  10; i++) {
  // index 10 days starting with today
  assertU(adoc(id, String.valueOf(i), tdate, format.format(i == 0 ?
dmp.parseMath(/DAY) : dmp.parseMath(/DAY+ + i + DAYS;
}
assertU(commit());

Here's the test:
req = req(q, *:*, fq, tdate:[NOW/DAY TO NOW/DAY+5DAYS]);
assertQ(Range filter must match only 5 documents, req,
//*...@numfound='5']);

-- 
Regards,
Shalin Shekhar Mangar.


Re: Solr nightly build failure

2009-03-15 Thread Yonik Seeley
Fixed.
SimpleDateFormat needed it's timezone set to UTC in the test (it was
formatting in local time and sticking on a 'Z').


-Yonik
http://www.lucidimagination.com


On Sun, Mar 15, 2009 at 3:32 AM, Shalin Shekhar Mangar
shalinman...@gmail.com wrote:
 On Sat, Mar 14, 2009 at 1:49 PM, solr-dev@lucene.apache.org wrote:


    [junit] Running org.apache.solr.TestTrie
    [junit] response
    [junit] lst name=responseHeaderint name=status0/intint
 name=QTime2/int/lstresult name=response numFound=6
 start=0docfloat name=id0.0/floatdate
 name=tdate2009-03-14T00:00:00Z/date/docdocfloat
 name=id1.0/floatdate
 name=tdate2009-03-15T00:00:00Z/date/docdocfloat
 name=id2.0/floatdate
 name=tdate2009-03-16T00:00:00Z/date/docdocfloat
 name=id3.0/floatdate
 name=tdate2009-03-17T00:00:00Z/date/docdocfloat
 name=id4.0/floatdate
 name=tdate2009-03-18T00:00:00Z/date/docdocfloat
 name=id5.0/floatdate
 name=tdate2009-03-19T00:00:00Z/date/doc/result
    [junit] /response
    [junit] )
    [junit] Tests run: 7, Failures: 1, Errors: 0, Time elapsed: 7.421 sec
    [junit] Test org.apache.solr.TestTrie FAILED


 Is anybody else seeing this test fail on their local box? It passes on my
 box.

 In case anybody is curious, I'm indexing 10 dates (NOW/DAY to NOW/DAY+9
 DAYS) and querying for tdate:[NOW/DAY TO NOW/DAY+5DAYS]. The bounds are
 supposed to inclusive so it should give 6 results. But I get only 5 on my
 local box but the hudson build returns 6. I'm not able to explain it.

 Here's the code for indexing:

 SimpleDateFormat format = new SimpleDateFormat(-MM-dd'T'HH:mm:ss'Z');
    assertU(delQ(*:*));
    DateMathParser dmp = new DateMathParser(DateField.UTC, Locale.US);
    for (int i = 0; i  10; i++) {
      // index 10 days starting with today
      assertU(adoc(id, String.valueOf(i), tdate, format.format(i == 0 ?
 dmp.parseMath(/DAY) : dmp.parseMath(/DAY+ + i + DAYS;
    }
    assertU(commit());

 Here's the test:
 req = req(q, *:*, fq, tdate:[NOW/DAY TO NOW/DAY+5DAYS]);
 assertQ(Range filter must match only 5 documents, req,
 //*...@numfound='5']);

 --
 Regards,
 Shalin Shekhar Mangar.



Re: Solr nightly build failure

2009-03-15 Thread Shalin Shekhar Mangar
On Sun, Mar 15, 2009 at 8:25 PM, Yonik Seeley yo...@lucidimagination.comwrote:

 Fixed.
 SimpleDateFormat needed it's timezone set to UTC in the test (it was
 formatting in local time and sticking on a 'Z').


Thanks Yonik!

-- 
Regards,
Shalin Shekhar Mangar.


Re: SOLR-906 -- Re: Solr nightly build failure

2009-02-22 Thread Yonik Seeley
On Sun, Feb 22, 2009 at 10:41 AM, Ryan McKinley ryan...@gmail.com wrote:
   [junit] Test
 org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest FAILED

 How do you all feel about pulling the StreamingSolrServer out of the main
 distribution until after 1.4 is released?

 I currently don't have the time to investigate what is happening with this.

Someone else may have time to look into it though - perhaps keep it
for now... we can always pull it later.

-Yonik
Lucene/Solr? http://www.lucidimagination.com


Re: Solr nightly build failure

2008-12-05 Thread Yonik Seeley
Here's the test failure:

  testcase 
classname=org.apache.solr.client.solrj.embedded.SolrExampleJettyTest
name=testCommitWithin time=1.193
failure message=expected:lt;0gt; but was:lt;1gt;
type=junit.framework.AssertionFailedErrorjunit.framework.AssertionFailedError:
expected:lt;0gt; but was:lt;1gt;
at 
org.apache.solr.client.solrj.SolrExampleTests.testCommitWithin(SolrExampleTests.java:226)
/failure
  /testcase


On Fri, Dec 5, 2008 at 3:15 AM,  solr-dev@lucene.apache.org wrote:

 init-forrest-entities:
[mkdir] Created dir: /tmp/apache-solr-nightly/build
[mkdir] Created dir: /tmp/apache-solr-nightly/build/web

 compile-common:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/common
[javac] Compiling 40 source files to /tmp/apache-solr-nightly/build/common
[javac] Note: 
 /tmp/apache-solr-nightly/src/java/org/apache/solr/common/util/FastInputStream.java
  uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

 compile:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/core
[javac] Compiling 373 source files to /tmp/apache-solr-nightly/build/core
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

 compile-solrj-core:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/client/solrj
[javac] Compiling 27 source files to 
 /tmp/apache-solr-nightly/build/client/solrj
[javac] Note: 
 /tmp/apache-solr-nightly/client/java/solrj/src/org/apache/solr/client/solrj/impl/CommonsHttpSolrServer.java
  uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

 compile-solrj:
[javac] Compiling 2 source files to 
 /tmp/apache-solr-nightly/build/client/solrj

 compileTests:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
[javac] Compiling 132 source files to /tmp/apache-solr-nightly/build/tests
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

 junit:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
[junit] Running org.apache.solr.BasicFunctionalityTest
[junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 17.486 sec
[junit] Running org.apache.solr.ConvertedLegacyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.36 sec
[junit] Running org.apache.solr.DisMaxRequestHandlerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.187 sec
[junit] Running org.apache.solr.EchoParamsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.417 sec
[junit] Running org.apache.solr.OutputWriterTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.523 sec
[junit] Running org.apache.solr.SampleTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.17 sec
[junit] Running org.apache.solr.SolrInfoMBeanTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.831 sec
[junit] Running org.apache.solr.TestDistributedSearch
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 22.763 sec
[junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.419 sec
[junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.413 sec
[junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.223 sec
[junit] Running org.apache.solr.analysis.HTMLStripReaderTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.963 sec
[junit] Running org.apache.solr.analysis.LengthFilterTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.038 sec
[junit] Running org.apache.solr.analysis.TestBufferedTokenStream
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.222 sec
[junit] Running org.apache.solr.analysis.TestCapitalizationFilter
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.322 sec
[junit] Running org.apache.solr.analysis.TestCharFilter
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.434 sec
[junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
[junit] Tests run: 1, Failures: 0, Errors: 

Re: Solr nightly build failure

2008-12-04 Thread Yonik Seeley
On Wed, Dec 3, 2008 at 3:29 PM, Ryan McKinley [EMAIL PROTECTED] wrote:

   [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 17.101 sec
   [junit] Test org.apache.solr.client.solrj.embedded.SolrExampleJettyTest
 FAILED

 Any thoughts on this?

 Things are building fine on my local system and on hudson:
 http://hudson.zones.apache.org/hudson/job/Solr-trunk/

 Where is the test output stored so we can look at what is actually
 happening?

/tmp directory on the lucene zone - but it's too late now, last build succeeded.
I'll try and be quicker next time to try and grab the output or
someone could try and hack the nightly build script to email the
failed test output (only the first 1 or 2 to avoid spamming things
perhaps).

-Yonik


Re: Solr nightly build failure

2008-12-03 Thread Ryan McKinley


   [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed:  
17.101 sec
   [junit] Test  
org.apache.solr.client.solrj.embedded.SolrExampleJettyTest FAILED


Any thoughts on this?

Things are building fine on my local system and on hudson:
http://hudson.zones.apache.org/hudson/job/Solr-trunk/

Where is the test output stored so we can look at what is actually  
happening?


ryan


Re: Solr nightly build failure

2008-11-25 Thread Shalin Shekhar Mangar
Sorry, my bad.
I do remember running the tests but I think I forgot to check the results
before adding the jars :)

On Sun, Nov 23, 2008 at 10:19 PM, Yonik Seeley [EMAIL PROTECTED] wrote:

 On Sun, Nov 23, 2008 at 3:15 AM,  solr-dev@lucene.apache.org wrote:
 [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.439 sec
 [junit] Test org.apache.solr.core.ResourceLoaderTest FAILED

 This started happening after the latest Lucene upgrade.
 Remember ant clean test is your friend ;-)

 -Yonik




-- 
Regards,
Shalin Shekhar Mangar.


Re: Solr nightly build failure

2008-11-23 Thread Yonik Seeley
On Sun, Nov 23, 2008 at 3:15 AM,  solr-dev@lucene.apache.org wrote:
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.439 sec
[junit] Test org.apache.solr.core.ResourceLoaderTest FAILED

This started happening after the latest Lucene upgrade.
Remember ant clean test is your friend ;-)

-Yonik


Re: Solr nightly build failure

2008-08-25 Thread Grant Ingersoll


On Aug 22, 2008, at 6:43 PM, Chris Hostetter wrote:

: Can you double check which ant is geting used and make changes as  
appropriate?


Actually, wait a minute  nightly.sh is just running ant nightly
which is the same as ant test package ... people who want to run  
tests

and package things up shouldn't be required to have Maven ant tasks
available.

It looks like this started happening because of r687335 ...
the new create-pacakges target seems fine to me ... but package
and generate-maven-artifacts should each depend on it directly (and
independently) ... why does package need to depend on
generate-maven-artifacts ?


Because the maven artifacts are part of packaging for release.  People  
who don't want them can run create-package, or we could call it core- 
package.  I just thought for release purposes it's easier to just call  
one target that has it all.


The bigger ? in my mind is why do we have two different nightly  
builds?  Hudson and crontab. 
 


Re: Solr nightly build failure

2008-08-25 Thread Chris Hostetter

: Because the maven artifacts are part of packaging for release.  People who
: don't want them can run create-package, or we could call it core-package.  I

The problem i have is that up until now, anyone that wanted to 
checkou the source and build it could run ant package and get a nice 
zip file and a tar ball ... now people who do that get an error that they 
need maven extensions to ant -- that shouldn't required if they don't care 
about maven.

Telling people to run ant create-package instead isn't that hard is 
suppose, but if that's the way things are going to be then, let's change 
ant usage to reflect reality.

I really just don't really understand why ant package needed to change 
at all?   Why not just add a maven-packages target that depends on 
package for people that want maven packaging?

: just thought for release purposes it's easier to just call one target that has
: it all.

If that's the main reason for setting things up this way, i'd rather add a 
new release target then modify the package target ... there's no 
reason to break things for existing users who don't care about maven.

: The bigger ? in my mind is why do we have two different nightly builds?
: Hudson and crontab.

well in theory the crontab shell script is the sanctioned nightly builds 
that get copied to people.apache.org and are linked to from the website
... the Hudson stuff was initially setup as an experiment.  We've 
discussed at least once in the past eliminating the crontab based builds, 
but they've caught problems just like this one before (ie: slightly 
different environments getting idfferent problems because the build files 
get tweaked)


-Hoss



Re: Solr nightly build failure

2008-08-25 Thread Grant Ingersoll


On Aug 25, 2008, at 1:50 PM, Chris Hostetter wrote:



: Because the maven artifacts are part of packaging for release.   
People who
: don't want them can run create-package, or we could call it core- 
package.  I


The problem i have is that up until now, anyone that wanted to
checkou the source and build it could run ant package and get a nice
zip file and a tar ball ... now people who do that get an error that  
they
need maven extensions to ant -- that shouldn't required if they  
don't care

about maven.

Telling people to run ant create-package instead isn't that hard is
suppose, but if that's the way things are going to be then, let's  
change

ant usage to reflect reality.

I really just don't really understand why ant package needed to  
change

at all?   Why not just add a maven-packages target that depends on
package for people that want maven packaging?


I figured the auto build systems were already calling package, thus,  
I wanted them to work and do the lifting of building the Maven  
packages as well.  Package was what was being called on Hudson, and  
presumably nightly, too, so I figured it was a good thing to keep it  
the same, lest I have to go change all of those too.





: just thought for release purposes it's easier to just call one  
target that has

: it all.

If that's the main reason for setting things up this way, i'd rather  
add a

new release target then modify the package target ... there's no
reason to break things for existing users who don't care about maven.


I don't care either way, as long as Hudson and nightly work.  Go for  
it, if you want to change all the touch points that call package.


-Grant


Re: Solr nightly build failure

2008-08-22 Thread Chris Hostetter

Yonik: is nightly.sh running in your crontab?  

Can you double check which ant is geting used and make changes as appropriate?

(and update the new NightlyBuilds wiki page)

: maven.ant.tasks-check:
: 
: BUILD FAILED
: /tmp/apache-solr-nightly/common-build.xml:334: 
##
:   Maven ant tasks not found.
:   Please make sure the maven-ant-tasks jar is in ANT_HOME/lib, or made
:   available to Ant using other mechanisms like -lib or CLASSPATH.
:   ##
: 
: Total time: 8 minutes 9 seconds
: 
: 



-Hoss



Re: Solr nightly build failure

2008-08-22 Thread Chris Hostetter
: Can you double check which ant is geting used and make changes as appropriate?

Actually, wait a minute  nightly.sh is just running ant nightly 
which is the same as ant test package ... people who want to run tests 
and package things up shouldn't be required to have Maven ant tasks 
available.

It looks like this started happening because of r687335 ... 
the new create-pacakges target seems fine to me ... but package 
and generate-maven-artifacts should each depend on it directly (and 
independently) ... why does package need to depend on 
generate-maven-artifacts ?



: : maven.ant.tasks-check:
: : 
: : BUILD FAILED
: : /tmp/apache-solr-nightly/common-build.xml:334: 
##
: :   Maven ant tasks not found.
: :   Please make sure the maven-ant-tasks jar is in ANT_HOME/lib, or made
: :   available to Ant using other mechanisms like -lib or CLASSPATH.
: :   ##
: : 
: : Total time: 8 minutes 9 seconds
: : 


-Hoss



Re: Solr nightly build failure

2008-08-09 Thread Yonik Seeley
Here's the source of the failure:

  testcase classname=org.apache.solr.core.TestJmxIntegration name=testJmxUpd
ate time=1.79
error type=java.lang.NullPointerExceptionjava.lang.NullPointerException
at org.apache.solr.core.TestJmxIntegration.getObjectName(TestJmxIntegrat
ion.java:107)
at org.apache.solr.core.TestJmxIntegration.testJmxUpdate(TestJmxIntegrat
ion.java:89)
/error
  /testcase

looks like the lookup for searcher perhaps fails?

-Yonik


Re: Solr nightly build failure

2008-08-09 Thread Shalin Shekhar Mangar
Yes, I printed out the available beans on the console and searcher mbean is
missing. Looks like the main searcher is being registered *after* the test
runs. Shouldn't the test execute after Solr is completely up?

http://hudson.zones.apache.org/hudson/job/Solr-trunk/522/testReport/org.apache.solr.core/TestJmxIntegration/testJmxUpdate/

On Sat, Aug 9, 2008 at 9:07 PM, Yonik Seeley [EMAIL PROTECTED] wrote:

 Here's the source of the failure:

  testcase classname=org.apache.solr.core.TestJmxIntegration
 name=testJmxUpd
 ate time=1.79
error
 type=java.lang.NullPointerExceptionjava.lang.NullPointerException
at
 org.apache.solr.core.TestJmxIntegration.getObjectName(TestJmxIntegrat
 ion.java:107)
at
 org.apache.solr.core.TestJmxIntegration.testJmxUpdate(TestJmxIntegrat
 ion.java:89)
 /error
  /testcase

 looks like the lookup for searcher perhaps fails?

 -Yonik




-- 
Regards,
Shalin Shekhar Mangar.


Re: Solr nightly build failure

2008-08-09 Thread Yonik Seeley
On Sat, Aug 9, 2008 at 11:58 AM, Shalin Shekhar Mangar
[EMAIL PROTECTED] wrote:
 Yes, I printed out the available beans on the console and searcher mbean is
 missing. Looks like the main searcher is being registered *after* the test
 runs. Shouldn't the test execute after Solr is completely up?

Sounds right... I just hacked in a wait loop.

-Yonik


Re: Solr nightly build failure

2008-08-09 Thread Shalin Shekhar Mangar

 Sounds right... I just hacked in a wait loop.


Thanks!

-- 
Regards,
Shalin Shekhar Mangar.


Re: Solr nightly build failure

2008-04-05 Thread Mike Klaas


On 4-Apr-08, at 1:33 AM, solr-dev@lucene.apache.org wrote:


   [junit] Running org.apache.solr.update.AutoCommitTest
   [junit] response
   [junit] lst name=responseHeaderint name=status0/intint  
name=QTime1/int/lstresult name=response numFound=0  
start=0/

   [junit] /response
   [junit] )
   [junit] response
   [junit] lst name=responseHeaderint name=status0/intint  
name=QTime47/int/lstresult name=response numFound=1  
start=0docarr name=field_tstrwhat's inside?/str/ 
arrint name=id531/intint name=intDefault42/intarr  
name=multiDefaultstrmuLti-Default/str/arrarr  
name=subjectstrinfo/str/arrdate  
name=timestamp2008-04-04T08:29:19.053Z/date/doc/result

   [junit] /response
   [junit] )
   [junit] Tests run: 3, Failures: 2, Errors: 0, Time elapsed:  
14.972 sec

   [junit] Test org.apache.solr.update.AutoCommitTest FAILED


I think I'm going to disable this test until I can figure out why it  
is failing (on only one of the two daily builds).


-Mike


Re: Solr nightly build failure

2008-03-25 Thread Chris Hostetter

: [junit] Running org.apache.solr.client.solrj.response.QueryResponseTest
: [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.316 sec

This test seems to have been failing consistently in the nightly build 
since March 18th which is when the test was added (new Date Faceting 
code)... 

http://svn.apache.org/viewvc?view=revrevision=638357

...it has not failed in hudson, and it doesn't fail for me locally.  i'm 
going to go out on a limb and guess that maybe there is an environment 
specifc issue here -- i've only give the code a cursory once over, and 
nothing jumped out at in QueryResponse itself -- all of hte real parsing 
seems to be done elsewhere (which means this probably probably isn't 
specific to the date facet stuff).

one thing i did notice: since the test isn't writting anything to stdout, 
that implies that the problem isn't just that the individual FacetField 
objects contain bad data 

(either the FieldReader is null, or the QueryResponse is null, or 
qr.getFacetDates() is null, or the first FacetField in qr.getFacetDates() 
is null)

Can someone with a login on the Lucene zone check out the f8ll test 
results and see which assert failed?

I'm reopening SOLR-497 in the meantime.

-Hoss



RE: Solr nightly build failure

2008-03-04 Thread Peuss, Thomas
Hi!

What is the problem here? The Hudson build is OK. 

-Original Message-
From: solr-dev@lucene.apache.org [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 04, 2008 9:10 AM
To: solr-dev@lucene.apache.org
Subject: Solr nightly build failure


init-forrest-entities:
[mkdir] Created dir: /tmp/apache-solr-nightly/build

compile-common:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/common
[javac] Compiling 31 source files to
/tmp/apache-solr-nightly/build/common
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

compile:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/core
[javac] Compiling 307 source files to
/tmp/apache-solr-nightly/build/core
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

compile-solrj-core:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/client/solrj
[javac] Compiling 22 source files to
/tmp/apache-solr-nightly/build/client/solrj
[javac] Note:
/tmp/apache-solr-nightly/client/java/solrj/src/org/apache/solr/client/so
lrj/impl/CommonsHttpSolrServer.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.

compile-solrj:
[javac] Compiling 2 source files to
/tmp/apache-solr-nightly/build/client/solrj

compileTests:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
[javac] Compiling 84 source files to
/tmp/apache-solr-nightly/build/tests
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

junit:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
[junit] Running org.apache.solr.BasicFunctionalityTest
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 16.97
sec
[junit] Running org.apache.solr.ConvertedLegacyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.586
sec
[junit] Running org.apache.solr.DisMaxRequestHandlerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.755
sec
[junit] Running org.apache.solr.EchoParamsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.726
sec
[junit] Running org.apache.solr.OutputWriterTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.88 sec
[junit] Running org.apache.solr.SampleTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.545
sec
[junit] Running org.apache.solr.TestDistributedSearch
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 12.223
sec
[junit] 2008-03-04 08:06:38.754::INFO:  Shutdown hook executing
[junit] 2008-03-04 08:06:38.754::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:39.764::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:40.773::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:41.783::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:42.793::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:43.803::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:44.812::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:45.822::INFO:  Shutdown hook complete
[junit] 2008-03-04 08:06:46.832::INFO:  Shutdown hook complete
[junit] Running org.apache.solr.analysis.HTMLStripReaderTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.567
sec
[junit] Running org.apache.solr.analysis.TestBufferedTokenStream
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.718
sec
[junit] Running org.apache.solr.analysis.TestCapitalizationFilter
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.711
sec
[junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.572
sec
[junit] Running org.apache.solr.analysis.TestKeepWordFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.581
sec
[junit] Running org.apache.solr.analysis.TestPatternReplaceFilter
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.124
sec
[junit] Running org.apache.solr.analysis.TestPatternTokenizerFactory
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.597
sec
[junit] Running org.apache.solr.analysis.TestPhoneticFilter
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.786
sec
[junit] Running
org.apache.solr.analysis.TestRemoveDuplicatesTokenFilter
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.94 sec
[junit] Running org.apache.solr.analysis.TestSynonymFilter
[junit] Tests run: 7, 

RE: Solr nightly build failure

2007-10-11 Thread Yousef Ourabi
https://issues.apache.org/jira/browse/SOLR-378

I created a quick and dirty patch that adds a sysproperty to the junit
task, and tweaked SolrExampleJettyTest

Per Yonik's law of patches of course, so if there is a better way, just
let me know and I'll tweak the patch.

Thanks.
Yousef 

-Original Message-
From: Chris Hostetter [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 10, 2007 4:30 PM
To: solr-dev@lucene.apache.org
Subject: Re: Solr nightly build failure


: For the jetty based tests, perhaps we should just give a warning if it
tries
: to bind a port and can't -- in that case the tests are not called, but
we
: still have them for the normal dev case where we can bind the port.

according to the hudson failure logs,the problem hasn't been binding to
the port (as in: the server starting up) it's the client not being able
to onnect to the port in 5ms. (at least: that's hte cause of hte last 6
failures)

given that these tests are running on a virtual server with *lots* of
other virtual servers, it doesn't seem that odd that it might take 5ms
before the connection is initialized  

i seem to recall some discussion about increasing that timeout, and
deciding that it was a bad idea because in the normal case it's
usually short, but at the very least lets make it a config option or
something so the test can specify a large value.  (it doesn't even have
to be an easy to chnge config option, it could even be a system property
for now, just so we can try chaning it in the nightly build environment
and see if it makes things better.


i'd rather not kill a good test just because it fails in some
situations
-- that tells me that either the test or the code being tested doesn't
handle that situation very well.  if the test isn't waiting long enough
for the server to start up before sending requests, then we should fix
the test -- if the client isn't waiting long enough fortheserver to
connect, we should improve the client.





-Hoss


RE: Solr nightly build failure

2007-10-10 Thread Yousef Ourabi
Has anyone taken a closer look at this?

It looks like org.apache.solr.client.solrj.embedded.SolrExampleJettyTest
is unable to connect to the SolrServer instance. Timing out? Perhaps
increase timeout?

http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/ws/trunk/bui
ld/test-results/TEST-org.apache.solr.client.solrj.embedded.SolrExampleJe
ttyTest.xml


Would it be appropriate to exclude this test, since a test that fails
every night is like the boy who cried wolf? At least until it's worked
out -- I'm not really familiar with the setup on the nightly build box.

Build.xml line 401
fileset dir=${solrj-dir}/test/ includes=${junit.includes}
excludes=**/SolrExampleJettyTest.java /




-Original Message-
From: solr-dev@lucene.apache.org [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 10, 2007 1:11 AM
To: solr-dev@lucene.apache.org
Subject: Solr nightly build failure


init-forrest-entities:
[mkdir] Created dir: /tmp/apache-solr-nightly/build

compile-common:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/common
[javac] Compiling 27 source files to
/tmp/apache-solr-nightly/build/common
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

compile:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/core
[javac] Compiling 226 source files to
/tmp/apache-solr-nightly/build/core
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

compile-solrj-core:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/client/solrj
[javac] Compiling 22 source files to
/tmp/apache-solr-nightly/build/client/solrj
[javac] Note:
/tmp/apache-solr-nightly/client/java/solrj/src/org/apache/solr/client/so
lrj/impl/CommonsHttpSolrServer.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.

compile-solrj:
[javac] Compiling 2 source files to
/tmp/apache-solr-nightly/build/client/solrj

compileTests:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
[javac] Compiling 66 source files to
/tmp/apache-solr-nightly/build/tests
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

junit:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
[junit] Running org.apache.solr.BasicFunctionalityTest
[junit] Tests run: 25, Failures: 0, Errors: 0, Time elapsed: 24.45
sec
[junit] Running org.apache.solr.ConvertedLegacyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.617
sec
[junit] Running org.apache.solr.DisMaxRequestHandlerTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.571
sec
[junit] Running org.apache.solr.EchoParamsTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.982
sec
[junit] Running org.apache.solr.OutputWriterTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.527
sec
[junit] Running org.apache.solr.SampleTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.023
sec
[junit] Running org.apache.solr.analysis.TestBufferedTokenStream
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.75 sec
[junit] Running org.apache.solr.analysis.TestCapitalizationFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.413
sec
[junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.516
sec
[junit] Running org.apache.solr.analysis.TestKeepWordFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.567
sec
[junit] Running org.apache.solr.analysis.TestPatternReplaceFilter
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.218
sec
[junit] Running org.apache.solr.analysis.TestPatternTokenizerFactory
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.542
sec
[junit] Running org.apache.solr.analysis.TestPhoneticFilter
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.829
sec
[junit] Running
org.apache.solr.analysis.TestRemoveDuplicatesTokenFilter
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.856
sec
[junit] Running org.apache.solr.analysis.TestSynonymFilter
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.404
sec
[junit] Running org.apache.solr.analysis.TestTrimFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.007
sec
[junit] Running org.apache.solr.analysis.TestWordDelimiterFilter
[junit] Tests run: 4, Failures: 0, Errors: 0, 

Re: Solr nightly build failure

2007-10-10 Thread Mike Klaas

On 10-Oct-07, at 2:45 PM, Yousef Ourabi wrote:


Has anyone taken a closer look at this?

It looks like  
org.apache.solr.client.solrj.embedded.SolrExampleJettyTest

is unable to connect to the SolrServer instance. Timing out? Perhaps
increase timeout?

http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/ws/ 
trunk/bui
ld/test-results/TEST- 
org.apache.solr.client.solrj.embedded.SolrExampleJe

ttyTest.xml


Would it be appropriate to exclude this test, since a test that fails
every night is like the boy who cried wolf? At least until it's worked
out -- I'm not really familiar with the setup on the nightly build  
box.


+1!  Never-working tests are worse than no tests.

-Mike


Re: Solr nightly build failure

2007-10-10 Thread Ryan McKinley


Would it be appropriate to exclude this test, since a test that fails
every night is like the boy who cried wolf? At least until it's worked
out -- I'm not really familiar with the setup on the nightly build box.


+1!  Never-working tests are worse than no tests.



I agree crying wolf is BAD BAD BAD, but I'm not sure removing them is 
the best solution.


The tests in question are:
org.apache.solr.update.AutoCommitTest
and all the Jetty based ones

The only place I have seen them fail (incorrectly) is in the automated 
test setup.  They pass in all my dev environments and I have assumed 
they pass in everyone elses...


We have messed with the AutoCommitTest increasing the times 
dramatically, but passing still seems dependent on system resources. 
Maybe we take that out?


For the jetty based tests, perhaps we should just give a warning if it 
tries to bind a port and can't -- in that case the tests are not called, 
but we still have them for the normal dev case where we can bind the port.


thoughts?
ryan


Re: Solr nightly build failure

2007-10-10 Thread Mike Klaas

On 10-Oct-07, at 3:41 PM, Ryan McKinley wrote:



Would it be appropriate to exclude this test, since a test that  
fails
every night is like the boy who cried wolf? At least until it's  
worked
out -- I'm not really familiar with the setup on the nightly  
build box.

+1!  Never-working tests are worse than no tests.


I agree crying wolf is BAD BAD BAD, but I'm not sure removing them  
is the best solution.


The tests in question are:
org.apache.solr.update.AutoCommitTest
and all the Jetty based ones

The only place I have seen them fail (incorrectly) is in the  
automated test setup.  They pass in all my dev environments and I  
have assumed they pass in everyone elses...


We have messed with the AutoCommitTest increasing the times  
dramatically, but passing still seems dependent on system  
resources. Maybe we take that out?


It is failing quite rarely these days--about once every two weeks.   
I'm reluctant to give up on this completely since it is a rather  
important test.


For the jetty based tests, perhaps we should just give a warning if  
it tries to bind a port and can't -- in that case the tests are not  
called, but we still have them for the normal dev case where we can  
bind the port.


thoughts?


Perhaps we could move some tests to an alternate ant target.  'sanity- 
test'?  It wouldn't be part of the nightly build.


-Mike


Re: Solr nightly build failure

2007-08-04 Thread Yonik Seeley
On 8/3/07, Mike Klaas [EMAIL PROTECTED] wrote:
 Yonik could you see whether it is maxDocs or maxTime that is failing?

Sorry, just got this email, and it had already been overwritten.
One advantage of the hudson builds - everyone can see the output.

-Yonik


Re: Solr nightly build failure

2007-08-03 Thread Mike Klaas

[junit] Running org.apache.solr.update.AutoCommitTest
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed:  
20.424 sec

[junit] Test org.apache.solr.update.AutoCommitTest FAILED


This is how long it takes to run on my (medium-loaded) system:

junit:
[junit] Running org.apache.solr.update.AutoCommitTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:  
8.514 sec


Yonik could you see whether it is maxDocs or maxTime that is failing?

Thanks,
-Mike


Re: Solr nightly build failure

2007-06-15 Thread Ryan McKinley



[junit] Test org.apache.solr.client.solrj.embedded.TestJettySolrRunner 
FAILED



Is there any way to see what error it failed with?  ant test-reports

hudson seems to have built fine:
http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/112/

This is the test that starts jetty (on port 8984) Perhaps it does not 
like that?


Re: Solr nightly build failure

2007-02-14 Thread Yonik Seeley

I've updated the nightly build script to hopefully not proceed after
an ant failure, and kicked it off manually just now.

-Yonik


Re: Solr nightly build failure

2007-02-14 Thread Mike Klaas

On 2/14/07, Yonik Seeley [EMAIL PROTECTED] wrote:

I've updated the nightly build script to hopefully not proceed after
an ant failure, and kicked it off manually just now.


Do you have the failure message?  We could further increase the tolerances.

-Mike


Re: Solr nightly build failure

2007-02-14 Thread Yonik Seeley

On 2/14/07, Mike Klaas [EMAIL PROTECTED] wrote:

On 2/14/07, Yonik Seeley [EMAIL PROTECTED] wrote:
 I've updated the nightly build script to hopefully not proceed after
 an ant failure, and kicked it off manually just now.

Do you have the failure message?  We could further increase the tolerances.


Sorry, things have been overwritten already.
We'll worry about it if/when it happens again.

-Yonik


Re: Solr nightly build failure

2007-02-05 Thread Yonik Seeley

On 2/5/07, Doug Cutting [EMAIL PROTECTED] wrote:

Yonik Seeley wrote:
 lucene runs at 00:03, hadoop at 00:11, nutch at 00:17, solr at 31 after.

 But looking at the dates on the log files,
 lucene ended at 00:30,
 hadoop ended at 00:44,
 nutch ended at 00:41

 Ouch!  Something is going on...

Maybe, for a start, we should spread things out more.  Hadoop's unit
tests can take over ten minutes even on an unloaded machine.  I think
zones is on GMT, so 00:00:00 isn't particularly meaningful to most of
us.  Maybe we should move each nightly build to a separate hour?  And
maybe none should run near midnight?


I've moved Solr to 8:05Z

-Yonik


Re: Solr nightly build failure

2007-02-02 Thread Yonik Seeley

Not sure why this failed.  I'm kicking it off again manually.
-Yonik

On 2/1/07, solr-dev@lucene.apache.org solr-dev@lucene.apache.org wrote:


checkJunitPresence:

compile:
[mkdir] Created dir: /tmp/apache-solr-nightly/build
[javac] Compiling 170 source files to /tmp/apache-solr-nightly/build
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

compileTests:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
[javac] Compiling 27 source files to /tmp/apache-solr-nightly/build/tests
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

junit:
[mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
[junit] Running org.apache.solr.BasicFunctionalityTest
[junit] Tests run: 22, Failures: 0, Errors: 22, Time elapsed: 0.271 sec
[junit] Test org.apache.solr.BasicFunctionalityTest FAILED
[junit] Running org.apache.solr.ConvertedLegacyTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.264 sec
[junit] Test org.apache.solr.ConvertedLegacyTest FAILED
[junit] Running org.apache.solr.DisMaxRequestHandlerTest
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 4.007 sec
[junit] Test org.apache.solr.DisMaxRequestHandlerTest FAILED
[junit] Running org.apache.solr.EchoParamsTest
[junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.155 sec
[junit] Test org.apache.solr.EchoParamsTest FAILED
[junit] Running org.apache.solr.HighlighterTest
[junit] Tests run: 10, Failures: 0, Errors: 10, Time elapsed: 0.202 sec
[junit] Test org.apache.solr.HighlighterTest FAILED
[junit] Running org.apache.solr.IndexInfoRequestHandlerTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.489 sec
[junit] Test org.apache.solr.IndexInfoRequestHandlerTest FAILED
[junit] Running org.apache.solr.OutputWriterTest
[junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.225 sec
[junit] Test org.apache.solr.OutputWriterTest FAILED
[junit] Running org.apache.solr.SampleTest
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.22 sec
[junit] Test org.apache.solr.SampleTest FAILED
[junit] Running org.apache.solr.analysis.TestBufferedTokenStream
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.064 sec
[junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
[junit] Running org.apache.solr.analysis.TestPatternReplaceFilter
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
[junit] Running org.apache.solr.analysis.TestRemoveDuplicatesTokenFilter
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.065 sec
[junit] Running org.apache.solr.analysis.TestSynonymFilter
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
[junit] Running org.apache.solr.analysis.TestTrimFilter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
[junit] Running org.apache.solr.analysis.TestWordDelimiterFilter
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.153 sec
[junit] Test org.apache.solr.analysis.TestWordDelimiterFilter FAILED
[junit] Running org.apache.solr.search.TestDocSet
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.892 sec
[junit] Running org.apache.solr.search.TestQueryUtils
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.163 sec
[junit] Test org.apache.solr.search.TestQueryUtils FAILED
[junit] Running org.apache.solr.servlet.SolrRequestParserTest
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.166 sec
[junit] Test org.apache.solr.servlet.SolrRequestParserTest FAILED
[junit] Running org.apache.solr.update.AutoCommitTest
[junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.158 sec
[junit] Test org.apache.solr.update.AutoCommitTest FAILED
[junit] Running org.apache.solr.util.DateMathParserTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.241 sec
[junit] Running org.apache.solr.util.IteratorChainTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.076 sec
[junit] Running org.apache.solr.util.SolrPluginUtilsTest
[junit] Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 0.175 sec
[junit] Test org.apache.solr.util.SolrPluginUtilsTest FAILED
[junit] Running org.apache.solr.util.TestOpenBitSet
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.012 sec
[junit] Running 

Re: Solr nightly build failure

2007-02-02 Thread Mike Klaas

On 2/2/07, solr-dev@lucene.apache.org solr-dev@lucene.apache.org wrote:


checkJunitPresence:

compile:
[mkdir] Created dir: /tmp/apache-solr-nightly/build



[junit] Running org.apache.solr.update.AutoCommitTest
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 26.557 sec
[junit] Test org.apache.solr.update.AutoCommitTest FAILED


That is a suspiciously long execution time for that test.  It passes
for me locally:

   [junit] Running org.apache.solr.update.AutoCommitTest
   [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.768 sec

Does anyone know how to access the build logs?  I don't know from
apache infra (except people./minotaur.)

-Mike


Re: Solr nightly build failure

2007-02-02 Thread Yonik Seeley

On 2/2/07, Mike Klaas [EMAIL PROTECTED] wrote:

On 2/2/07, solr-dev@lucene.apache.org solr-dev@lucene.apache.org wrote:

 checkJunitPresence:

 compile:
 [mkdir] Created dir: /tmp/apache-solr-nightly/build

 [junit] Running org.apache.solr.update.AutoCommitTest
 [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 26.557 sec
 [junit] Test org.apache.solr.update.AutoCommitTest FAILED

That is a suspiciously long execution time for that test.  It passes
for me locally:

[junit] Running org.apache.solr.update.AutoCommitTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.768 sec


The whole thing looks long to me.  On my local PC, a test only takes 1:40

I'll kick it off again and note the time this time.


Does anyone know how to access the build logs?  I don't know from
apache infra (except people./minotaur.)


It's on the lucene zone with restricted access.
It might be possible to set something up to copy some stuff to
minotaur on a failure though.

I think this is the relevant portion:

 testcase classname=org.apache.solr.update.AutoCommitTest
name=testMaxDocs time=16.867
   failure message=expected:lt;0gt; but was:lt;1gt;
type=junit.framework.AssertionFailedErrorjunit.framework.AssertionFailedError:
expected:lt;0gt;
but was:lt;1gt;
   at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:89)
/failure
 /testcase
 testcase classname=org.apache.solr.update.AutoCommitTest name=testMaxTime
time=9.633/testcase

Let me know if you need the whole thing or any other files.

-Yonik


Re: Solr nightly build failure

2007-02-02 Thread Mike Klaas

On 2/2/07, Yonik Seeley [EMAIL PROTECTED] wrote:


 Does anyone know how to access the build logs?  I don't know from
 apache infra (except people./minotaur.)

It's on the lucene zone with restricted access.
It might be possible to set something up to copy some stuff to
minotaur on a failure though.

I think this is the relevant portion:

  testcase classname=org.apache.solr.update.AutoCommitTest
name=testMaxDocs time=16.867
failure message=expected:lt;0gt; but was:lt;1gt;
type=junit.framework.AssertionFailedErrorjunit.framework.AssertionFailedError:
expected:lt;0gt;
 but was:lt;1gt;
at 
org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:89)
/failure
  /testcase
  testcase classname=org.apache.solr.update.AutoCommitTest name=testMaxTime
 time=9.633/testcase

Let me know if you need the whole thing or any other files.


Well, the cause is pretty much as I expected.  The autocommit test
expects to be able to add fifteen small documents in less than a
seconds (ie. without triggering autocommit).  Not sure how to make
this robust against severe machine load save increasing the time
drastically.

Does this happen due to many test suites running at a time?  Is there
any way to modify the scheduling?  It would be nice to not add too
much time to the test suite run--the longer it is, the less
religiously devs will run it.

-Mike