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

Graceful shutdown if athena process is killed while running browser tests #23

Open
ghost opened this issue Jan 30, 2017 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Jan 30, 2017

It's not uncommon that a developed, while running a project tests locally, will have the need to stop a long running Behat test suite in the middle. The only way to do this currently is to send the Athena process a kill signal (by using kill or simply Ctrl C on a foreground process).

The problem is that it's impossible to run the exact same command again without restarting all containers (because of Proxy and/or Selenium Hub). Any subsequent test will fail with a timeout (the proxy won't respond anymore).

Ideally, either the plugin or athena would be able to process the shutdown signal and gracefully kill or restart the Proxy and Selenium Hub containers, so that the developer doesn't need to.

@ghost ghost added the enhancement label Jan 30, 2017
@ghost ghost self-assigned this Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants