Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure detection for parallel dependencies #6

Open
robert-chiniquy opened this issue Mar 13, 2015 · 0 comments
Open

failure detection for parallel dependencies #6

robert-chiniquy opened this issue Mar 13, 2015 · 0 comments
Labels

Comments

@robert-chiniquy
Copy link
Owner

when dependencies load in parallel and one fails while another is still loading, the failure of the first won't be noticed when the second succeeds:

# dependencies
ok 855 agent_endpoint_2 started in 18ms
ok 856 agent_endpoint_secure_2 started in 205ms
not ok 857 agent_endpoint_2 exited with code 7
  ---
    operator: fail
    at: ChildProcess.<anonymous> (/data/ele/node_modules/depends-on/index.js:222:14)
  ...
Killing noit because agent_endpoint_2 exited with code 7
Killing cassandra because agent_endpoint_2 exited with code 7
Killing zookeeper because agent_endpoint_2 exited with code 7
Killing public_api because agent_endpoint_2 exited with code 7
Killing admin_api because agent_endpoint_2 exited with code 7
Killing internal_api because agent_endpoint_2 exited with code 7
Killing cep because agent_endpoint_2 exited with code 7
Killing messenger because agent_endpoint_2 exited with code 7
Killing agent_endpoint_1 because agent_endpoint_2 exited with code 7
Killing agent_endpoint_secure_1 because agent_endpoint_2 exited with code 7
Killing agent_endpoint_secure_2 because agent_endpoint_2 exited with code 7
Killing agent_endpoint_3 because agent_endpoint_2 exited with code 7
Killing test_notification_server because agent_endpoint_2 exited with code 7
Killing mock_email_api because agent_endpoint_2 exited with code 7
Killing mock_customer_api because agent_endpoint_2 exited with code 7
Killing mock_identity_api because agent_endpoint_2 exited with code 7
Killing blueflood because agent_endpoint_2 exited with code 7
Killing usage_publisher because agent_endpoint_2 exited with code 7
Killing warehouser because agent_endpoint_2 exited with code 7
Killing cep_test because agent_endpoint_2 exited with code 7
Killing mock_blueflood_query because agent_endpoint_2 exited with code 7
Killing cloud_metrics_public_api because agent_endpoint_2 exited with code 7
Killing mock_upgrade_service because agent_endpoint_2 exited with code 7
Killing ele_traceroute_service because agent_endpoint_2 exited with code 7
ok 858 agent_endpoint_3 started in 9481ms
ok 859 agent_endpoint_3 started in 9497ms
ok 860 agent_endpoint_secure_3 started in 210ms
ok 861 Dependencies start up after 9772 ms
# initialize
Error: connect ECONNREFUSED
    at errnoException (net.js:904:11)
    at Object.afterConnect [as oncomplete] (net.js:895:19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant