You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't exit with non-zero status if server is not accessible, or returns unexpected result
Version of process-compose:
Process Compose
Version: v0.51.4
Commit: e3cc52e
OS environment:
nixos
Steps or code to reproduce the issue:
make sure there is no process-compose running on default port and run
process-compose process list
Expected result:
exits with non-zero status, and prints an error that it could not connect to server on given port
if some sever is accessible but returns unexpected result, this should also result non-zero status and a message that connection was established but requests failed, suggesting that some process other than process-compose might be running on given host\port
Actual result:
exists silently with status 0
The text was updated successfully, but these errors were encountered:
Defect
running commands like:
doesn't exit with non-zero status if server is not accessible, or returns unexpected result
Version of
process-compose
:OS environment:
nixos
Steps or code to reproduce the issue:
make sure there is no
process-compose
running on default port and runExpected result:
exits with non-zero status, and prints an error that it could not connect to server on given port
if some sever is accessible but returns unexpected result, this should also result non-zero status and a message that connection was established but requests failed, suggesting that some process other than process-compose might be running on given host\port
Actual result:
exists silently with status 0
The text was updated successfully, but these errors were encountered: