You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/03/08 23:03:10 UTC

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1918 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1918/

1 tests failed.
FAILED:  org.apache.solr.handler.component.StatsComponentTest.testFieldStatisticsResultsDateField

Error Message:
test date statistics values query failed XPath: //date[@name='sum'][.='1970-01-13T20:38:30Z']  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="3" start="0">   <doc>     <float name="id">1.0</float>     <date name="active_dt">1970-01-02T10:17:36Z</date></doc>   <doc>     <float name="id">2.0</float>     <date name="active_dt">1970-01-12T10:20:54Z</date></doc>   <doc>     <float name="id">3.0</float></doc> </result> <lst name="stats">   <lst name="stats_fields">     <lst name="active_dt">       <date name="min">1970-01-02T10:17:36Z</date>       <date name="max">1970-01-12T10:20:54Z</date>       <long name="count">2</long>       <long name="missing">1</long>       <date name="sum">1970-01-13T20:38:29.999Z</date>       <date name="mean">1970-01-07T10:19:14.999Z</date>       <double name="sumOfSquares">9.90701807652E17</double>       <double name="stddev">6.110802669969879E8</double>     </lst>   </lst> </lst> </response>   request was: indent=true&stats.field=active_dt&stats=true&q=*:*

Stack Trace:
junit.framework.AssertionFailedError: test date statistics values query failed XPath: //date[@name='sum'][.='1970-01-13T20:38:30Z']
 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="3" start="0">
  <doc>
    <float name="id">1.0</float>
    <date name="active_dt">1970-01-02T10:17:36Z</date></doc>
  <doc>
    <float name="id">2.0</float>
    <date name="active_dt">1970-01-12T10:20:54Z</date></doc>
  <doc>
    <float name="id">3.0</float></doc>
</result>
<lst name="stats">
  <lst name="stats_fields">
    <lst name="active_dt">
      <date name="min">1970-01-02T10:17:36Z</date>
      <date name="max">1970-01-12T10:20:54Z</date>
      <long name="count">2</long>
      <long name="missing">1</long>
      <date name="sum">1970-01-13T20:38:29.999Z</date>
      <date name="mean">1970-01-07T10:19:14.999Z</date>
      <double name="sumOfSquares">9.90701807652E17</double>
      <double name="stddev">6.110802669969879E8</double>
    </lst>
  </lst>
</lst>
</response>

 request was: indent=true&stats.field=active_dt&stats=true&q=*:*
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
 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="3" start="0">
  <doc>
    <float name="id">1.0</float>
    <date name="active_dt">1970-01-02T10:17:36Z</date></doc>
  <doc>
    <float name="id">2.0</float>
    <date name="active_dt">1970-01-12T10:20:54Z</date></doc>
  <doc>
    <float name="id">3.0</float></doc>
</result>
<lst name="stats">
  <lst name="stats_fields">
    <lst name="active_dt">
      <date name="min">1970-01-02T10:17:36Z</date>
      <date name="max">1970-01-12T10:20:54Z</date>
      <long name="count">2</long>
      <long name="missing">1</long>
      <date name="sum">1970-01-13T20:38:29.999Z</date>
      <date name="mean">1970-01-07T10:19:14.999Z</date>
      <double name="sumOfSquares">9.90701807652E17</double>
      <double name="stddev">6.110802669969879E8</double>
    </lst>
  </lst>
</lst>
</response>

 request was: indent=true&stats.field=active_dt&stats=true&q=*:*
	at org.apache.solr.util.AbstractSolrTestCase.assertQ(AbstractSolrTestCase.java:276)
	at org.apache.solr.handler.component.StatsComponentTest.testFieldStatisticsResultsDateField(StatsComponentTest.java:195)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:743)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:639)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:538)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:600)




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



[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1919 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/1919/

5 tests failed.
FAILED:  org.apache.solr.client.solrj.SolrExampleBinaryTest.testStatistics

Error Message:
expected:<20.0> but was:<5.0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<20.0> but was:<5.0>
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:741)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:743)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:639)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:538)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:600)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest.testStatistics

Error Message:
expected:<20.0> but was:<5.0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<20.0> but was:<5.0>
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:741)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:743)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:639)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:538)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:600)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleJettyTest.testStatistics

Error Message:
expected:<20.0> but was:<5.0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<20.0> but was:<5.0>
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:741)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:743)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:639)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:538)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:600)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingBinaryTest.testStatistics

Error Message:
expected:<20.0> but was:<5.0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<20.0> but was:<5.0>
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:741)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:743)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:639)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:538)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:600)


FAILED:  org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest.testStatistics

Error Message:
expected:<20.0> but was:<5.0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<20.0> but was:<5.0>
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:164)
	at org.apache.lucene.util.LuceneTestCaseRunner.runChild(LuceneTestCaseRunner.java:57)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.StoreClassNameRule$1.evaluate(StoreClassNameRule.java:21)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.solr.client.solrj.SolrExampleTests.testStatistics(SolrExampleTests.java:741)
	at org.apache.lucene.util.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:20)
	at org.apache.lucene.util.LuceneTestCase$SubclassSetupTeardownRule$1.evaluate(LuceneTestCase.java:743)
	at org.apache.lucene.util.LuceneTestCase$InternalSetupTeardownRule$1.evaluate(LuceneTestCase.java:639)
	at org.apache.lucene.util.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:22)
	at org.apache.lucene.util.LuceneTestCase$TestResultInterceptorRule$1.evaluate(LuceneTestCase.java:538)
	at org.apache.lucene.util.LuceneTestCase$RememberThreadRule$1.evaluate(LuceneTestCase.java:600)




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