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
Having a metadata.yaml file with disabled tests (lifecycle & shutdown), generates faulty code.
We end up with an unused import in the go test file generated_component_test.go
The specific unused import is go.opentelemetry.io/collector/confmap/confmaptest
Steps to reproduce
Any mdata yaml file with both skip_lifecycle and skip_shutdown set to true
Describe the bug
Having a metadata.yaml file with disabled tests (lifecycle & shutdown), generates faulty code.
We end up with an unused import in the go test file
generated_component_test.go
The specific unused import is
go.opentelemetry.io/collector/confmap/confmaptest
Steps to reproduce
Any mdata yaml file with both
skip_lifecycle
andskip_shutdown
set to trueWhat version did you use?
Latest (v0.107.0)
What config did you use?
The text was updated successfully, but these errors were encountered: