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

Zombie Server is still active and listening to port after a Behat exception #177

Open
christopher-francisco opened this issue Nov 21, 2016 · 2 comments

Comments

@christopher-francisco
Copy link

When $ behat crashes due to an exception (for example, you didn't import the namespace so a class couldn't been found), the mink-zombie-server.js is still active and listening to the port.

This translates in not being able to execute $ behat a second time without previously killing the process manually using ps aux | grep node, grabbing the pid and then $ kill <pid>.

It does sound weird that this would be a bug since this seems to me as very basic, so maybe it's just something that I'm missing. If this is the case, I apologize and please point me towards the solution.

Thanks in advance.

@aik099
Copy link
Member

aik099 commented Nov 21, 2016

The #125 should have fixed it. Not sure if a fix was released yet. Can you please try using master branch of MinkZombieDriver?

@christopher-francisco
Copy link
Author

@aik099 sure, I used composer to install so I'm probably not using master branch but a tagged release, I'll do that and let you know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants