This was due to SOLR-6240. I committed a fix.

On Sun, Jul 13, 2014 at 4:13 AM, Apache Jenkins Server <
[email protected]> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1166/
>
> 7 tests failed.
> REGRESSION:  org.apache.solr.cloud.CustomCollectionTest.testDistribSearch
>
> Error Message:
> expected:<0> but was:<3>
>
> Stack Trace:
> java.lang.AssertionError: expected:<0> but was:<3>
>         at
> __randomizedtesting.SeedInfo.seed([EE8148341D8C34C8:6F67C62C6AD354F4]: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.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:248)
>         at
> org.apache.solr.cloud.CustomCollectionTest.doTest(CustomCollectionTest.java:127)
>
>
> REGRESSION:
>  org.apache.solr.cloud.DistribCursorPagingTest.testDistribSearch
>
> Error Message:
> .response.numFound:9!=8
>
> Stack Trace:
> junit.framework.AssertionFailedError: .response.numFound:9!=8
>         at
> __randomizedtesting.SeedInfo.seed([D5B4BC922CA918AF:5452328A5BF67893]:0)
>         at junit.framework.Assert.fail(Assert.java:50)
>         at
> org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:836)
>         at
> org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:855)
>         at
> org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:558)
>         at
> org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:525)
>         at
> org.apache.solr.cloud.DistribCursorPagingTest.doSimpleTest(DistribCursorPagingTest.java:487)
>         at
> org.apache.solr.cloud.DistribCursorPagingTest.doTest(DistribCursorPagingTest.java:86)
>
>
> REGRESSION:
>  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testDistribSearch
>
> Error Message:
> shard1 is not consistent.  Got 33 from
> http://127.0.0.1:55238/pk_/collection1lastClient and got 280 from
> http://127.0.0.1:50387/pk_/collection1
>
> Stack Trace:
> java.lang.AssertionError: shard1 is not consistent.  Got 33 from
> http://127.0.0.1:55238/pk_/collection1lastClient and got 280 from
> http://127.0.0.1:50387/pk_/collection1
>         at
> __randomizedtesting.SeedInfo.seed([F792B7DE0533C63F:767439C6726CA603]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1132)
>         at
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1111)
>         at
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1103)
>         at
> org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingDocPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:333)
>         at
> org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:134)
>
>
> REGRESSION:  org.apache.solr.cloud.ShardRoutingTest.testDistribSearch
>
> Error Message:
> expected:<[b!doc1, c!doc2, e!doc4]> but was:<[b!doc1, f1!f2!doc5, d!doc3,
> f1!f2!doc5/5, c!doc2, e!doc4]>
>
> Stack Trace:
> java.lang.AssertionError: expected:<[b!doc1, c!doc2, e!doc4]> but
> was:<[b!doc1, f1!f2!doc5, d!doc3, f1!f2!doc5/5, c!doc2, e!doc4]>
>         at
> __randomizedtesting.SeedInfo.seed([FE81E0B503565E57:7F676EAD74093E6B]: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:147)
>         at
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.doQuery(AbstractFullDistribZkTestBase.java:1407)
>         at
> org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:201)
>         at
> org.apache.solr.cloud.ShardRoutingTest.doTest(ShardRoutingTest.java:123)
>
>
> REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch
>
> Error Message:
> shard1 is not consistent.  Got 4 from
> https://127.0.0.1:57413/z_/s/collection1lastClient and got 2 from
> https://127.0.0.1:57416/z_/s/collection1
>
> Stack Trace:
> java.lang.AssertionError: shard1 is not consistent.  Got 4 from
> https://127.0.0.1:57413/z_/s/collection1lastClient and got 2 from
> https://127.0.0.1:57416/z_/s/collection1
>         at
> __randomizedtesting.SeedInfo.seed([2306173F7F47BFB0:A2E099270818DF8C]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1132)
>         at
> org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1111)
>         at
> org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:145)
>
>
> REGRESSION:
>  org.apache.solr.cloud.TestDistribDocBasedVersion.testDistribSearch
>
> Error Message:
> expected:<{d!doc3=22, d!doc7=22, c!doc2=23, b!doc1234=101, c!doc6=23,
> b!doc123=101}> but was:<{d!doc3=22, d!doc7=22, c!doc2=23, e!doc4=21,
> b!doc1234=101, c!doc6=23, b!doc123=101, e!doc8=21}>
>
> Stack Trace:
> java.lang.AssertionError: expected:<{d!doc3=22, d!doc7=22, c!doc2=23,
> b!doc1234=101, c!doc6=23, b!doc123=101}> but was:<{d!doc3=22, d!doc7=22,
> c!doc2=23, e!doc4=21, b!doc1234=101, c!doc6=23, b!doc123=101, e!doc8=21}>
>         at
> __randomizedtesting.SeedInfo.seed([E5ED89D1C1E7B697:640B07C9B6B8D6AB]: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:147)
>         at
> org.apache.solr.cloud.TestDistribDocBasedVersion.doQuery(TestDistribDocBasedVersion.java:307)
>         at
> org.apache.solr.cloud.TestDistribDocBasedVersion.doTestDocVersions(TestDistribDocBasedVersion.java:236)
>         at
> org.apache.solr.cloud.TestDistribDocBasedVersion.doTest(TestDistribDocBasedVersion.java:103)
>
>
> FAILED:  org.apache.solr.cloud.MultiThreadedOCPTest.testDistribSearch
>
> Error Message:
> Task 3002 did not complete, final state: running
>
> Stack Trace:
> java.lang.AssertionError: Task 3002 did not complete, final state: running
>         at
> __randomizedtesting.SeedInfo.seed([EC1B17E89AEF5FBB:6DFD99F0EDB03F87]:0)
>         at org.junit.Assert.fail(Assert.java:93)
>         at org.junit.Assert.assertTrue(Assert.java:43)
>         at
> org.apache.solr.cloud.MultiThreadedOCPTest.testDeduplicationOfSubmittedTasks(MultiThreadedOCPTest.java:162)
>         at
> org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:71)
>
>
>
>
> Build Log:
> [...truncated 54958 lines...]
> BUILD FAILED
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:490:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:182:
> The following error occurred while executing this line:
> /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/extra-targets.xml:77:
> Java returned: 1
>
> Total time: 152 minutes 19 seconds
> Build step 'Invoke Ant' marked build as failure
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to