bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

Server sometimes leaves a child process running after crashing #164

Closed scrofts closed 8 years ago

scrofts commented 8 years ago

When I start the server/worker using run_combined.sh it starts two processes which are running dpxdt/tools/run_server.py - one a child of the other. When one of them dies as in #163 the other remains running.

scrofts commented 8 years ago

Only an issue using the development deployment instructions so I'll close this.