-
Notifications
You must be signed in to change notification settings - Fork 9
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 Process Left Running #14
Comments
+1 |
I'm rolling back to 0.1.9 and still broken. |
I had a lot of jasmine-reportes added, Console, screenshot, and more. When I remove all them, the fix disapear. So, the issue is related to the |
Ooook, some news about it: Seems that the
And now, I get the prompt again, but, why is it necessary? |
Same issue here. Grunt output says server is shutdown but that's not the case. |
Create the following task config:
Then simply run
grunt protractor_webdriver:start
. After grunt exits a java process will still be running on port 4444. Whenprotractor_webdriver:start
is called as part of my integration test task which then runs the tests, however, after grunt exits there is no lingering zombie process. Note that running with debug does claim that the server gets shutdown:This is with version 0.2.0. Rolling back to 0.1.9 fixes the issue.
The text was updated successfully, but these errors were encountered: