mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
452 stars 108 forks source link

server.pid gets updated before the server actually starts successfully #532

Closed TripleG closed 2 years ago

TripleG commented 2 years ago

Steps:

  1. Start opentest server
  2. Open new console and start another opentest server

The second process overwrites the pid immediately, but it actually fails because the port is already in use.

Expected behavior: Update server.pid file only after the server was successfully started.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.