eiri commented on issue #1704: Test suite `delayed_commits.js` unreliable. URL: https://github.com/apache/couchdb/issues/1704#issuecomment-443867967 ### Implementation details for restart server in Elixir tests Ping @jaydoane @dottorblaster @iilyak @davisp for discussion. So, I'm porting `delayed_commits` tests to elixir and one thing I'm adding is a `restart_server` helper I need in there. I've implemented it already in a fashion of javascript's helper, but not so thrilled with an idea of running `retry_until` to confirm that server goes down and then up. It's a time based thing and by definition is unreliable. I'm thinking of joining elixir node to dev cluster and use `global_group:monitor_nodes/1` instead, but since it seems to be a first time when we are actually leveraging elixir's BEAM side I don't want to dive into it without been sure it's not going to be rejected on principle. Please share you opinion on the matter.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
