[ 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to