Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb/pull/365#issuecomment-154270698
  
    I did some investigation into this.
    These cluster_port/backend_port are used to generate default.ini config 
file. Not sure why they are not there from the start, but that's separate topic.
    
    For eunit tests we (must) have the following  config chain: default.ini, 
eunit.ini, local.ini. The eunit.ini overrides default.ini ports with 0 ones 
making them random. 
    
    So your problem is not here, but in some test that not uses these random 
ports, but tries to work with 5984. You need to find that and fix. This patch 
fixes that in wrong way.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to