Skip to content
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

Add mdatagen replace option to check-contrib target #11223

Merged

Conversation

PrateekKumar1709
Copy link
Contributor

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 #11167

Testing

All existing tests pass with make test

Signed-off-by: Prateek Kumar <85689959+PrateekKumar1709@users.noreply.github.com>
@PrateekKumar1709 PrateekKumar1709 requested a review from a team as a code owner September 19, 2024 22:21
Copy link

linux-foundation-easycla bot commented Sep 19, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Sep 19, 2024
Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.44%. Comparing base (368cdd0) to head (62a99d3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #11223   +/-   ##
=======================================
  Coverage   91.44%   91.44%           
=======================================
  Files         424      424           
  Lines       20182    20182           
=======================================
  Hits        18456    18456           
  Misses       1342     1342           
  Partials      384      384           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codeboten codeboten merged commit 7589901 into open-telemetry:main Sep 25, 2024
49 checks passed
@github-actions github-actions bot added this to the next release milestone Sep 25, 2024
@PrateekKumar1709 PrateekKumar1709 deleted the fix-contrib-mdatagen-test branch September 25, 2024 19:28
jackgopack4 pushed a commit to jackgopack4/opentelemetry-collector that referenced this pull request 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Contrib tests should also test updated mdatagen
3 participants