Open mx-psi opened 1 month ago
For fully testing the implications of updating mdatagen
, I think it will also be necessary to forcefully rebuild .tools/mdatagen
and run make generate
in contrib
. Adding a matching -dropreplace
in the restore-contrib
target will also be necessary.
Hi @mx-psi, I would like to work on this issue. Can you please assign this to me?
When we run
make update-otel
we update themdatagen
version as well. To avoid issues in contrib, we have the contrib tests but they are not testing this.I believe in order to do this it would be as simple as adding a
-replace
option on check-contrib here https://github.com/open-telemetry/opentelemetry-collector/blob/5fc39ba6334f396c3b5497bf6d29db12823cb50c/Makefile#L260C1-L260C14 to also replace the version of mdatagen