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
When Executing functional tester locally using goreman -f tools/functional-tester/Procfile start, some tests failed due to not to be able to parse the port from locally url correcly
The following format "http://localhost:1234" causes existing port parser to fail. Add new logic to parse the host name first then extract port.
Fixesetcd-io#6409
When Executing functional tester locally using
goreman -f tools/functional-tester/Procfile start
, some tests failed due to not to be able to parse the port from locally url correclyThe text was updated successfully, but these errors were encountered: