Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1963/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)
9 tests failed.
FAILED:
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([E1009EC104B9898C:DEA67A02F11CEBF1]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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">117</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_">1486073907048873984</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:37.434Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request was:q=subword_offsets:pow*&hl=true&hl.fl=subword_offsets&wt=xml
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([E1009EC104B9898C:98725BC3E3CFDF36]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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">1</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_">1486073907794411520</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:38.144Z</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:q=t_text:long&qt=standard&hl=true&start=0&hl.fl=t_text+tv_text&rows=200
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([E1009EC104B9898C:79C7E2660B958244]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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">1</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_">1486073908055506944</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:38.386Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:q=tv_text:dir&qt=standard&hl=true&start=0&hl.fl=tv_text&rows=200
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([E1009EC104B9898C:C020E6100DEA5D9F]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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_">1486073908221181952</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:38.552Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:hl.snippets=2&q=tv_text:long&qt=standard&hl=true&start=0&hl.fl=tv_text&rows=200
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testVariableFragsize
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([E1009EC104B9898C:E64C9EB0E607251E]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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">3</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_">1486073908410974208</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:38.733Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:q=tv_text:long&qt=standard&hl=true&start=0&hl.fl=tv_text&rows=200
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([E1009EC104B9898C:FBA8B1454567781D]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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">6</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_">1486073908660535296</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:38.971Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:q=long&q.alt=*:*&qt=dismax&hl=true&qf=tv_text&start=0&hl.fl=tv_text&rows=200
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([E1009EC104B9898C:4B5E9AADB1539D94]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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">1</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_">1486073908809433088</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:39.113Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:hl.snippets=2&q=tv_mv_text:long&qt=standard&hl=true&start=0&hl.fl=tv_mv_text&rows=200
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([E1009EC104B9898C:D3A3C548C41573E2]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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_">1486073908940505088</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:39.238Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request was:q=subword_offsets:pow*&hl=true&hl.fl=subword_offsets&wt=xml
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([E1009EC104B9898C:F989A31D9A6A1CBE]: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:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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>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_">1486073909419704320</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:39.695Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:hl.snippets=2&q=tv_mv_text:long&qt=standard&hl=true&start=0&hl.fl=tv_mv_text&rows=200
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
Build Log:
[...truncated 9372 lines...]
[junit4] Suite: org.apache.solr.highlight.HighlighterTest
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001
[junit4] 2> 3786830 T10155 oas.SolrTestCaseJ4.buildSSLConfig Randomized
ssl (false) and clientAuth (false)
[junit4] 2> 3786833 T10155 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 3786833 T10155 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 3786837 T10155 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 3786839 T10155 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 3786841 T10155 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 3786930 T10155 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 3786954 T10155 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3786957 T10155 oass.IndexSchema.readSchema Reading Solr Schema
from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 3786963 T10155 oass.IndexSchema.readSchema [null] Schema
name=test
[junit4] 2> 3787116 T10155 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 3787128 T10155 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 3787131 T10155 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3787148 T10155 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3787159 T10155 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3787164 T10155 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3787166 T10155
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3787166 T10155
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3787167 T10155 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3787168 T10155
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3787169 T10155
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3787170 T10155 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 3787170 T10155 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr
[junit4] 2> 3787171 T10155 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/'
[junit4] 2> 3787204 T10155 oasc.CoreContainer.<init> New CoreContainer
832421730
[junit4] 2> 3787205 T10155 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/]
[junit4] 2> 3787205 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4] 2> 3787205 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 3787206 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4] 2> 3787206 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 3787207 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 3787207 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 3787207 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 3787207 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 3787207 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 3787208 T10155 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 3787208 T10155 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
[junit4] 2> 3787209 T10155 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 3787210 T10155 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 3787210 T10155 oasc.CoreContainer.load Host Name:
[junit4] 2> 3787215 T10156 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 3787219 T10156 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 3787220 T10156 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 3787220 T10156 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 3787290 T10156 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 6.0.0
[junit4] 2> 3787328 T10156 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig.xml
[junit4] 2> 3787329 T10156 oass.IndexSchema.readSchema Reading Solr Schema
from
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 3787340 T10156 oass.IndexSchema.readSchema [collection1]
Schema name=test
[junit4] 2> 3787496 T10156 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 3787501 T10156 oass.IndexSchema.readSchema default search
field in schema is text
[junit4] 2> 3787504 T10156 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 3787514 T10156 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3787518 T10156 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 3787524 T10156 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3787525 T10156
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3787526 T10156
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3787526 T10156 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 3787527 T10156
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 3787527 T10156
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 3787528 T10156 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/
[junit4] 2> 3787528 T10156 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 3787529 T10156 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/,
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001/
[junit4] 2> 3787529 T10156 oasc.JmxMonitoredMap.<init> JMX monitoring is
enabled. Adding Solr mbeans to JMX Server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15ac5526
[junit4] 2> 3787530 T10156 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001
[junit4] 2> 3787531 T10156 oasc.SolrCore.getNewIndexDir New index
directory detected: old=null
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001/index/
[junit4] 2> 3787531 T10156 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 3787531 T10156 oasc.CachingDirectoryFactory.get return new
directory for
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001/index
[junit4] 2> 3787532 T10156 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 3787533 T10156 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_1,generation=1}
[junit4] 2> 3787534 T10156 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 3787534 T10156 oasc.SolrCore.initWriters created xml:
solr.XMLResponseWriter
[junit4] 2> 3787537 T10156 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe"
[junit4] 2> 3787538 T10156 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe"
[junit4] 2> 3787538 T10156 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "dedupe-allfields"
[junit4] 2> 3787539 T10156 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"dedupe-allfields"
[junit4] 2> 3787539 T10156 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "stored_sig"
[junit4] 2> 3787540 T10156 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"stored_sig"
[junit4] 2> 3787540 T10156 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "uniq-fields"
[junit4] 2> 3787541 T10156 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"uniq-fields"
[junit4] 2> 3787541 T10156 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
[junit4] 2> 3787542 T10156 oasup.UpdateRequestProcessorChain.init creating
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4] 2> 3787542 T10156 oasup.UpdateRequestProcessorChain.init
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain
"distrib-dup-test-chain-implicit"
[junit4] 2> 3787542 T10156 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 3787543 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3787544 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3787544 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3787544 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 3787545 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 3787545 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 3787546 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 3787547 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 3787548 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 3787548 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 3787549 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 3787549 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 3787549 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 3787550 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 3787550 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 3787551 T10156 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 3787552 T10156 oasc.RequestHandlers.initHandlersFromConfig
created dismax: solr.SearchHandler
[junit4] 2> 3787552 T10156 oasc.RequestHandlers.initHandlersFromConfig
created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
[junit4] 2> 3787553 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: solr.admin.ShowFileRequestHandler
[junit4] 2> 3787554 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /admin/fileedit: solr.admin.EditFileRequestHandler
[junit4] 2> 3787554 T10156 oasc.RequestHandlers.initHandlersFromConfig
created defaults: solr.StandardRequestHandler
[junit4] 2> 3787555 T10156 oasc.RequestHandlers.initHandlersFromConfig
adding lazy requestHandler: solr.StandardRequestHandler
[junit4] 2> 3787556 T10156 oasc.RequestHandlers.initHandlersFromConfig
created lazy: solr.StandardRequestHandler
[junit4] 2> 3787557 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /terms: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787558 T10156 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787558 T10156 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787559 T10156 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787559 T10156 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak_Direct:
org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787560 T10156 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787560 T10156 oasc.RequestHandlers.initHandlersFromConfig
created mltrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787562 T10156 oasc.RequestHandlers.initHandlersFromConfig
created tvrh: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 3787562 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /mlt: solr.MoreLikeThisHandler
[junit4] 2> 3787563 T10156 oasc.RequestHandlers.initHandlersFromConfig
created /debug/dump: solr.DumpRequestHandler
[junit4] 2> 3787580 T10156 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3787582 T10156 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3787583 T10156 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3787585 T10156 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 3787587 T10156 oasc.SolrCore.initDeprecatedSupport WARN
solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config
to use the ShowFileRequestHandler.
[junit4] 2> 3787595 T10156 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 3787595 T10156 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 3787597 T10156 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=41, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=97.0576171875,
floorSegmentMB=0.376953125, forceMergeDeletesPctAllowed=2.007581304244219,
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 3787598 T10156 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_1,generation=1}
[junit4] 2> 3787600 T10156 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 3787600 T10156 oass.SolrIndexSearcher.<init> Opening
Searcher@3716c97f[collection1] main
[junit4] 2> 3787601 T10156 oasr.RestManager.init Initializing RestManager
with initArgs:
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
[junit4] 2> 3787601 T10156 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
[junit4] 2> 3787602 T10156 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 3787603 T10156 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using InMemoryStorage
[junit4] 2> 3787603 T10156 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 3787604 T10156 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 3787619 T10156 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
[junit4] 2> 3787684 T10156 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 3787686 T10157 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@3716c97f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3787687 T10156 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 3787691 T10155 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> 3787703 T10155 oas.SolrTestCaseJ4.setUp ###Starting
testTermVectorWithoutOffsetsHighlight
[junit4] 2> ASYNC NEW_CORE C1995 name=collection1
org.apache.solr.core.SolrCore@105d0cbb
[junit4] 2> 3787731 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1 (1486073906546606080)]} 0
27
[junit4] 2> 3787735 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787743 T10155 C1995 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_2,generation=2}
[junit4] 2> 3787746 T10155 C1995 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 2
[junit4] 2> 3787756 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@2c946001[collection1] main
[junit4] 2> 3787758 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787759 T10157 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2c946001[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
[junit4] 2> 3787760 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 25
[junit4] 2> 3787761 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787762 T10155 C1995 oasu.DirectUpdateHandler2.commit No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 3787764 T10155 C1995 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 3787764 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787765 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {optimize=} 0 4
[junit4] 2> 3787779 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=tv_no_off_text:cameron&qt=standard&hl=true&start=0&hl.fl=tv_no_off_text&rows=200}
hits=1 status=0 QTime=13
[junit4] 2> 3787791 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@469d6b8f[collection1] realtime
[junit4] 2> 3787792 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {deleteByQuery=*:*
(-1486073906627346432)} 0 11
[junit4] 2> 3787793 T10155 oas.SolrTestCaseJ4.tearDown ###Ending
testTermVectorWithoutOffsetsHighlight
[junit4] 2> 3787814 T10155 oas.SolrTestCaseJ4.setUp ###Starting
testHlQEdismaxParameter
[junit4] 2> 3787817 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1 (1486073906662998016)]} 0
2
[junit4] 2> 3787819 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787826 T10155 C1995 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_2,generation=2}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_3,generation=3}
[junit4] 2> 3787827 T10155 C1995 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 3
[junit4] 2> 3787829 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@4f57e0e9[collection1] main
[junit4] 2> 3787833 T10157 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4f57e0e9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):c1)))}
[junit4] 2> 3787835 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787835 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 17
[junit4] 2> 3787845 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=title:Apache&hl=true&hl.q={!edismax+qf%3Dtitle+v%3DSoftware}&hl.fl=title&wt=xml}
hits=1 status=0 QTime=9
[junit4] 2> 3787847 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={qq=title:Foundation&q=title:Apache&hl=true&hl.q={!v%3D$qq}&hl.fl=title&wt=xml}
hits=1 status=0 QTime=1
[junit4] 2> 3787850 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@399c09f1[collection1] realtime
[junit4] 2> 3787851 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {deleteByQuery=*:*
(-1486073906697601024)} 0 3
[junit4] 2> 3787852 T10155 oas.SolrTestCaseJ4.tearDown ###Ending
testHlQEdismaxParameter
[junit4] 2> 3787859 T10155 oas.SolrTestCaseJ4.setUp ###Starting
testHighlightDisabled
[junit4] 2> 3787862 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1 (1486073906710183936)]} 0
2
[junit4] 2> 3787863 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787867 T10155 C1995 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_3,generation=3}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_4,generation=4}
[junit4] 2> 3787868 T10155 C1995 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 4
[junit4] 2> 3787870 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@1107d726[collection1] main
[junit4] 2> 3787871 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787874 T10157 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1107d726[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):c1)))}
[junit4] 2> 3787875 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 12
[junit4] 2> 3787876 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787877 T10155 C1995 oasu.DirectUpdateHandler2.commit No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 3787878 T10155 C1995 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 3787878 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787879 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {optimize=} 0 3
[junit4] 2> 3787885 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=t_text:long&qt=standard&hl=false&start=0&hl.fl=t_text&rows=200}
hits=1 status=0 QTime=1
[junit4] 2> 3787890 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@34707b2a[collection1] realtime
[junit4] 2> 3787891 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {deleteByQuery=*:*
(-1486073906739544064)} 0 3
[junit4] 2> 3787891 T10155 oas.SolrTestCaseJ4.tearDown ###Ending
testHighlightDisabled
[junit4] 2> 3787902 T10155 oas.SolrTestCaseJ4.setUp ###Starting
testDefaultFieldHighlight
[junit4] 2> 3787904 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1 (1486073906756321280)]} 0 0
[junit4] 2> 3787905 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787912 T10155 C1995 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_4,generation=4}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_5,generation=5}
[junit4] 2> 3787913 T10155 C1995 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 5
[junit4] 2> 3787915 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@50e2b995[collection1] main
[junit4] 2> 3787917 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787919 T10157 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@50e2b995[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):c1)))}
[junit4] 2> 3787919 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 14
[junit4] 2> 3787920 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787921 T10155 C1995 oasu.DirectUpdateHandler2.commit No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 3787923 T10155 C1995 oasc.SolrCore.openNewSearcher
SolrIndexSearcher has not changed - not re-opening:
org.apache.solr.search.SolrIndexSearcher
[junit4] 2> 3787923 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787924 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {optimize=} 0 4
[junit4] 2> 3787926 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=long&df=t_text&qt=standard&hl=true&start=0&hl.fl=&rows=200} hits=1
status=0 QTime=1
[junit4] 2> 3787932 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@6508e4a1[collection1] realtime
[junit4] 2> 3787934 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {deleteByQuery=*:*
(-1486073906781487104)} 0 7
[junit4] 2> 3787935 T10155 oas.SolrTestCaseJ4.tearDown ###Ending
testDefaultFieldHighlight
[junit4] 2> 3787951 T10155 oas.SolrTestCaseJ4.setUp ###Starting
testMaxMvParams
[junit4] 2> 3787955 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1000
(1486073906806652928)]} 0 3
[junit4] 2> 3787956 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3787963 T10155 C1995 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_5,generation=5}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_6,generation=6}
[junit4] 2> 3787964 T10155 C1995 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 6
[junit4] 2> 3787968 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@2002b610[collection1] main
[junit4] 2> 3787969 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3787973 T10157 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@2002b610[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.0.0):c1)))}
[junit4] 2> 3787974 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 18
[junit4] 2> 3787976 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.q=target&hl.fl=lower&wt=xml}
hits=1 status=0 QTime=1
[junit4] 2> 3787996 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.q=target&hl.fl=lower&hl.maxMultiValuedToExamine=4&wt=xml}
hits=1 status=0 QTime=17
[junit4] 2> 3787998 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.q=target&hl.fl=lower&hl.maxMultiValuedToExamine=0&wt=xml}
hits=1 status=0 QTime=1
[junit4] 2> 3788001 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.q=target&hl.fl=lower&hl.maxMultiValuedToExamine=2&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 3788004 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.q=target&hl.fl=lower&hl.maxMultiValuedToExamine=1&wt=xml}
hits=1 status=0 QTime=2
[junit4] 2> 3788007 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.maxMultiValuedToMatch=4&hl.q=target&hl.fl=lower&wt=xml}
hits=1 status=0 QTime=2
[junit4] 2> 3788021 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.maxMultiValuedToMatch=6&hl.q=target&hl.fl=lower&wt=xml}
hits=1 status=0 QTime=13
[junit4] 2> 3788023 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.maxMultiValuedToMatch=1&hl.q=target&hl.fl=lower&wt=xml}
hits=1 status=0 QTime=2
[junit4] 2> 3788041 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.maxMultiValuedToMatch=0&hl.q=target&hl.fl=lower&wt=xml}
hits=1 status=0 QTime=17
[junit4] 2> 3788060 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.maxMultiValuedToMatch=2&hl.q=target&hl.fl=lower&hl.maxMultiValuedToExamine=10&wt=xml}
hits=1 status=0 QTime=18
[junit4] 2> 3788062 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={hl.snippets=100&q=id:1000&hl=true&hl.maxMultiValuedToMatch=10&hl.q=target&hl.fl=lower&hl.maxMultiValuedToExamine=2&wt=xml}
hits=1 status=0 QTime=1
[junit4] 2> 3788076 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@651b862[collection1] realtime
[junit4] 2> 3788087 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {deleteByQuery=*:*
(-1486073906923044864)} 0 24
[junit4] 2> 3788088 T10155 oas.SolrTestCaseJ4.tearDown ###Ending
testMaxMvParams
[junit4] 2> 3788182 T10155 oas.SolrTestCaseJ4.setUp ###Starting
testSubwordWildcardHighlightWithTermOffsets
[junit4] 2> 3788205 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1 (1486073907048873984)]} 0
22
[junit4] 2> 3788207 T10155 C1995 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 3788214 T10155 C1995 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_6,generation=6}
[junit4] 2>
commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@7e11cb94
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@ec9c4b)),segFN=segments_7,generation=7}
[junit4] 2> 3788216 T10155 C1995 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 7
[junit4] 2> 3788218 T10155 C1995 oass.SolrIndexSearcher.<init> Opening
Searcher@1f8430cc[collection1] main
[junit4] 2> 3788220 T10155 C1995 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 3788223 T10157 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@1f8430cc[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.0.0):c1)))}
[junit4] 2> 3788225 T10155 C1995 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 18
[junit4] 2> 3788344 T10155 C1995 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={q=subword_offsets:pow*&hl=true&hl.fl=subword_offsets&wt=xml} hits=1
status=0 QTime=117
[junit4] 2> 3788368 T10155 oas.SolrTestCaseJ4.assertQ ERROR REQUEST
FAILED:
xpath=//lst[@name='highlighting']/lst[@name='1']/arr[@name='subword_offsets']/str='lorem
<em>PowerShot.com</em> ipsum'
[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">117</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_">1486073907048873984</long><arr
name="multiDefault"><str>muLti-Default</str></arr><int
name="intDefault">42</int><date
name="timestamp">2014-11-29T03:08:37.434Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
[junit
[...truncated too long message...]
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> 3790702 T10155 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 3790703 T10155 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001;done=false>>]
[junit4] 2> 3790704 T10155 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001
[junit4] 2> 3790704 T10155 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001/index;done=false>>]
[junit4] 2> 3790706 T10155 oasc.CachingDirectoryFactory.close Closing
directory:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.highlight.HighlighterTest-E1009EC104B9898C-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50),
sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=sr_CS,
timezone=Asia/Choibalsan
[junit4] 2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20
(64-bit)/cpus=2,threads=1,free=227323312,total=436731904
[junit4] 2> NOTE: All tests run in this JVM:
[TestDefaultSearchFieldResource, PrimUtilsTest, TestStressRecovery,
SolrXmlInZkTest, OutputWriterTest, TestFieldTypeResource, SynonymTokenizerTest,
TestSolrIndexConfig, TestFiltering, OverseerTest, ConnectionManagerTest,
MigrateRouteKeyTest, TestPHPSerializedResponseWriter, BadCopyFieldTest,
TestAddFieldRealTimeGet, StressHdfsTest, TestManagedSynonymFilterFactory,
TestQuerySenderListener, TestConfigSets,
DistribDocExpirationUpdateProcessorTest, TestImplicitCoreProperties,
DeleteReplicaTest, TestDistribDocBasedVersion, TestSolrQueryParser,
TestStandardQParsers, TestCSVResponseWriter, LeaderFailoverAfterPartitionTest,
DocumentBuilderTest, ReturnFieldsTest, SolrIndexSplitterTest,
CloudMLTQParserTest, TestPhraseSuggestions, RemoteQueryErrorTest,
TestStressVersions, ChaosMonkeyNothingIsSafeTest, MBeansHandlerTest,
OverseerRolesTest, TestDefaultSimilarityFactory, OverseerStatusTest,
InfoHandlerTest, CoreContainerCoreInitFailuresTest, TestRTGBase,
TestFieldResource, TestConfigReload, TestSolrConfigHandlerCloud,
DocValuesMultiTest, TestSolrQueryParserDefaultOperatorResource,
TestBulkSchemaConcurrent, TestUniqueKeyFieldResource, DateMathParserTest,
DocumentAnalysisRequestHandlerTest, PreAnalyzedUpdateProcessorTest,
JsonLoaderTest, SchemaVersionSpecificBehaviorTest,
UniqFieldsUpdateProcessorFactoryTest, DirectUpdateHandlerOptimizeTest,
DocValuesMissingTest, FieldAnalysisRequestHandlerTest, CSVRequestHandlerTest,
DistributedQueryComponentOptimizationTest, ResponseHeaderTest, DOMUtilTest,
OverseerCollectionProcessorTest, TermVectorComponentDistributedTest,
TestMaxScoreQueryParser, TestFunctionQuery, TestPseudoReturnFields,
ParsingFieldUpdateProcessorsTest, SimpleFacetsTest, TestFileDictionaryLookup,
DisMaxRequestHandlerTest, SortByFunctionTest, AutoCommitTest,
AsyncMigrateRouteKeyTest, TestWordDelimiterFilterFactory, AddBlockUpdateTest,
DistributedIntervalFacetingTest, TestInfoStreamLogging, HighlighterConfigTest,
NumericFieldsTest, TestTrie, TestJoin, TestSortingResponseWriter,
CoreAdminCreateDiscoverTest, XsltUpdateRequestHandlerTest, TestRealTimeGet,
SuggesterTSTTest, CursorMarkTest, ExitableDirectoryReaderTest,
StatsComponentTest, SpellCheckCollatorTest, TestMultiCoreConfBootstrap,
AliasIntegrationTest, DeleteInactiveReplicaTest, SampleTest,
ModifyConfFileTest, TestUpdate, SolrRequestParserTest,
TestLMJelinekMercerSimilarityFactory, TestRawResponseWriter,
TestRequestStatusCollectionAPI, PrimitiveFieldTypeTest,
TestDocBasedVersionConstraints, TestJmxIntegration, TestClassNameShortening,
DeleteShardTest, DistributedExpandComponentTest, TestCoreContainer,
DistributedQueueTest, DistributedFacetPivotWhiteBoxTest,
ChaosMonkeySafeLeaderTest, UUIDUpdateProcessorFallbackTest,
XmlUpdateRequestHandlerTest, URLClassifyProcessorTest, SearchHandlerTest,
SOLR749Test, CursorPagingTest, CloudExitableDirectoryReaderTest,
TestPostingsSolrHighlighter, HdfsDirectoryTest, TestLazyCores,
TestHashPartitioner, TestCloudPivotFacet, TestZkChroot, SystemInfoHandlerTest,
NoCacheHeaderTest, ZkControllerTest, TestAnalyzeInfixSuggestions,
ResponseLogComponentTest, SharedFSAutoReplicaFailoverTest,
TestShardHandlerFactory, CurrencyFieldOpenExchangeTest, TestSolr4Spatial,
CoreAdminRequestStatusTest, TestSweetSpotSimilarityFactory,
TestPerFieldSimilarity, PathHierarchyTokenizerFactoryTest, TestSort,
TestHighlightDedupGrouping, TestWriterPerf, RequiredFieldsTest,
TestSchemaResource, TestOrdValues, HdfsBasicDistributedZk2Test,
ClusterStateTest, TestReplicaProperties, TestMissingGroups, BadComponentTest,
TestSolrConfigHandlerConcurrent, ShardRoutingTest, TestSolrXml,
DistributedTermsComponentTest, TestCloudManagedSchemaConcurrent,
TestElisionMultitermQuery, SimplePostToolTest, TestLFUCache,
SignatureUpdateProcessorFactoryTest, TestFastWriter, AnalysisErrorHandlingTest,
TestDFRSimilarityFactory, TestSolrCoreProperties,
LeaderInitiatedRecoveryOnCommitTest, DebugComponentTest, TestSchemaManager,
TestFieldCollectionResource, TestManagedStopFilterFactory, TestInitParams,
TestStressUserVersions, FieldMutatingUpdateProcessorTest, TestStressReorder,
TestStressLucene, DistributedSuggestComponentTest, JSONWriterTest,
AtomicUpdatesTest, TestReversedWildcardFilterFactory, BJQParserTest,
TestReRankQParserPlugin, TestSolrConfigHandler, TestCharFilters,
BasicDistributedZk2Test, TestDynamicFieldCollectionResource,
TestComplexPhraseQParserPlugin, TestHighFrequencyDictionaryFactory,
TestFaceting, BlockDirectoryTest, AddSchemaFieldsUpdateProcessorFactoryTest,
TestQueryUtils, ShardRoutingCustomTest, HighlighterTest]
[junit4] Completed in 3.99s, 31 tests, 9 errors <<< FAILURES!
[...truncated 818 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:515: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:463: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:186: The
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:510:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1349:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:956:
There were test failures: 450 suites, 1838 tests, 9 errors, 36 ignored (21
assumptions)
Total time: 177 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0
-XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]