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
Describe the bug
The Gauge executable on Windows will not find the correct port the daemon is launched on.
To Reproduce
Install the archive version of Gauge
Run the gauge daemon command in a Powershell terminal (gauge.exe daemon 57615)
Open a new Powershell terminal
Run the gauge command (gauge.exe .\specs\my_spec.spec)
See error
Logs
Error Message: error reading from server: read tcp 127.0.0.1:63581->127.0.0.1:63580: wsarecv: An existing connection was forcibly closed by the remote host.
Stacktrace:
Error Message: Runner is not Alive
Stacktrace:
Error occurred while waiting for runner process to finish.
Error : exit status 1
Successfully generated html-report to => C:\Users\REDACTEDUSER\Downloads\functional-test-framework\reports\html-report\index.html
Failed to kill Runner: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:63580: connectex: No connection could be made because the target machine actively refused it."
Expected behavior
The Gauge executable should find the daemon port, or let us specify it in the command or with environment variable.
I tried to set GAUGE_API_PORT with this command $env:GAUGE_API_PORT = 57615 but it's ignored by the Gauge run command.
Describe the bug
The Gauge executable on Windows will not find the correct port the daemon is launched on.
To Reproduce
gauge.exe daemon 57615
)gauge.exe .\specs\my_spec.spec
)Logs
Expected behavior
The Gauge executable should find the daemon port, or let us specify it in the command or with environment variable.
I tried to set
GAUGE_API_PORT
with this command$env:GAUGE_API_PORT = 57615
but it's ignored by the Gauge run command.Versions:
Additional context
I can't install it with npm, chocolatey nor windows installer as I don't have admin rights on this machine.
The text was updated successfully, but these errors were encountered: