Github user jaydoane commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/365#discussion_r44097813
--- Diff: setup_eunit.template ---
@@ -1,6 +1,6 @@
{variables, [
{package_author_name, "The Apache Software Foundation"},
- {cluster_port, 5984},
+ {cluster_port, 0},
--- End diff --
As mentioned before, the backend port can't change unless some config_tests
are fixed, which may be currently beyond the scope I'm trying to achieve. Also,
since the dev cluster remaps the individual backend ports to e.g.
{{"httpd","port"},"15986"}
and they are not load balanced, it's ok to just change the cluster port,
(which otherwise would collide with haproxy's listen port).
---
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.
---