Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/288/

1 tests failed.
REGRESSION:  
org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties

Error Message:
"/solr/cores[@hostPort='8983']" doesn't match in: <?xml version="1.0" 
encoding="UTF-8" ?> <solr persistent="true">   <property name="version" 
value="1.3"/>   <property name="lang" value="english, french"/>   <cores 
defaultCoreName="core0" host="127.0.0.1" adminPath="/admin/cores" 
zkClientTimeout="8000" hostPort="0000" hostContext="solr">     <core 
instanceDir="./" name="core0">       <property name="ctlField" value="core0"/>  
     <property name="version" value="3.5"/>       <property name="l10n" 
value="EN"/>       <property name="comment" value="This is a sample"/>     
</core>     <core instanceDir="./" name="core1">       <property 
name="ctlField" value="core1"/>       <property name="version" value="2.4"/>    
   <property name="l10n" value="FR"/>       <property name="comment" 
value="Ceci est un exemple"/>     </core>   </cores> </solr> 

Stack Trace:
java.lang.AssertionError: "/solr/cores[@hostPort='8983']" doesn't match in:
<?xml version="1.0" encoding="UTF-8" ?>
<solr persistent="true">
  <property name="version" value="1.3"/>
  <property name="lang" value="english, french"/>
  <cores defaultCoreName="core0" host="127.0.0.1" adminPath="/admin/cores" 
zkClientTimeout="8000" hostPort="0000" hostContext="solr">
    <core instanceDir="./" name="core0">
      <property name="ctlField" value="core0"/>
      <property name="version" value="3.5"/>
      <property name="l10n" value="EN"/>
      <property name="comment" value="This is a sample"/>
    </core>
    <core instanceDir="./" name="core1">
      <property name="ctlField" value="core1"/>
      <property name="version" value="2.4"/>
      <property name="l10n" value="FR"/>
      <property name="comment" value="Ceci est un exemple"/>
    </core>
  </cores>
</solr>

        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.client.solrj.embedded.TestSolrProperties.testProperties(TestSolrProperties.java:217)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.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.apache.lucene.util.LuceneTestCase$3$1.evaluate(LuceneTestCase.java:508)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:149)
        at 
org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:51)
        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:31)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
        at 
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
        at 
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)




Build Log (for compile errors):
[...truncated 24652 lines...]



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

Reply via email to