You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2014/07/28 19:50:39 UTC

[jira] [Commented] (SOLR-6290) CollectionsAPIAsyncDistributedZkTest failure

    [ https://issues.apache.org/jira/browse/SOLR-6290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076463#comment-14076463 ] 

Mark Miller commented on SOLR-6290:
-----------------------------------

bq.  had timeout of 10 seconds and one with just 3 seconds.
bq.  I bumped up the timeout to 5 minutes – it won't ever take that long but we should wait for as long as possible.

I don't agree that we want to wait as long as possible. We still want tests to fail as fast as possible as well. It's a balancing act - we want to wait as long as is necessary not to get false fails and no more. I didn't dig into this, but if tests were usually passing with 3 and 10 seconds, it seems to make more sense to raise them to 2-5x that or something. Just making it huge is annoying when people have to debug these fails later when doing development.

> CollectionsAPIAsyncDistributedZkTest failure
> --------------------------------------------
>
>                 Key: SOLR-6290
>                 URL: https://issues.apache.org/jira/browse/SOLR-6290
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud, Tests
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 5.0, 4.10
>
>         Attachments: SOLR-6290.patch
>
>
> Found this failure on my local jenkins instance:
> {code}
> Error Message
> CreateCollection task did not complete! expected:<[completed]> but was:<[running]>
> Stacktrace
> org.junit.ComparisonFailure: CreateCollection task did not complete! expected:<[completed]> but was:<[running]>
> 	at __randomizedtesting.SeedInfo.seed([D4EC4F9D698903B5:550AC1851ED66389]:0)
> 	at org.junit.Assert.assertEquals(Assert.java:125)
> 	at org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls(CollectionsAPIAsyncDistributedZkTest.java:75)
> 	at org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.doTest(CollectionsAPIAsyncDistributedZkTest.java:61)
> 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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