Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is part of
-
SOLR-7156 Fix BasicDistributedZk2Test and TestReplicationHandlerBackup failures on Windows
- Closed
- relates to
-
SOLR-13598 ReplicationFactorTest.test failures. Expected rf=2 ... got 1
- Closed
-
SOLR-6944 ReplicationFactorTest and HttpPartitionTest both fail with org.apache.http.NoHttpResponseException: The target server failed to respond
- Open