Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/315#discussion_r29143611
--- Diff: dev/run ---
@@ -248,6 +253,8 @@ def hashify(pwd, salt=COMMON_SALT, iterations=10,
keylen=20):
def startup(ctx):
atexit.register(kill_processes, ctx)
boot_nodes(ctx)
+ if ctx['no_join']:
+ return
--- End diff --
I think need to make this check after `ensure_all_nodes_alive` - this step
makes sure that nodes booted on previous step are ready for requests.
---
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.
---