Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2256/
9 tests failed.
FAILED: org.apache.solr.highlight.HighlighterTest.testVariableFragsize
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:83A35F180A8388AD]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testVariableFragsize(HighlighterTest.java:592)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str[.='a <em>long</em> days night
this should be a piece of text which']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">40</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_text"><str>a long days night this should be a
piece of text which is is is is is is is is is is is is is is is is is is is is
is is is is isis is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is sufficiently lengthly to produce multiple fragments which are not
concatenated at all</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154375120289792</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:37.767Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=tv_text:long&hl=true&hl.fl=tv_text&start=0&qt=standard
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testDisMaxHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:9E4770EDA9E3D5AE]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testDisMaxHighlight(HighlighterTest.java:262)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">177</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_text"><str>a long day's night</str></arr><int
name="id">1</int><arr name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154375903576064</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:38.513Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=long&hl=true&hl.fl=tv_text&qf=tv_text&start=0&q.alt=*:*&qt=dismax
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:BB49BBAA1D984642]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets(HighlighterTest.java:834)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='highlighting']/lst[@name='1']/arr[@name='subword_offsets']/str='lorem
<em>PowerShot.com</em> ipsum'
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">40</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="subword_offsets"><str>lorem PowerShot.com
ipsum</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154376168865792</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:38.767Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request was:wt=xml&hl=true&q=subword_offsets:pow*&hl.fl=subword_offsets
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:2EB15B055DD73027]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight(HighlighterTest.java:211)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_mv_text']/str[.='a <em>long</em> days
night this should be a piece of text which']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_mv_text"><str>a long days night this should be a
piece of text which is is is is is is is is is is is is is is is is is is is is
is is is is isis is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is sufficiently lengthly to produce multiple fragments which are not
concatenated at all--we want two disjoint long fragments.</str><str>a long days
night this should be a piece of text which is is is is is is is is is is is is
is is is is is is is is is is is is isis is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is sufficiently lengthly to produce multiple fragments
which are not concatenated at all--we want two disjoint long
fragments.</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154376281063424</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:38.874Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&hl.snippets=2&q=tv_mv_text:long&hl=true&hl.fl=tv_mv_text&start=0&qt=standard
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets2
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:B64C04E02891DE51]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets2(HighlighterTest.java:843)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='highlighting']/lst[@name='1']/arr[@name='subword_offsets']/str='lorem
<em>PowerShot</em> ipsum'
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="subword_offsets"><str>lorem PowerShot
ipsum</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154376635482112</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:39.211Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request was:wt=xml&hl=true&q=subword_offsets:pow*&hl.fl=subword_offsets
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testTermVecHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:A5CF27B8E16EF02C]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTermVecHighlight(HighlighterTest.java:145)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str[.='a <em>long</em> days night
this should be a piece of text which']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_text"><str>a long days night this should be a
piece of text which is is is is is is is is is is is is is is is is is is is is
is is is is isis is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is sufficiently lengthly to produce multiple fragments which are not
concatenated at all--we want two disjoint long fragments.</str></arr><int
name="id">1</int><arr name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154377451274240</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:39.989Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&hl.snippets=2&q=tv_text:long&hl=true&hl.fl=tv_text&start=0&qt=standard
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testLongFragment
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:1C2823CEE7112FF7]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testLongFragment(HighlighterTest.java:496)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_text"><str>junit: [mkdir] Created dir:
/home/klaas/worio/backend/trunk/build-src/solr-nightly/build/test-results
[junit] Running org.apache.solr.BasicFunctionalityTest [junit] Tests run: 7,
Failures: 0, Errors: 0, Time elapsed: 5.36 sec [junit] Running
org.apache.solr.ConvertedLegacyTest [junit] Tests run: 1, Failures: 0, Errors:
0, Time elapsed: 8.268 sec [junit] Running
org.apache.solr.DisMaxRequestHandlerTest [junit] Tests run: 1, Failures: 0,
Errors: 0, Time elapsed: 1.56 sec [junit] Running
org.apache.solr.HighlighterTest [junit] Tests run: 7, Failures: 0, Errors: 0,
Time elapsed: 4.979 sec [junit] Running org.apache.solr.OutputWriterTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.797 sec [junit]
Running org.apache.solr.SampleTest [junit] Tests run: 2, Failures: 0, Errors:
0, Time elapsed: 1.021 sec [junit] Running
org.apache.solr.analysis.TestBufferedTokenStream [junit] Tests run: 2,
Failures: 0, Errors: 0, Time elapsed: 0.05 sec [junit] Running
org.apache.solr.analysis.TestRemoveDuplicatesTokenFilter [junit] Tests run: 3,
Failures: 0, Errors: 0, Time elapsed: 0.054 sec [junit] Running
org.apache.solr.analysis.TestSynonymFilter [junit] Tests run: 6, Failures: 0,
Errors: 0, Time elapsed: 0.081 sec [junit] Running
org.apache.solr.analysis.TestWordDelimiterFilter [junit] Tests run: 1,
Failures: 0, Errors: 0, Time elapsed: 1.714 sec [junit] Running
org.apache.solr.search.TestDocSet [junit] Tests run: 1, Failures: 0, Errors: 0,
Time elapsed: 0.788 sec [junit] Running
org.apache.solr.util.SolrPluginUtilsTest [junit] Tests run: 5, Failures: 0,
Errors: 0, Time elapsed: 3.519 sec [junit] Running
org.apache.solr.util.TestOpenBitSet [junit] Tests run: 2, Failures: 0, Errors:
0, Time elapsed: 0.533 sec</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154377780527104</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:40.303Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=tv_text:dir&hl=true&hl.fl=tv_text&start=0&qt=standard
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight2
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:9C6662B576EEB10D]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight2(HighlighterTest.java:239)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_mv_text']/str[.='a <em>long</em> days
night this should be a piece of text which']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_mv_text"><str>short</str><str>a long days night
this should be a piece of text which is is is is is is is is is is is is is is
is is is is is is is is is is isis is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is sufficiently lengthly to produce multiple fragments which
are not concatenated at all--we want two disjoint long
fragments.</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154377982902272</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:40.496Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&hl.snippets=2&q=tv_mv_text:long&hl=true&hl.fl=tv_mv_text&start=0&qt=standard
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testTwoFieldHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:FD9D9A6B0F4B7285]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTwoFieldHighlight(HighlighterTest.java:391)
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:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="t_text"><str>a long day's night</str></arr><int
name="id">1</int><arr name="range_facet_l"><long>1</long></arr><arr
name="tv_text"><str>a long night's day</str></arr><long
name="_version_">1486154378057351168</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:40.567Z</date></doc></result><lst
name="highlighting"><lst name="1"><arr name="t_text"><str>a
<em>long</em> day's night</str></arr></lst></lst>
</response>
request
was:rows=200&q=t_text:long&hl=true&hl.fl=t_text+tv_text&start=0&qt=standard
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
Build Log:
[...truncated 8926 lines...]
[junit4] Suite: org.apache.solr.highlight.HighlighterTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001
[junit4] 2> 40023 T47 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 40024 T47 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 40025 T47 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 40026 T47 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 40027 T47 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 40027 T47 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 40186 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 40271 T47 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 40272 T47 oass.IndexSchema.readSchema Reading Solr Schema from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 40293 T47 oass.IndexSchema.readSchema [null] Schema name=test
[junit4] 2> 40758 T47 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 40772 T47 oass.IndexSchema.readSchema default search field in
schema is text
[junit4] 2> 40775 T47 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 40794 T47 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 40799 T47 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 40803 T47 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 40804 T47
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 40805 T47
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 40805 T47 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 40806 T47
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 40806 T47
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 40807 T47 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 40807 T47 oasc.SolrResourceLoader.locateSolrHome using system
property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr
[junit4] 2> 40807 T47 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/'
[junit4] 2> 40866 T47 oasc.CoreContainer.<init> New CoreContainer 852489557
[junit4] 2> 40866 T47 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/]
[junit4] 2> 40868 T47 oashc.HttpShardHandlerFactory.getParameter Setting
socketTimeout to: 0
[junit4] 2> 40868 T47 oashc.HttpShardHandlerFactory.getParameter Setting
urlScheme to: null
[junit4] 2> 40868 T47 oashc.HttpShardHandlerFactory.getParameter Setting
connTimeout to: 0
[junit4] 2> 40868 T47 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnectionsPerHost to: 20
[junit4] 2> 40869 T47 oashc.HttpShardHandlerFactory.getParameter Setting
maxConnections to: 10000
[junit4] 2> 40869 T47 oashc.HttpShardHandlerFactory.getParameter Setting
corePoolSize to: 0
[junit4] 2> 40869 T47 oashc.HttpShardHandlerFactory.getParameter Setting
maximumPoolSize to: 2147483647
[junit4] 2> 40869 T47 oashc.HttpShardHandlerFactory.getParameter Setting
maxThreadIdleTime to: 5
[junit4] 2> 40870 T47 oashc.HttpShardHandlerFactory.getParameter Setting
sizeOfQueue to: -1
[junit4] 2> 40870 T47 oashc.HttpShardHandlerFactory.getParameter Setting
fairnessPolicy to: false
[junit4] 2> 40874 T47 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
[junit4] 2> 40877 T47 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 40877 T47 oasl.LogWatcher.newRegisteredLogWatcher Registering
Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 40877 T47 oasc.CoreContainer.load Host Name:
[junit4] 2> 40882 T48 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 40883 T48 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 40884 T48 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 40884 T48 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 40942 T48 oasc.SolrConfig.<init> Using Lucene MatchVersion:
5.0.0
[junit4] 2> 40995 T48 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 40996 T48 oass.IndexSchema.readSchema Reading Solr Schema from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 41007 T48 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 41325 T48 oass.OpenExchangeRatesOrgProvider.init Initialized
with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 41332 T48 oass.IndexSchema.readSchema default search field in
schema is text
[junit4] 2> 41335 T48 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 41352 T48 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 41356 T48 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 41360 T48 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 41360 T48
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 41361 T48
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 41361 T48 oass.OpenExchangeRatesOrgProvider.reload Reloading
exchange rates from open-exchange-rates.json
[junit4] 2> 41361 T48
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 41362 T48
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 41362 T48 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/
[junit4] 2> 41362 T48 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 41363 T48 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001/
[junit4] 2> 41363 T48 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5e899e3e
[junit4] 2> 41374 T48 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001
[junit4] 2> 41374 T48 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001/index/
[junit4] 2> 41374 T48 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 41375 T48 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001/index
[junit4] 2> 41375 T48 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=32, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=54.2822265625,
floorSegmentMB=0.310546875, forceMergeDeletesPctAllowed=4.07241305532231,
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.4033819117926011
[junit4] 2> 41376 T48 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_1,generation=1}
[junit4] 2> 41377 T48 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 41377 T48 oasc.SolrCore.initWriters created xml:
solr.XMLResponseWriter
[junit4] 2> 41384 T48 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 41385 T48 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4] 2> 41385 T48 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 41385 T48 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 41385 T48 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 41386 T48 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4] 2> 41386 T48 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 41386 T48 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
[junit4] 2> 41387 T48 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 41387 T48 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 41387 T48 oasup.UpdateRequestProcessorChain.init inserting
DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 41388 T48 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 41397 T48 oasc.RequestHandlers.initHandlersFromConfig created
/update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 41398 T48 oasc.RequestHandlers.initHandlersFromConfig created
/update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 41399 T48 oasc.RequestHandlers.initHandlersFromConfig created
/update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 41400 T48 oasc.RequestHandlers.initHandlersFromConfig created
/update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 41400 T48 oasc.RequestHandlers.initHandlersFromConfig created
/config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 41401 T48 oasc.RequestHandlers.initHandlersFromConfig created
/replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 41403 T48 oasc.RequestHandlers.initHandlersFromConfig created
/get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 41404 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 41405 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 41406 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 41407 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 41407 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 41408 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 41409 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 41410 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 41411 T48 oasc.RequestHandlers.initHandlersFromConfig created
standard: solr.StandardRequestHandler
[junit4] 2> 41412 T48 oasc.RequestHandlers.initHandlersFromConfig created
dismax: solr.SearchHandler
[junit4] 2> 41413 T48 oasc.RequestHandlers.initHandlersFromConfig created
mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4] 2> 41414 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 41415 T48 oasc.RequestHandlers.initHandlersFromConfig created
/admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 41415 T48 oasc.RequestHandlers.initHandlersFromConfig created
defaults: solr.StandardRequestHandler
[junit4] 2> 41416 T48 oasc.RequestHandlers.initHandlersFromConfig adding
lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 41416 T48 oasc.RequestHandlers.initHandlersFromConfig created
lazy: solr.StandardRequestHandler
[junit4] 2> 41417 T48 oasc.RequestHandlers.initHandlersFromConfig created
/terms: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41418 T48 oasc.RequestHandlers.initHandlersFromConfig created
spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41419 T48 oasc.RequestHandlers.initHandlersFromConfig created
spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41420 T48 oasc.RequestHandlers.initHandlersFromConfig created
spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41420 T48 oasc.RequestHandlers.initHandlersFromConfig created
spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41421 T48 oasc.RequestHandlers.initHandlersFromConfig created
spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41422 T48 oasc.RequestHandlers.initHandlersFromConfig created
mltrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41423 T48 oasc.RequestHandlers.initHandlersFromConfig created
tvrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 41424 T48 oasc.RequestHandlers.initHandlersFromConfig created
/mlt: solr.MoreLikeThisHandler
[junit4] 2> 41425 T48 oasc.RequestHandlers.initHandlersFromConfig created
/debug/dump: solr.DumpRequestHandler
[junit4] 2> 41441 T48 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 41443 T48 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 41444 T48 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 41446 T48 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 41448 T48 oasc.SolrCore.initDeprecatedSupport WARN
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config
to use the ShowFileRequestHandler.
[junit4] 2> 41451 T48 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4] 2> 41451 T48 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4] 2> 41452 T48 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 41453 T48 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_1,generation=1}
[junit4] 2> 41453 T48 oasc.SolrDeletionPolicy.updateCommits newest commit
generation = 1
[junit4] 2> 41454 T48 oass.SolrIndexSearcher.<init> Opening
Searcher@3fc4a5bd[collection1] main
[junit4] 2> 41454 T48 oasr.RestManager.init Initializing RestManager with
initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 41455 T48 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
[junit4] 2> 41455 T48 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 41455 T48 oasr.ManagedResourceStorage$JsonStorage.store Saved
JSON object to path _rest_managed.json using InMemoryStorage
[junit4] 2> 41455 T48 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 41456 T48 oashc.SpellCheckComponent.inform Initializing spell
checkers
[junit4] 2> 41463 T48 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 41513 T48 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 41518 T49 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3fc4a5bd[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 41521 T48 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 41524 T47 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> 41530 T47 oas.SolrTestCaseJ4.setUp ###Starting
testVariableFragsize
[junit4] 2> ASYNC NEW_CORE C4 name=collection1
org.apache.solr.core.SolrCore@221614c2
[junit4] 2> 41560 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[1 (1486154375120289792)]} 0 29
[junit4] 2> 41626 T47 C4 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 41644 T47 C4 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_2,generation=2}
[junit4] 2> 41645 T47 C4 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 41686 T47 C4 oass.SolrIndexSearcher.<init> Opening
Searcher@1118b490[collection1] main
[junit4] 2> 41687 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 41698 T49 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1118b490[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):c1)))}
[junit4] 2> 41700 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {commit=} 0 74
[junit4] 2> 41704 T47 C4 oasu.DirectUpdateHandler2.commit start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 41705 T47 C4 oasu.DirectUpdateHandler2.commit No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 41705 T47 C4 oasc.SolrCore.openNewSearcher SolrIndexSearcher
has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 41706 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 41707 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {optimize=} 0 4
[junit4] 2> 41749 T47 C4 oasc.SolrCore.execute [collection1] webapp=null
path=null
params={rows=200&q=tv_text:long&hl=true&hl.fl=tv_text&start=0&qt=standard}
hits=1 status=0 QTime=40
[junit4] 2> 41759 T47 oas.SolrTestCaseJ4.assertQ ERROR REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str[.='a <em>long</em> days night
this should be a piece of text which']
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int
name="status">0</int><int name="QTime">40</int></lst><result name="response"
numFound="1" start="0"><doc><arr name="tv_text"><str>a long days night this
should be a piece of text which is is is is is is is is is is is is is is is is
is is is is is is is is isis is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is sufficiently lengthly to produce multiple fragments which are
not concatenated at all</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154375120289792</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:37.767Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:rows=200&q=tv_text:long&hl=true&hl.fl=tv_text&start=0&qt=standard
[junit4] 2> 41760 T47 oasc.SolrException.log ERROR REQUEST FAILED:
rows=200&q=tv_text:long&hl=true&hl.fl=tv_text&start=0&qt=standard:java.lang.RuntimeException:
REQUEST FAILED: xpath=//lst[@name='1']/arr[@name='tv_text']/str[.='a
<em>long</em> days night this should be a piece of text which']
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int
name="status">0</int><int name="QTime">40</int></lst><result name="response"
numFound="1" start="0"><doc><arr name="tv_text"><str>a long days night this
should be a piece of text which is is is is is is is is is is is is is is is is
is is is is is is is is isis is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is sufficiently lengthly to produce multiple fragments which are
not concatenated at all</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154375120289792</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:37.767Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:rows=200&q=tv_text:long&hl=true&hl.fl=tv_text&start=0&qt=standard
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
[junit4] 2> at
org.apache.solr.highlight.HighlighterTest.testVariableFragsize(HighlighterTest.java:592)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at
java.lang.reflect.Method.invoke(Method.java:606)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 41765 T47 C4 oass.SolrIndexSearcher.<init> Opening
Searcher@3c107a8b[collection1] realtime
[junit4] 2> 41766 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {deleteByQuery=*:* (-1486154375362510848)} 0 4
[junit4] 2> 41768 T47 oas.SolrTestCaseJ4.tearDown ###Ending
testVariableFragsize
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=HighlighterTest
-Dtests.method=testVariableFragsize -Dtests.seed=84EF5F69E83D243F
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=lv
-Dtests.timezone=Europe/San_Marino -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.32s J0 | HighlighterTest.testVariableFragsize <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([84EF5F69E83D243F:83A35F180A8388AD]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
[junit4] > at
org.apache.solr.highlight.HighlighterTest.testVariableFragsize(HighlighterTest.java:592)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str[.='a <em>long</em> days night
this should be a piece of text which']
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">40</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_text"><str>a long days night this should be a
piece of text which is is is is is is is is is is is is is is is is is is is is
is is is is isis is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is sufficiently lengthly to produce multiple fragments which are not
concatenated at all</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486154375120289792</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-30T00:27:37.767Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
[junit4] > </response>
[junit4] > request
was:rows=200&q=tv_text:long&hl=true&hl.fl=tv_text&start=0&qt=standard
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
[junit4] > ... 41 more
[junit4] 2> 41855 T47 oas.SolrTestCaseJ4.setUp ###Starting
testDefaultFieldNonPrefixWildcardHighlight
[junit4] 2> 41858 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[1 (1486154375461076992)]} 0 2
[junit4] 2> 41861 T47 C4 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 41880 T47 C4 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_2,generation=2}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_3,generation=3}
[junit4] 2> 41881 T47 C4 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 3
[junit4] 2> 41905 T47 C4 oass.SolrIndexSearcher.<init> Opening
Searcher@2d82bda8[collection1] main
[junit4] 2> 41906 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 41916 T49 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2d82bda8[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(5.0.0):c1)))}
[junit4] 2> 41918 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {commit=} 0 58
[junit4] 2> 41921 T47 C4 oasu.DirectUpdateHandler2.commit start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 41922 T47 C4 oasu.DirectUpdateHandler2.commit No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 41923 T47 C4 oasc.SolrCore.openNewSearcher SolrIndexSearcher
has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 41923 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 41924 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {optimize=} 0 3
[junit4] 2> 42025 T47 C4 oasc.SolrCore.execute [collection1] webapp=null
path=null
params={rows=200&q=l*g&hl=true&hl.highlightMultiTerm=true&df=t_text&hl.fl=&start=0&hl.usePhraseHighlighter=true&qt=standard}
hits=1 status=0 QTime=99
[junit4] 2> 42032 T47 C4 oass.SolrIndexSearcher.<init> Opening
Searcher@29993773[collection1] realtime
[junit4] 2> 42033 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {deleteByQuery=*:* (-1486154375643529216)} 0 4
[junit4] 2> 42035 T47 oas.SolrTestCaseJ4.tearDown ###Ending
testDefaultFieldNonPrefixWildcardHighlight
[junit4] 2> 42048 T47 oas.SolrTestCaseJ4.setUp ###Starting
testTermVectorWithoutOffsetsHighlight
[junit4] 2> 42051 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {add=[1 (1486154375663452160)]} 0 3
[junit4] 2> 42054 T47 C4 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 42064 T47 C4 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_3,generation=3}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@3675de9f
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@746ab4a7)),segFN=segments_4,generation=4}
[junit4] 2> 42065 T47 C4 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 4
[junit4] 2> 42069 T47 C4 oass.SolrIndexSearcher.<init> Opening
Searcher@1e5cc30e[collection1] main
[junit4] 2> 42071 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 42077 T49 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1e5cc30e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(5.0.0):c1)))}
[junit4] 2> 42079 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {commit=} 0 26
[junit4] 2> 42082 T47 C4 oasu.DirectUpdateHandler2.commit start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 42083 T47 C4 oasu.DirectUpdateHandler2.commit No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 42084 T47 C4 oasc.SolrCore.openNewSearcher SolrIndexSearcher
has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 42084 T47 C4 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4] 2> 42085 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {optimize=} 0 3
[junit4] 2> 42090 T47 C4 oasc.SolrCore.execute [collection1] webapp=null
path=null
params={rows=200&q=tv_no_off_text:cameron&hl=true&hl.fl=tv_no_off_text&start=0&qt=standard}
hits=1 status=0 QTime=2
[junit4] 2> 42096 T47 C4 oass.SolrIndexSearcher.<init> Opening
Searcher@372a0276[collection1] realtime
[junit4] 2> 42096 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=null params={} {deleteByQuery=*:* (-1486154375709589504)} 0 3
[junit4] 2> 42099 T47 oas.SolrTestCaseJ4.tearDown ###Ending
testTermVectorWithoutOffsetsHighlight
[junit4] 2> 42111 T47 oas.SolrTestCaseJ4.setUp ###Starting
testRegexFragmenter
[junit4] 2> 42116 T47 C4 oasup.LogUpdateProcessor.finish [collection1]
webapp=null path=n
[...truncated too long message...]
ache.solr.handler.ReplicationHandler org.apache.solr.common.SolrException:
openNewSearcher called on closed core
[junit4] 2> at
org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1461)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1699)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1444)
[junit4] 2> at
org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1379)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.getIndexVersion(ReplicationHandler.java:558)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.getStatistics(ReplicationHandler.java:575)
[junit4] 2> at
org.apache.solr.core.JmxMonitoredMap$SolrDynamicMBean.getMBeanInfo(JmxMonitoredMap.java:257)
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getClassName(DefaultMBeanServerInterceptor.java:1804)
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.safeGetClassName(DefaultMBeanServerInterceptor.java:1595)
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.checkMBeanPermission(DefaultMBeanServerInterceptor.java:1813)
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:430)
[junit4] 2> at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
[junit4] 2> at
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)
[junit4] 2> at
org.apache.solr.core.JmxMonitoredMap.clear(JmxMonitoredMap.java:124)
[junit4] 2> at
org.apache.solr.core.SolrCore.close(SolrCore.java:1124)
[junit4] 2> at
org.apache.solr.core.SolrCores.close(SolrCores.java:117)
[junit4] 2> at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:365)
[junit4] 2> at
org.apache.solr.util.TestHarness.close(TestHarness.java:337)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:640)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:185)
[junit4] 2> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:606)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 44599 T47 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 44600 T47 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001;done=false>>]
[junit4] 2> 44600 T47 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001
[junit4] 2> 44601 T47 oasc.CachingDirectoryFactory.closeCacheValue looking
to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001/index;done=false>>]
[junit4] 2> 44601 T47 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-84EF5F69E83D243F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{text=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=Memory
doPackFST= false), tv_mv_text=PostingsFormat(name=Memory doPackFST= false),
t_text=Lucene50(blocksize=128), subword=PostingsFormat(name=Memory doPackFST=
false), weight=Lucene50(blocksize=128), foo_sI=PostingsFormat(name=Asserting),
t_text2=PostingsFormat(name=Memory doPackFST= false),
id=PostingsFormat(name=MockRandom), t_text1=PostingsFormat(name=MockRandom),
multiDefault=Lucene50(blocksize=128), cat=PostingsFormat(name=Memory doPackFST=
false), title_stemmed=Lucene50(blocksize=128), foo_s=PostingsFormat(name=Memory
doPackFST= false), _version_=PostingsFormat(name=Memory doPackFST= false),
tv_no_off_text=PostingsFormat(name=Memory doPackFST= false),
title_stringNoNorms=PostingsFormat(name=Memory doPackFST= false),
tv_text=PostingsFormat(name=Memory doPackFST= false),
title=Lucene50(blocksize=128), timestamp=PostingsFormat(name=Memory doPackFST=
false), intDefault=PostingsFormat(name=Memory doPackFST= false),
title_lettertok=PostingsFormat(name=MockRandom),
textgap=PostingsFormat(name=MockRandom),
subword_offsets=PostingsFormat(name=Asserting),
foo_t=PostingsFormat(name=MockRandom)},
docValues:{timestamp=DocValuesFormat(name=Asserting)}, sim=DefaultSimilarity,
locale=lv, timezone=Europe/San_Marino
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=146331152,total=259522560
[junit4] 2> NOTE: All tests run in this JVM: [JSONWriterTest,
BasicFunctionalityTest, BinaryUpdateRequestHandlerTest,
IndexSchemaRuntimeFieldTest, ConnectionManagerTest, HighlighterTest]
[junit4] Completed on J0 in 4.63s, 31 tests, 9 errors <<< FAILURES!
[...truncated 1428 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:529:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:477:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:192:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:508:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:970:
There were test failures: 450 suites, 1841 tests, 9 errors, 60 ignored (23
assumptions)
Total time: 62 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #2248
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 294130750 bytes
Compression is 0.0%
Took 54 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]