You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/11/17 10:51:42 UTC

Lucene-Solr-tests-only-trunk - Build # 1513 - Still Failing

Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1513/

12 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
KeeperErrorCode = ConnectionLoss for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /solr
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:90)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:637)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:348)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:309)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:291)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:256)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:71)
	at org.apache.solr.cloud.AbstractDistributedZkTestCase.setUp(AbstractDistributedZkTestCase.java:47)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)


FAILED:  org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration

Error Message:
null

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: 
	at org.apache.solr.cloud.ZkController.init(ZkController.java:301)
	at org.apache.solr.cloud.ZkController.<init>(ZkController.java:133)
	at org.apache.solr.core.CoreContainer.initZooKeeper(CoreContainer.java:159)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:338)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:294)
	at org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:243)
	at org.apache.solr.cloud.CloudStateUpdateTest.setUp(CloudStateUpdateTest.java:122)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /live_nodes/127.0.0.1:1662_solr
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:90)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:637)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:348)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:309)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:291)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:261)
	at org.apache.solr.cloud.ZkController.createEphemeralLiveNode(ZkController.java:372)
	at org.apache.solr.cloud.ZkController.init(ZkController.java:285)


FAILED:  org.apache.solr.cloud.ZkSolrClientTest.testConnect

Error Message:
Could not connect to ZooKeeper 127.0.0.1:42074/solr within 30000 ms

Stack Trace:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:42074/solr within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:124)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:122)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:65)
	at org.apache.solr.cloud.ZkSolrClientTest.testConnect(ZkSolrClientTest.java:43)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)


FAILED:  org.apache.solr.handler.TestReplicationHandler.testReplicateAfterWrite2Slave

Error Message:
http://localhost:42265/solr/replication?command=disableReplication

Stack Trace:
java.io.FileNotFoundException: http://localhost:42265/solr/replication?command=disableReplication
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1267)
	at java.net.URL.openStream(URL.java:1029)
	at org.apache.solr.handler.TestReplicationHandler.testReplicateAfterWrite2Slave(TestReplicationHandler.java:173)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)


FAILED:  org.apache.solr.handler.TestReplicationHandler.testIndexAndConfigReplication

Error Message:
expected:<498> but was:<499>

Stack Trace:
junit.framework.AssertionFailedError: expected:<498> but was:<499>
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)
	at org.apache.solr.handler.TestReplicationHandler.testIndexAndConfigReplication(TestReplicationHandler.java:240)


FAILED:  org.apache.solr.handler.TestReplicationHandler.testStopPoll

Error Message:
expected:<497> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<497> but was:<0>
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)
	at org.apache.solr.handler.TestReplicationHandler.testStopPoll(TestReplicationHandler.java:303)


FAILED:  org.apache.solr.handler.TestReplicationHandler.testSnapPullWithMasterUrl

Error Message:
http://localhost:50249/solr/replication?command=fetchindex&masterUrl=http://localhost:42265/solr/replication

Stack Trace:
java.io.FileNotFoundException: http://localhost:50249/solr/replication?command=fetchindex&masterUrl=http://localhost:42265/solr/replication
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1267)
	at java.net.URL.openStream(URL.java:1029)
	at org.apache.solr.handler.TestReplicationHandler.testSnapPullWithMasterUrl(TestReplicationHandler.java:375)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)


FAILED:  org.apache.solr.handler.TestReplicationHandler.testReplicateAfterStartup

Error Message:
expected:<495> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<495> but was:<0>
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)
	at org.apache.solr.handler.TestReplicationHandler.testReplicateAfterStartup(TestReplicationHandler.java:433)


FAILED:  org.apache.solr.handler.TestReplicationHandler.testIndexAndConfigAliasReplication

Error Message:
expected:<494> but was:<0>

Stack Trace:
junit.framework.AssertionFailedError: expected:<494> but was:<0>
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)
	at org.apache.solr.handler.TestReplicationHandler.testIndexAndConfigAliasReplication(TestReplicationHandler.java:471)


FAILED:  org.apache.solr.handler.TestReplicationHandler.testBackup

Error Message:
http://localhost:36823/solr/replication?command=details

Stack Trace:
junit.framework.AssertionFailedError: http://localhost:36823/solr/replication?command=details
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)
	at org.apache.solr.handler.TestReplicationHandler.testBackup(TestReplicationHandler.java:592)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.QueryElevationComponentTest

Error Message:
org.apache.solr.common.SolrException: Error initializing QueryElevationComponent.

Stack Trace:
java.lang.RuntimeException: org.apache.solr.common.SolrException: Error initializing QueryElevationComponent.
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:134)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:124)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:247)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:110)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:98)
	at org.apache.solr.handler.component.QueryElevationComponentTest.beforeClass(QueryElevationComponentTest.java:50)
Caused by: org.apache.solr.common.SolrException: Error initializing QueryElevationComponent.
	at org.apache.solr.handler.component.QueryElevationComponent.inform(QueryElevationComponent.java:212)
	at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:539)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:592)
	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:190)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:139)
Caused by: java.io.FileNotFoundException: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/build/test-results/temp/4/solrtest-QueryElevationComponentTest-1289987432653/elevate.xml (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:137)
	at org.apache.solr.util.VersionedFile.getLatestFile(VersionedFile.java:79)
	at org.apache.solr.handler.component.QueryElevationComponent.getElevationMap(QueryElevationComponent.java:232)
	at org.apache.solr.handler.component.QueryElevationComponent.inform(QueryElevationComponent.java:204)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.QueryElevationComponentTest

Error Message:
ERROR: SolrIndexSearcher opens=1 closes=0

Stack Trace:
junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=1 closes=0
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:128)
	at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:302)
	at org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:79)




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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Lucene-Solr-tests-only-trunk - Build # 1514 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1514/

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
.response.numFound:35!=67

Stack Trace:
junit.framework.AssertionFailedError: .response.numFound:35!=67
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:553)
	at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:307)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:127)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:562)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:881)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:847)




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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org