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
We use port forward in smoke tests introduced in #145.
The test forwards collector and query ports on host machine. However it uses standard ports (e.g. 16686) so the test might fail if there is jaeger server running locally.
Forwarder allows to use random port if it is specified as :16686 or 0:16686, however random ports are not exposed in the currently used version of go-client. Version 1.13.0 added API to get used ports.
The text was updated successfully, but these errors were encountered:
We use port forward in smoke tests introduced in #145.
The test forwards collector and query ports on host machine. However it uses standard ports (e.g. 16686) so the test might fail if there is jaeger server running locally.
Forwarder allows to use random port if it is specified as
:16686
or0:16686
, however random ports are not exposed in the currently used version of go-client. Version 1.13.0 added API to get used ports.The text was updated successfully, but these errors were encountered: