Hi,

It succeeds here. Will try to reproduce.

--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com

On 14. sep. 2011, at 21:06, Chris Hostetter wrote:

> 
> : This is 100% reproducible on my local machine (run from 
> solr/contrib/extraction/):
> : 
> : ant test -Dtestcase=ExtractingRequestHandlerTest 
> -Dtestmethod=testCommitWithin 
> -Dtests.seed=-2b35f16e02bddd0d:5c36eb67e44fc16d:-54d0d485d6a45315
> 
> I reopend SOLR-2540, where this test was added.
> 
> Jan?  are you looking at this?
> 
> : 
> : Steve
> : 
> : > -----Original Message-----
> : > From: Apache Jenkins Server [mailto:[email protected]]
> : > Sent: Tuesday, September 13, 2011 12:09 PM
> : > To: [email protected]
> : > Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #239: POMs out of sync
> : > 
> : > Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/239/
> : > 
> : > 1 tests failed.
> : > FAILED:
> : > org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testCommi
> : > tWithin
> : > 
> : > Error Message:
> : > Exception during query
> : > 
> : > Stack Trace:
> : > java.lang.RuntimeException: Exception during query
> : >   at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:396)
> : >   at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:363)
> : >   at
> : > org.apache.solr.handler.extraction.ExtractingRequestHandlerTest.testCommi
> : > tWithin(ExtractingRequestHandlerTest.java:306)
> : >   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> : >   at
> : > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> : > :57)
> : >   at
> : > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
> : > mpl.java:43)
> : >   at java.lang.reflect.Method.invoke(Method.java:616)
> : >   at
> : > org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMeth
> : > od.java:44)
> : >   at
> : > org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallabl
> : > e.java:15)
> : >   at
> : > org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod
> : > .java:41)
> : >   at
> : > org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.
> : > java:20)
> : >   at org.junit.rules.TestWatchman$1.evaluate(TestWatchman.java:48)
> : >   at
> : > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java
> : > :28)
> : >   at
> : > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:3
> : > 1)
> : >   at
> : > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.
> : > java:76)
> : >   at
> : > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner
> : > .java:148)
> : >   at
> : > org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner
> : > .java:50)
> : >   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
> : >   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
> : >   at
> : > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
> : >   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
> : >   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
> : >   at
> : > org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java
> : > :28)
> : >   at
> : > org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:3
> : > 1)
> : >   at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
> : >   at
> : > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java
> : > :35)
> : >   at
> : > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Prov
> : > ider.java:146)
> : >   at
> : > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.jav
> : > a:97)
> : >   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> : >   at
> : > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> : > :57)
> : >   at
> : > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
> : > mpl.java:43)
> : >   at java.lang.reflect.Method.invoke(Method.java:616)
> : >   at
> : > org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(
> : > ProviderFactory.java:103)
> : >   at $Proxy0.invoke(Unknown Source)
> : >   at
> : > org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireS
> : > tarter.java:145)
> : >   at
> : > org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(Suref
> : > ireStarter.java:87)
> : >   at
> : > org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> : > Caused by: java.lang.RuntimeException: REQUEST FAILED:
> : > xpath=//*[@numFound='1']
> : >   xml response was: <?xml version="1.0" encoding="UTF-8"?>
> : > <response>
> : > <lst name="responseHeader"><int name="status">0</int><int
> : > name="QTime">0</int></lst><result name="response" numFound="0"
> : > start="0"></result>
> : > </response>
> : > 
> : >   request was:start=0&q=id:one&qt=standard&rows=20&version=2.2
> : >   at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:389)
> : >   ... 36 more
> : > 
> : > 
> : > 
> : > 
> : > Build Log (for compile errors):
> : > [...truncated 24297 lines...]
> : > 
> : > 
> : > 
> : > ---------------------------------------------------------------------
> : > To unsubscribe, e-mail: [email protected]
> : > For additional commands, e-mail: [email protected]
> : 
> : 
> 
> -Hoss
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to