Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/975/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
5 tests failed.
FAILED:
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail
Error Message:
expected:<200> but was:<404>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<404>
at
__randomizedtesting.SeedInfo.seed([776A583AAFE19E9F:1FD56D107F7B8C73]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:304)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field name="id">1</field><field
name="text">The Apache Software Foundation is happy to announce BarCampApache
Sydney, Australia, the first ASF-backed event in the Southern
Hemisphere!</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">1</field><field name="text">The Apache Software
Foundation is happy to announce BarCampApache Sydney, Australia, the first
ASF-backed event in the Southern Hemisphere!</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:17AA46B7F0A4A367]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:96E159AAF784063]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:21E1DB45EFDFED3D]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
FAILED:
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling
Error Message:
unknown UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes. Add support for specifying
Spelling SuggestWord Comparator to Lucene spell checkers for
SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is attached if you
need it, but it is also committed to trunk and 3_x branch. Last Lucene European
Conference has been held in Prague.</field></doc></add>
Stack Trace:
org.apache.solr.common.SolrException: unknown UpdateRequestProcessorChain:
<add><doc><field name="id">2312312321312</field><field
name="text">SpellCheckComponent got improvement related to recent Lucene
changes.
Add support for specifying Spelling SuggestWord Comparator to Lucene spell
checkers for SpellCheckComponent. Issue SOLR-2053 is already fixed, patch is
attached if you need it, but it is also committed to trunk and 3_x branch. Last
Lucene European Conference has been held in Prague.</field></doc></add>
at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:2F146FD6BE5D401D]:0)
at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
at org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137)
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:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
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:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.lang.Thread.run(Thread.java:745)
Build Log:
[...truncated 12204 lines...]
[junit4] Suite: org.apache.solr.cloud.TestSolrCloudWithDelegationTokens
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_776A583AAFE19E9F-001/init-core-data-001
[junit4] 2> 2285914 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[776A583AAFE19E9F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 2285918 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[776A583AAFE19E9F]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_776A583AAFE19E9F-001/tempDir-001
[junit4] 2> 2285918 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[776A583AAFE19E9F]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2285919 INFO (Thread-5036) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2285919 INFO (Thread-5036) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2286019 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[776A583AAFE19E9F]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:45568
[junit4] 2> 2286031 INFO (jetty-launcher-2826-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2286032 INFO (jetty-launcher-2826-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1c8bcded{/solr,null,AVAILABLE}
[junit4] 2> 2286035 INFO (jetty-launcher-2826-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@aef18d8{SSL,[ssl,
http/1.1]}{127.0.0.1:55832}
[junit4] 2> 2286035 INFO (jetty-launcher-2826-thread-1) [ ]
o.e.j.s.Server Started @2289953ms
[junit4] 2> 2286035 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55832}
[junit4] 2> 2286036 ERROR (jetty-launcher-2826-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2286036 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2286037 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2286037 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2286037 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-27T23:58:40.035Z
[junit4] 2> 2286039 INFO (jetty-launcher-2826-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 2286040 INFO (jetty-launcher-2826-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7d08122e{/solr,null,AVAILABLE}
[junit4] 2> 2286042 INFO (jetty-launcher-2826-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@47e60480{SSL,[ssl,
http/1.1]}{127.0.0.1:52241}
[junit4] 2> 2286042 INFO (jetty-launcher-2826-thread-2) [ ]
o.e.j.s.Server Started @2289960ms
[junit4] 2> 2286042 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=52241}
[junit4] 2> 2286042 ERROR (jetty-launcher-2826-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2286042 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 2286042 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2286042 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2286043 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-11-27T23:58:40.040Z
[junit4] 2> 2286050 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2286058 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45568/solr
[junit4] 2> 2286061 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2286067 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45568/solr
[junit4] 2> 2286096 INFO (jetty-launcher-2826-thread-1)
[n:127.0.0.1:55832_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:55832_solr
[junit4] 2> 2286098 INFO (jetty-launcher-2826-thread-1)
[n:127.0.0.1:55832_solr ] o.a.s.c.Overseer Overseer
(id=97012358835011588-127.0.0.1:55832_solr-n_0000000000) starting
[junit4] 2> 2286110 INFO (jetty-launcher-2826-thread-1)
[n:127.0.0.1:55832_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55832_solr
[junit4] 2> 2286113 INFO
(zkCallback-2836-thread-1-processing-n:127.0.0.1:55832_solr)
[n:127.0.0.1:55832_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2286114 INFO (jetty-launcher-2826-thread-2)
[n:127.0.0.1:52241_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2286121 INFO (jetty-launcher-2826-thread-2)
[n:127.0.0.1:52241_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:52241_solr
[junit4] 2> 2286142 INFO
(zkCallback-2836-thread-2-processing-n:127.0.0.1:55832_solr)
[n:127.0.0.1:55832_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2286159 INFO (jetty-launcher-2826-thread-2)
[n:127.0.0.1:52241_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 2286171 INFO (jetty-launcher-2826-thread-2)
[n:127.0.0.1:52241_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 2286242 INFO
(zkCallback-2838-thread-1-processing-n:127.0.0.1:52241_solr)
[n:127.0.0.1:52241_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2286302 INFO (jetty-launcher-2826-thread-1)
[n:127.0.0.1:55832_solr ] o.a.s.c.CoreContainer Initializing authentication
plugin: org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 2286302 INFO (jetty-launcher-2826-thread-1)
[n:127.0.0.1:55832_solr ] o.a.s.s.KerberosPlugin Params: {token.valid=30,
delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, cookie.path=/,
zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm,
token.validity=36000, signer.secret.provider.zookeeper.path=/token,
type=kerberos, zk-dt-secret-manager.enable=true, kerberos.name.rules=DEFAULT,
signer.secret.provider=zookeeper}
[junit4] 2> 2286324 INFO (jetty-launcher-2826-thread-1)
[n:127.0.0.1:55832_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 2286324 INFO (jetty-launcher-2826-thread-2)
[n:127.0.0.1:52241_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 2286352 INFO (jetty-launcher-2826-thread-2-EventThread)
[n:127.0.0.1:52241_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 2286357 INFO (jetty-launcher-2826-thread-1-EventThread)
[n:127.0.0.1:55832_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 2286514 INFO (jetty-launcher-2826-thread-2)
[n:127.0.0.1:52241_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_776A583AAFE19E9F-001/tempDir-001/node2/.
[junit4] 2> 2286544 INFO (jetty-launcher-2826-thread-1)
[n:127.0.0.1:55832_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_776A583AAFE19E9F-001/tempDir-001/node1/.
[junit4] 2> 2286578 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
[junit4] 2> 2286672 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2286693 INFO (qtp710432741-19114) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfXmigFYzEZ55gECFNmOyVr6orEXQmRfNsHSoAqHzDGjB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2286693 INFO (qtp710432741-19114) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfXmigFYzEZ55gECFNmOyVr6orEXQmRfNsHSoAqHzDGjB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2286694 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
[junit4] 2> 2286715 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
[junit4] 2> 2286727 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
[junit4] 2> 2286765 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
[junit4] 2> 2286817 ERROR (qtp177340620-19091) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_3]
[junit4] 2> 2286819 ERROR (qtp710432741-19107) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_3]
[junit4] 2> 2286856 ERROR (qtp177340620-19096) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_4]
[junit4] 2> 2286863 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithDelegationTokens
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=776A583AAFE19E9F
-Dtests.slow=true -Dtests.locale=bg -Dtests.timezone=Australia/Canberra
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.14s J0 |
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<404>
[junit4] > at
__randomizedtesting.SeedInfo.seed([776A583AAFE19E9F:1FD56D107F7B8C73]:0)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:304)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2286902 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
[junit4] 2> 2286909 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2286911 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2286916 INFO (qtp710432741-19108) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
op=someSolrOperation&action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 2286916 INFO (qtp710432741-19108) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={op=someSolrOperation&action=LIST&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 2286917 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=bar&p=bar&t=test&e=1480327120914&s=fcbJa+KF+vUFjUJ7hHsgHXAui28=";
Path=/; Domain=127.0.0.1; Expires= , 28-XI-2016 09:58:40 GMT; Secure;
HttpOnly". Invalid 'expires' attribute: , 28-XI-2016 09:58:40 GMT
[junit4] 2> 2286918 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
[junit4] 2> 2286944 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
[junit4] 2> 2286964 ERROR (qtp710432741-19101) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_5]
[junit4] 2> 2287008 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287016 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287036 ERROR (qtp177340620-19091) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_6]
[junit4] 2> 2287047 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287052 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287053 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287060 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287061 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
[junit4] 2> 2287090 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
[junit4] 2> 2287119 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287120 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287124 INFO (qtp710432741-19103) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOffAigFYzEZ7wAcCFP6SZRNJrjQo-gFyii_a08ZijvxUB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287125 INFO (qtp710432741-19103) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOffAigFYzEZ7wAcCFP6SZRNJrjQo-gFyii_a08ZijvxUB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287132 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287138 INFO (qtp177340620-19093) [n:127.0.0.1:55832_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOffAigFYzEZ7wAcCFP6SZRNJrjQo-gFyii_a08ZijvxUB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287138 INFO (qtp177340620-19093) [n:127.0.0.1:55832_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOffAigFYzEZ7wAcCFP6SZRNJrjQo-gFyii_a08ZijvxUB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287145 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287167 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287169 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287173 INFO (qtp710432741-19106) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOff4igFYzEZ7-AgCFDU-X5y9SrPw36snHzDxe6U4zuGRB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287173 INFO (qtp710432741-19106) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOff4igFYzEZ7-AgCFDU-X5y9SrPw36snHzDxe6U4zuGRB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287179 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287181 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287185 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287191 INFO (qtp177340620-19087) [n:127.0.0.1:55832_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOff4igFYzEZ7-AgCFDU-X5y9SrPw36snHzDxe6U4zuGRB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287191 INFO (qtp177340620-19087) [n:127.0.0.1:55832_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOff4igFYzEZ7-AgCFDU-X5y9SrPw36snHzDxe6U4zuGRB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287196 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287198 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287202 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287218 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287220 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287224 INFO (qtp710432741-19107) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfgzigFYzEZ8MwkCFE3y0prfM-nNctWf4PAmhcW0cRbNB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287224 INFO (qtp710432741-19107) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfgzigFYzEZ8MwkCFE3y0prfM-nNctWf4PAmhcW0cRbNB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287231 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287232 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287236 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287242 INFO (qtp177340620-19091) [n:127.0.0.1:55832_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfgzigFYzEZ8MwkCFE3y0prfM-nNctWf4PAmhcW0cRbNB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287242 INFO (qtp177340620-19091) [n:127.0.0.1:55832_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfgzigFYzEZ8MwkCFE3y0prfM-nNctWf4PAmhcW0cRbNB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287247 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287262 INFO (qtp710432741-19106) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfheigFYzEZ8XgoCFK65Xi2GNt9YRqrk5vofJDypqlXrB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287262 INFO (qtp710432741-19106) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfheigFYzEZ8XgoCFK65Xi2GNt9YRqrk5vofJDypqlXrB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287266 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287271 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287273 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287277 INFO (qtp710432741-19103) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfheigFYzEZ8XgoCFK65Xi2GNt9YRqrk5vofJDypqlXrB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287277 INFO (qtp710432741-19103) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfheigFYzEZ8XgoCFK65Xi2GNt9YRqrk5vofJDypqlXrB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287284 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287284 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
[junit4] 2> 2287309 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
[junit4] 2> 2287315 WARN (qtp710432741-19102) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
with renewer bar
[junit4] 2> 2287315 WARN (qtp710432741-19102) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 2287315 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287316 WARN (qtp177340620-19094) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: foo tries to renew a token
with renewer bar
[junit4] 2> 2287317 WARN (qtp177340620-19094) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 2287318 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287325 WARN (qtp710432741-19113) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token with renewer renewUser
[junit4] 2> 2287326 WARN (qtp710432741-19113) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 2287326 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287327 WARN (qtp177340620-19093) [n:127.0.0.1:55832_solr
] o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew
a token with renewer renewUser
[junit4] 2> 2287327 WARN (qtp177340620-19093) [n:127.0.0.1:55832_solr
] o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 2287328 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287328 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
[junit4] 2> 2287357 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
[junit4] 2> 2287368 INFO (qtp710432741-19106) [n:127.0.0.1:52241_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfjMigFYzEZ8zA0CFHtBr5AuHg8_4XKPq6-AQpae5EOOB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287369 INFO (qtp710432741-19106) [n:127.0.0.1:52241_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfjMigFYzEZ8zA0CFHtBr5AuHg8_4XKPq6-AQpae5EOOB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287375 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287379 INFO (qtp177340620-19089) [n:127.0.0.1:55832_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfjMigFYzEZ8zA0CFHtBr5AuHg8_4XKPq6-AQpae5EOOB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2287379 INFO (qtp177340620-19089) [n:127.0.0.1:55832_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVioOfjMigFYzEZ8zA0CFHtBr5AuHg8_4XKPq6-AQpae5EOOB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 2287384 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 2287386 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[776A583AAFE19E9F])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:45568/solr ready
[junit4] 2> 2287390 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[776A583AAFE19E9F])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01-I-1970 00:00:00 GMT;
Secure; HttpOnly". Invalid 'expires' attribute: , 01-I-1970 00:00:00 GMT
[junit4] 2> 2287391 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[776A583AAFE19E9F])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
[junit4] 2> 2287392 INFO (jetty-launcher-2826-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@47e60480{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 2287392 INFO (jetty-launcher-2826-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@aef18d8{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 2287393 INFO (jetty-launcher-2826-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=530591910
[junit4] 2> 2287394 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2039498474
[junit4] 2> 2287399 INFO (jetty-launcher-2826-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=97012358835011588-127.0.0.1:55832_solr-n_0000000000) closing
[junit4] 2> 2287402 ERROR
(Thread[Thread-5059,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:52241_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 2287404 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x158a839f32f0006, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 2287405 INFO
(OverseerStateUpdate-97012358835011588-127.0.0.1:55832_solr-n_0000000000)
[n:127.0.0.1:55832_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:55832_solr
[junit4] 2> 2287412 INFO (jetty-launcher-2826-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7d08122e{/solr,null,UNAVAILABLE}
[junit4] 2> 2288901 WARN
(zkCallback-2836-thread-2-processing-n:127.0.0.1:55832_solr)
[n:127.0.0.1:55832_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 2288901 ERROR
(Thread[Thread-5062,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:55832_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 2288905 INFO (jetty-launcher-2826-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1c8bcded{/solr,null,UNAVAILABLE}
[junit4] 2> 2288908 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[776A583AAFE19E9F]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:45568 45568
[junit4] 2> 2289054 INFO (Thread-5036) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:45568 45568
[junit4] 2> 2289056 WARN (Thread-5036) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/aliases.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/clusterprops.json
[junit4] 2> 12 /solr/clusterstate.json
[junit4] 2> 4 /solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_2
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_13
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_12
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_11
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 12 /solr/live_nodes
[junit4] 2> 12 /solr/collections
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2> 2
/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
[junit4] 2>
[junit4] 2> 2289057 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[776A583AAFE19E9F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestSolrCloudWithDelegationTokens_776A583AAFE19E9F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=665, maxMBSortInHeap=5.045842941191898,
sim=RandomSimilarity(queryNorm=false): {}, locale=bg,
timezone=Australia/Canberra
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=329044928,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest,
DocValuesNotIndexedTest, TestFunctionQuery, TestDocTermOrds, AssignTest,
CursorMarkTest, TestFastLRUCache, TestSolrJ, LeaderFailoverAfterPartitionTest,
SpatialRPTFieldTypeTest, PingRequestHandlerTest, DateFieldTest, FileUtilsTest,
DocValuesMultiTest, ClassificationUpdateProcessorIntegrationTest,
RecoveryZkTest, TestPartialUpdateDeduplication, DirectUpdateHandlerTest,
DateRangeFieldTest, TimeZoneUtilsTest, CloudMLTQParserTest, OverseerTest,
TestLeaderInitiatedRecoveryThread, SuggestComponentTest, TestSort,
TestWordDelimiterFilterFactory, DistributedFacetPivotLongTailTest,
TestOnReconnectListenerSupport, TestFastOutputStream, HdfsThreadLeakTest,
OpenExchangeRatesOrgProviderTest, TestCharFilters,
OverseerCollectionConfigSetProcessorTest, TestSchemaVersionResource,
SpatialFilterTest, TriLevelCompositeIdRoutingTest, BlockJoinFacetRandomTest,
SystemInfoHandlerTest, SparseHLLTest, FastVectorHighlighterTest,
TestIBSimilarityFactory, AtomicUpdatesTest, LeaderElectionTest,
DistributedQueryElevationComponentTest, SolrCoreTest, TestNumericTerms64,
SSLMigrationTest, TestFieldResource, TestPhraseSuggestions,
TestLegacyNumericRangeQueryBuilder, TestCloudPivotFacet, TestPushWriter,
TestSimpleQParserPlugin, TestShortCircuitedRequests, TestCollapseQParserPlugin,
TestOrdValues, TestExactStatsCache, CopyFieldTest, TestExpandComponent,
TestSlowCompositeReaderWrapper, TestManagedResource,
DistributedMLTComponentTest, SolrCLIZkUtilsTest,
TestManagedSynonymFilterFactory, TestDistributedSearch, TestLFUCache,
TestSha256AuthenticationProvider, StressHdfsTest, DeleteStatusTest,
TestClassicSimilarityFactory, MigrateRouteKeyTest, TestJettySolrRunner,
TestSolrConfigHandlerConcurrent, SegmentsInfoRequestHandlerTest,
BasicDistributedZkTest, TestXmlQParserPlugin, DistributedFacetPivotSmallTest,
ResponseHeaderTest, BooleanFieldTest, TestLRUCache, HdfsDirectoryTest,
TestFieldCacheVsDocValues, HttpPartitionTest, TestPostingsSolrHighlighter,
DisMaxRequestHandlerTest, TestLazyCores, RestartWhileUpdatingTest,
TestRestoreCore, PreAnalyzedUpdateProcessorTest, SolrXmlInZkTest,
IgnoreCommitOptimizeUpdateProcessorFactoryTest,
StatelessScriptUpdateProcessorFactoryTest, ShardRoutingTest,
CustomCollectionTest, HardAutoCommitTest, TestLeaderElectionWithEmptyReplica,
TestStressVersions, ConnectionManagerTest, HdfsRestartWhileUpdatingTest,
ZkControllerTest, TestBM25SimilarityFactory, TestCloudDeleteByQuery,
JSONWriterTest, HdfsRecoverLeaseTest, ZkCLITest,
PathHierarchyTokenizerFactoryTest, TermsComponentTest,
TestExclusionRuleCollectionAccess, RankQueryTest, ExplicitHLLTest,
SchemaVersionSpecificBehaviorTest, VersionInfoTest, SynonymTokenizerTest,
EnumFieldTest, CloneFieldUpdateProcessorFactoryTest, ShardSplitTest,
XmlUpdateRequestHandlerTest, SyncSliceTest, OverseerRolesTest,
OutputWriterTest, HdfsUnloadDistributedZkTest, ZkStateReaderTest,
SearchHandlerTest, TestFileDictionaryLookup, RecoveryAfterSoftCommitTest,
SolrPluginUtilsTest, TestBinaryField, TestSolrDynamicMBean, TestFieldCacheSort,
TestFieldCacheReopen, TestSubQueryTransformerCrossCore, TestMergePolicyConfig,
ConcurrentDeleteAndCreateCollectionTest, SOLR749Test, CdcrUpdateLogTest,
BinaryUpdateRequestHandlerTest, ExitableDirectoryReaderTest,
TestRawTransformer, SolrRequestParserTest, TestBinaryResponseWriter,
TestXIncludeConfig, DistributedQueryComponentCustomSortTest,
CdcrRequestHandlerTest, TestStandardQParsers, TestDocumentBuilder,
TestExtendedDismaxParser, TestChildDocTransformer, TestRandomDVFaceting,
TestRandomRequestDistribution, TestHashPartitioner,
PKIAuthenticationIntegrationTest, TestRestManager, SimplePostToolTest,
TestDistribIDF, SimpleFacetsTest, TestCursorMarkWithoutUniqueKey,
TestHighlightDedupGrouping, TestSimpleTrackingShardHandler, ActionThrottleTest,
BaseCdcrDistributedZkTest, CdcrBootstrapTest,
CollectionsAPIAsyncDistributedZkTest, ConfigSetsAPITest,
CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest,
DistribDocExpirationUpdateProcessorTest, ForceLeaderTest,
PeerSyncReplicationTest, TestClusterProperties, TestCollectionAPI,
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion,
TestLeaderElectionZkExpiry, TestLockTree, TestMiniSolrCloudCluster,
TestRequestForwarding, TestRequestStatusCollectionAPI,
TestSolrCloudWithDelegationTokens]
[junit4] Completed [514/658 (1!)] on J0 in 3.16s, 8 tests, 1 failure <<<
FAILURES!
[...truncated 11616 lines...]
[junit4] Suite: org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest
[junit4] 2> Creating dataDir:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_1AE011E8E88BC1C9-001/init-core-data-001
[junit4] 2> log4j:WARN No appenders could be found for logger
(org.eclipse.jetty.util.log).
[junit4] 2> log4j:WARN Please initialize the log4j system properly.
[junit4] 2> log4j:WARN See
http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[junit4] 2> nov. 28, 2016 11:15:21 AM WhitespaceTokenizer initialize
[junit4] 2> INFO: "Whitespace tokenizer successfully initialized"
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testTwoUpdates
-Dtests.seed=1AE011E8E88BC1C9 -Dtests.slow=true -Dtests.locale=lv
-Dtests.timezone=Australia/Canberra -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s J0 | UIMAUpdateRequestProcessorTest.testTwoUpdates <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field name="id">1</field><field
name="text">The Apache Software Foundation is happy to announce BarCampApache
Sydney, Australia, the first ASF-backed event in the Southern
Hemisphere!</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:17AA46B7F0A4A367]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testTwoUpdates(UIMAUpdateRequestProcessorTest.java:101)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> nov. 28, 2016 11:15:25 AM WhitespaceTokenizer initialize
[junit4] 2> INFO: "Whitespace tokenizer successfully initialized"
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testProcessing
-Dtests.seed=1AE011E8E88BC1C9 -Dtests.slow=true -Dtests.locale=lv
-Dtests.timezone=Australia/Canberra -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.01s J0 | UIMAUpdateRequestProcessorTest.testProcessing <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes.
[junit4] > Add support for specifying Spelling SuggestWord Comparator
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already
fixed, patch is attached if you need it, but it is also committed to trunk and
3_x branch. Last Lucene European Conference has been held in
Prague.</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:96E159AAF784063]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest
-Dtests.method=testMultiplierProcessing -Dtests.seed=1AE011E8E88BC1C9
-Dtests.slow=true -Dtests.locale=lv -Dtests.timezone=Australia/Canberra
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.01s J0 |
UIMAUpdateRequestProcessorTest.testMultiplierProcessing <<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes.
[junit4] > Add support for specifying Spelling SuggestWord Comparator
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already
fixed, patch is attached if you need it, but it is also committed to trunk and
3_x branch. Last Lucene European Conference has been held in
Prague.</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:21E1DB45EFDFED3D]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testProcessing(UIMAUpdateRequestProcessorTest.java:83)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testMultiplierProcessing(UIMAUpdateRequestProcessorTest.java:177)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=UIMAUpdateRequestProcessorTest -Dtests.method=testErrorHandling
-Dtests.seed=1AE011E8E88BC1C9 -Dtests.slow=true -Dtests.locale=lv
-Dtests.timezone=Australia/Canberra -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.02s J0 | UIMAUpdateRequestProcessorTest.testErrorHandling
<<<
[junit4] > Throwable #1: org.apache.solr.common.SolrException: unknown
UpdateRequestProcessorChain: <add><doc><field
name="id">2312312321312</field><field name="text">SpellCheckComponent got
improvement related to recent Lucene changes.
[junit4] > Add support for specifying Spelling SuggestWord Comparator
to Lucene spell checkers for SpellCheckComponent. Issue SOLR-2053 is already
fixed, patch is attached if you need it, but it is also committed to trunk and
3_x branch. Last Lucene European Conference has been held in
Prague.</field></doc></add>
[junit4] > at
__randomizedtesting.SeedInfo.seed([1AE011E8E88BC1C9:2F146FD6BE5D401D]:0)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessingChain(SolrCore.java:1214)
[junit4] > at
org.apache.solr.core.SolrCore.getUpdateProcessorChain(SolrCore.java:1222)
[junit4] > at
org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:52)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.addDoc(SolrTestCaseJ4.java:1031)
[junit4] > at
org.apache.solr.uima.processor.UIMAUpdateRequestProcessorTest.testErrorHandling(UIMAUpdateRequestProcessorTest.java:137)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> NOTE: leaving temporary files on disk at:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/contrib/solr-uima/test/J0/temp/solr.uima.processor.UIMAUpdateRequestProcessorTest_1AE011E8E88BC1C9-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=lv,
timezone=Australia/Canberra
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=149264728,total=494927872
[junit4] 2> NOTE: All tests run in this JVM:
[UIMAUpdateRequestProcessorTest]
[junit4] Completed [2/2 (1!)] on J0 in 13.95s, 6 tests, 4 errors <<<
FAILURES!
[...truncated 51251 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]