Bogdan Drutu
Bogdan Drutu
Please use changes from https://github.com/open-telemetry/opentelemetry-collector/pull/13125
Hey… something is wrong here
Please rebase with latest changes
@malus2077 this is how I would solve to have both sizes https://github.com/open-telemetry/opentelemetry-collector/pull/13262
I haven't seen this in a while. Is this fixed?
@mx-psi doesn't this cause lots of duplicate code, since we cannot use the test package in the main package because of circular deps? E.g. you cannot use `processortest` in the...
If that is ok, this should be fine. Do we do this for all test packages? consumer/component/etc?
@mx-psi please track `authtest` as well.
Also `componenttest`
> the PRs are modifying a lot of go.mod files and it conflicts with main pretty easily. I already rebased once on Friday but it conflicts again now. I would...