Skip to content

Commit

Permalink
expand error message to separate CI/local info
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 31, 2020
1 parent 848b142 commit fe54cbe
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ export class DockerServersService {
throw new Error(`
[docker:${server.name}] Another process is already listening on port ${server.port}.
This usually happens because the functional test runner didn't have a chance to
cleanup the running docker containers before being killed.
When this happens on CI it is usually because the port number isn't taking into
account parallel workers running on the same machine.
When this happens locally it is usually because the functional test runner didn't
have a chance to cleanup the running docker containers before being killed.
To see if this is the case:
Expand Down

0 comments on commit fe54cbe

Please sign in to comment.