Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/914/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC
2 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([5EDFFF672537A67E:3660CA4DF5ADB492]: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:294)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
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:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew
Error Message:
expected:<200> but was:<403>
Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
at
__randomizedtesting.SeedInfo.seed([5EDFFF672537A67E:69440B791DFB7BDA]: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.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:130)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:315)
at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:332)
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:1764)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
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:809)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
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 11024 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_5EDFFF672537A67E-001/init-core-data-001
[junit4] 2> 747955 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 747957 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-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_5EDFFF672537A67E-001/tempDir-001
[junit4] 2> 747958 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 747958 INFO (Thread-1453) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 747958 INFO (Thread-1453) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 748058 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:52868
[junit4] 2> 748069 INFO (jetty-launcher-811-thread-1) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 748069 INFO (jetty-launcher-811-thread-2) [ ]
o.e.j.s.Server jetty-9.3.8.v20160314
[junit4] 2> 748073 INFO (jetty-launcher-811-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@b64df9d{/solr,null,AVAILABLE}
[junit4] 2> 748073 INFO (jetty-launcher-811-thread-2) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@77c2423a{HTTP/1.1,[http/1.1]}{127.0.0.1:53368}
[junit4] 2> 748073 INFO (jetty-launcher-811-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2fcabb20{/solr,null,AVAILABLE}
[junit4] 2> 748075 INFO (jetty-launcher-811-thread-1) [ ]
o.e.j.s.ServerConnector Started
ServerConnector@14788823{HTTP/1.1,[http/1.1]}{127.0.0.1:55539}
[junit4] 2> 748075 INFO (jetty-launcher-811-thread-1) [ ]
o.e.j.s.Server Started @751765ms
[junit4] 2> 748075 INFO (jetty-launcher-811-thread-2) [ ]
o.e.j.s.Server Started @751764ms
[junit4] 2> 748075 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=55539}
[junit4] 2> 748075 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=53368}
[junit4] 2> 748075 ERROR (jetty-launcher-811-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 748075 ERROR (jetty-launcher-811-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-17T22:20:48.444Z
[junit4] 2> 748077 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-10-17T22:20:48.444Z
[junit4] 2> 748082 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 748082 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 748097 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52868/solr
[junit4] 2> 748097 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52868/solr
[junit4] 2> 748151 INFO (jetty-launcher-811-thread-1)
[n:127.0.0.1:55539_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:55539_solr
[junit4] 2> 748154 INFO (jetty-launcher-811-thread-1)
[n:127.0.0.1:55539_solr ] o.a.s.c.Overseer Overseer
(id=96779819307958278-127.0.0.1:55539_solr-n_0000000000) starting
[junit4] 2> 748170 INFO (jetty-launcher-811-thread-1)
[n:127.0.0.1:55539_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:55539_solr
[junit4] 2> 748175 INFO
(OverseerStateUpdate-96779819307958278-127.0.0.1:55539_solr-n_0000000000)
[n:127.0.0.1:55539_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 748177 INFO
(zkCallback-821-thread-1-processing-n:127.0.0.1:53368_solr)
[n:127.0.0.1:53368_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 748183 INFO (jetty-launcher-811-thread-2)
[n:127.0.0.1:53368_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:53368_solr
[junit4] 2> 748193 INFO
(zkCallback-821-thread-1-processing-n:127.0.0.1:53368_solr)
[n:127.0.0.1:53368_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 748193 INFO
(zkCallback-822-thread-2-processing-n:127.0.0.1:55539_solr)
[n:127.0.0.1:55539_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 748203 INFO (jetty-launcher-811-thread-2)
[n:127.0.0.1:53368_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 748218 INFO (jetty-launcher-811-thread-2)
[n:127.0.0.1:53368_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> 748244 INFO (jetty-launcher-811-thread-1)
[n:127.0.0.1:55539_solr ] o.a.s.c.CoreContainer Authentication plugin class
obtained from system property 'authenticationPlugin':
org.apache.solr.security.HttpParamDelegationTokenPlugin
[junit4] 2> 748244 INFO (jetty-launcher-811-thread-1)
[n:127.0.0.1:55539_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> 748325 INFO (jetty-launcher-811-thread-1)
[n:127.0.0.1:55539_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 748325 INFO (jetty-launcher-811-thread-2)
[n:127.0.0.1:53368_solr ] o.a.c.f.i.CuratorFrameworkImpl Starting
[junit4] 2> 748354 INFO (jetty-launcher-811-thread-1-EventThread)
[n:127.0.0.1:55539_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 748356 INFO (jetty-launcher-811-thread-2-EventThread)
[n:127.0.0.1:53368_solr ] o.a.c.f.s.ConnectionStateManager State change:
CONNECTED
[junit4] 2> 748521 INFO (jetty-launcher-811-thread-1)
[n:127.0.0.1:55539_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_5EDFFF672537A67E-001/tempDir-001/node1/.
[junit4] 2> 748532 INFO (jetty-launcher-811-thread-2)
[n:127.0.0.1:53368_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_5EDFFF672537A67E-001/tempDir-001/node2/.
[junit4] 2> 748597 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
[junit4] 2> 748675 INFO (qtp1554006542-5618) [n:127.0.0.1:55539_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 748675 INFO (qtp1554006542-5618) [n:127.0.0.1:55539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 748700 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 748711 INFO (qtp1558156402-5611) [n:127.0.0.1:53368_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 748711 INFO (qtp1558156402-5611) [n:127.0.0.1:53368_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6HaigFX-Mgl2gEDFEnDch7xr-gNumqInG0LR05RV80CB3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 748721 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 748725 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 748727 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenVerify-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
[junit4] 2> 748760 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
[junit4] 2> 748782 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 748786 INFO (qtp1554006542-5622) [n:127.0.0.1:55539_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params
action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6JoigFX-MgmaAIDFFgjxtbV0Ov8a9p2W2d1qVNW_eJ9B3NvbHItZHQA&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 748786 INFO (qtp1554006542-5622) [n:127.0.0.1:55539_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=LIST&delegation=GgADYmFyA2JhcgCKAVfUu6JoigFX-MgmaAIDFFgjxtbV0Ov8a9p2W2d1qVNW_eJ9B3NvbHItZHQA&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 748787 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenSolrClient-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
[junit4] 2> 748820 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
[junit4] 2> 748846 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithDelegationTokens
-Dtests.method=testDelegationTokenCancelFail -Dtests.seed=5EDFFF672537A67E
-Dtests.slow=true -Dtests.locale=ar-OM -Dtests.timezone=Africa/Monrovia
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.06s J0 |
TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<404>
[junit4] > at
__randomizedtesting.SeedInfo.seed([5EDFFF672537A67E:3660CA4DF5ADB492]:0)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.cancelDelegationToken(TestSolrCloudWithDelegationTokens.java:140)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenCancelFail(TestSolrCloudWithDelegationTokens.java:294)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 748888 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
[junit4] 2> 748899 INFO
(TEST-TestSolrCloudWithDelegationTokens.testZNodePaths-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
[junit4] 2> 748934 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
[junit4] 2> 748943 WARN (qtp1554006542-5622) [n:127.0.0.1:55539_solr ]
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> 748944 WARN (qtp1554006542-5622) [n:127.0.0.1:55539_solr ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 748944 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 748946 WARN (qtp1558156402-5619) [ ]
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> 748946 WARN (qtp1558156402-5619) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 748946 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 748959 WARN (qtp1554006542-5608) [ ]
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> 748959 WARN (qtp1554006542-5608) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 748959 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 748960 WARN (qtp1558156402-5607) [ ]
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> 748961 WARN (qtp1558156402-5607) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 748961 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 748961 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenewFail-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
[junit4] 2> 748996 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
[junit4] 2> 749015 WARN (qtp1554006542-5612) [ ]
o.a.h.s.a.s.AuthenticationFilter Authentication exception:
org.apache.hadoop.security.AccessControlException: bar is trying to renew a
token with wrong password
[junit4] 2> 749015 WARN (qtp1554006542-5612) [ ]
o.a.s.s.KerberosPlugin Could not find
org.apache.solr.security.kerberosplugin.requestcontinues
[junit4] 2> 749016 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 749016 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenRenew-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrCloudWithDelegationTokens
-Dtests.method=testDelegationTokenRenew -Dtests.seed=5EDFFF672537A67E
-Dtests.slow=true -Dtests.locale=ar-OM -Dtests.timezone=Africa/Monrovia
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 0.06s J0 |
TestSolrCloudWithDelegationTokens.testDelegationTokenRenew <<<
[junit4] > Throwable #1: java.lang.AssertionError: expected:<200> but
was:<403>
[junit4] > at
__randomizedtesting.SeedInfo.seed([5EDFFF672537A67E:69440B791DFB7BDA]:0)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.renewDelegationToken(TestSolrCloudWithDelegationTokens.java:130)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.verifyDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:315)
[junit4] > at
org.apache.solr.cloud.TestSolrCloudWithDelegationTokens.testDelegationTokenRenew(TestSolrCloudWithDelegationTokens.java:332)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] 2> 749064 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
[junit4] 2> 749069 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 749075 INFO (qtp1554006542-5614) [n:127.0.0.1:55539_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> 749076 INFO (qtp1554006542-5614) [n:127.0.0.1:55539_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> 749076 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth="u=bar&p=bar&t=test&e=1476778849441&s=6wHgH93l9qLYNTZojXA8e8hz/10=";
Path=/; Domain=127.0.0.1; Expires= , 18- -2016 08:20:49 GMT; HttpOnly".
Invalid 'expires' attribute: , 18- -2016 08:20:49 GMT
[junit4] 2> 749079 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationOtherOp-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
[junit4] 2> 749123 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
[junit4] 2> 749141 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 749146 ERROR (qtp1554006542-5621) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_8]
[junit4] 2> 749162 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 749165 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 749171 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 749183 ERROR (qtp1558156402-5619) [ ]
o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path
[/ZKDTSMTokensRoot/DT_9]
[junit4] 2> 749188 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 749192 WARN
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie:
hadoop.auth=; Path=/; Domain=127.0.0.1; Expires= , 01- -1970 00:00:00 GMT;
HttpOnly". Invalid 'expires' attribute: , 01- -1970 00:00:00 GMT
[junit4] 2> 749192 INFO
(TEST-TestSolrCloudWithDelegationTokens.testDelegationTokenCancel-seed#[5EDFFF672537A67E])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
[junit4] 2> 749194 INFO (jetty-launcher-811-thread-2) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@14788823{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 749195 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1087392872
[junit4] 2> 749196 INFO (jetty-launcher-811-thread-1) [ ]
o.e.j.s.ServerConnector Stopped
ServerConnector@77c2423a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 749199 INFO (jetty-launcher-811-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1882961
[junit4] 2> 749207 INFO (jetty-launcher-811-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=96779819307958278-127.0.0.1:55539_solr-n_0000000000) closing
[junit4] 2> 749207 INFO
(OverseerStateUpdate-96779819307958278-127.0.0.1:55539_solr-n_0000000000)
[n:127.0.0.1:55539_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:55539_solr
[junit4] 2> 749212 ERROR
(Thread[Thread-1473,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:53368_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 749227 INFO (jetty-launcher-811-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@b64df9d{/solr,null,UNAVAILABLE}
[junit4] 2> 750711 WARN
(zkCallback-822-thread-1-processing-n:127.0.0.1:55539_solr)
[n:127.0.0.1:55539_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 750712 ERROR
(Thread[Thread-1470,5,TGRP-TestSolrCloudWithDelegationTokens])
[n:127.0.0.1:55539_solr ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager
ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
[junit4] 2> 750717 INFO (jetty-launcher-811-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2fcabb20{/solr,null,UNAVAILABLE}
[junit4] 2> 750719 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:52868 52868
[junit4] 2> 750742 INFO (Thread-1453) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:52868 52868
[junit4] 2> 750744 WARN (Thread-1453) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /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/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/ZKDTSMSeqNumRoot
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 4 /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> 750744 INFO
(SUITE-TestSolrCloudWithDelegationTokens-seed#[5EDFFF672537A67E]-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_5EDFFF672537A67E-001
[junit4] 2> Oct 17, 2016 10:20:51 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=2036, maxMBSortInHeap=7.644908529861745,
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-OM, timezone=Africa/Monrovia
[junit4] 2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102
(64-bit)/cpus=3,threads=1,free=129226080,total=434110464
[junit4] 2> NOTE: All tests run in this JVM: [TestNamedUpdateProcessors,
DateFieldTest, CdcrRequestHandlerTest, PathHierarchyTokenizerFactoryTest,
TestMacros, TestSolrJ, GraphQueryTest, TestSort, PrimUtilsTest,
DistributedQueryElevationComponentTest, TestRandomCollapseQParserPlugin,
TestCloudSchemaless, XmlUpdateRequestHandlerTest,
TestRequestStatusCollectionAPI, DocumentBuilderTest,
UniqFieldsUpdateProcessorFactoryTest, TestHashQParserPlugin,
TestRawTransformer, BitVectorTest, TestSolrDeletionPolicy1,
TestReplicaProperties, DistributedQueueTest, TestStressVersions,
OverseerRolesTest, TestSQLHandlerNonCloud, TestReRankQParserPlugin,
UnloadDistributedZkTest, AddSchemaFieldsUpdateProcessorFactoryTest,
TestHdfsCloudBackupRestore, TestGroupingSearch, HdfsRecoverLeaseTest,
CdcrReplicationDistributedZkTest, MultiTermTest,
DistribDocExpirationUpdateProcessorTest, RankQueryTest, TestFastOutputStream,
QueryElevationComponentTest, DeleteLastCustomShardedReplicaTest,
TestDownShardTolerantSearch, CloudMLTQParserTest,
TestManagedSchemaThreadSafety, IndexSchemaRuntimeFieldTest,
DocValuesMissingTest, HdfsBasicDistributedZk2Test, ForceLeaderTest,
TestHighlightDedupGrouping, LeaderFailoverAfterPartitionTest,
TestPseudoReturnFields, ZkStateReaderTest, HighlighterMaxOffsetTest,
TestSolrConfigHandlerConcurrent, TestFastLRUCache, TestCollectionAPI,
MoreLikeThisHandlerTest, TestRTGBase, BadCopyFieldTest,
TestImplicitCoreProperties, RequestLoggingTest,
OutOfBoxZkACLAndCredentialsProvidersTest, HdfsDirectoryTest,
TestExtendedDismaxParser, OverseerCollectionConfigSetProcessorTest,
TestStandardQParsers, SSLMigrationTest, TestSchemaNameResource,
TestSurroundQueryParser, DocValuesTest, TestSolrCloudWithDelegationTokens]
[junit4] Completed [150/638 (1!)] on J0 in 3.82s, 8 tests, 2 failures <<<
FAILURES!
[...truncated 61920 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]