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
--- FAIL: TestComponentLifecycle (0.00s)
--- FAIL: TestComponentLifecycle/lifecycle (0.00s)
generated_component_test.go:42:
Error Trace: D:/a/opentelemetry-collector/opentelemetry-collector/extension/zpagesextension/generated_component_test.go:42
Error: Received unexpected error:
listen tcp 127.0.0.1:55679: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
Test: TestComponentLifecycle/lifecycle
FAIL
FAIL go.opentelemetry.io/collector/extension/zpagesextension 0.874s
FAIL
The text was updated successfully, but these errors were encountered:
#### Description
The default port used by `zpagesextension` is in a range that Windows
machines can exclude by default. This change adds a PowerShell script to
release the default `zpagesextension` port (55679) on the Windows GH
workflows.
#### Link to tracking issue
Fixes#10811
See https://github.com/open-telemetry/opentelemetry-collector/actions/runs/10268301856/job/28410976363#step:5:387 for more details
The text was updated successfully, but these errors were encountered: