-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Contrib tests should also test updated mdatagen #11167
Labels
ci-cd
CI, CD, testing, build issues
cmd/mdatagen
priority:p1
High
release-retro
Issues discussed in a release retrospective
Comments
mx-psi
added
good first issue
Good for newcomers
priority:p2
Medium
ci-cd
CI, CD, testing, build issues
cmd/mdatagen
labels
Sep 13, 2024
For fully testing the implications of updating |
Hi @mx-psi, I would like to work on this issue. Can you please assign this to me? |
jackgopack4
pushed a commit
to jackgopack4/opentelemetry-collector
that referenced
this issue
Oct 8, 2024
…1223) #### Description This PR addresses the issue of contrib tests not testing the updated mdatagen version. It modifies the `check-contrib` and `restore-contrib` targets in the Makefile to ensure that the contrib tests use the local version of the `mdatagen` package. #### Link to tracking issue Fixes open-telemetry#11167 #### Testing All existing tests pass with `make test` Signed-off-by: Prateek Kumar <85689959+PrateekKumar1709@users.noreply.github.com>
6 tasks
mx-psi
added
release-retro
Issues discussed in a release retrospective
and removed
good first issue
Good for newcomers
labels
Nov 6, 2024
#11519 added an additional check on mdatagen:
|
This was referenced Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci-cd
CI, CD, testing, build issues
cmd/mdatagen
priority:p1
High
release-retro
Issues discussed in a release retrospective
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 mdatagenThe text was updated successfully, but these errors were encountered: