You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Ishan Chattopadhyaya (JIRA)" <ji...@apache.org> on 2015/03/03 16:18:05 UTC

[jira] [Updated] (SOLR-7173) Fix ReplicationFactorTest on Windows

     [ https://issues.apache.org/jira/browse/SOLR-7173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ishan Chattopadhyaya updated SOLR-7173:
---------------------------------------
    Attachment: SOLR-7173.patch

Thanks for your suggestion. I've updated the patch; I've added the warning before retrying. However, instead of the recursive approach (through my initial few attempts, couldn't get the tests to pass), I went for an iterative one; do you suggest I go with the recursive approach?

Also, since I had copied the initial retry logic from HttpPartitionTest's sendDoc(), should I update that code as well with this iterative/recursive retry?

> Fix ReplicationFactorTest on Windows
> ------------------------------------
>
>                 Key: SOLR-7173
>                 URL: https://issues.apache.org/jira/browse/SOLR-7173
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Ishan Chattopadhyaya
>             Fix For: 5.1
>
>         Attachments: SOLR-7173.patch, SOLR-7173.patch
>
>
> The ReplicationFactorTest fails on the Windows build with NoHttpResponseException, as seen here: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4502/testReport/junit/org.apache.solr.cloud/ReplicationFactorTest/test/
> Adding a retry logic similar to HttpPartitionTest's doSend() method makes the test pass on Windows.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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