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

[cmd/mdatagen] Move component config test from cmd/builder #9940

Merged
merged 1 commit into from Apr 11, 2024

Conversation

dmitryax
Copy link
Member

@dmitryax dmitryax commented Apr 10, 2024

The tests generated by cmd/builder are skipped in contrib because they cause the CI timeouts. We moved the lifecycle tests to the tests generated by mdatagen, but the config/factory smoke tests are still part of the files generated by cmd/builder.

Recently, the loadbalancing exporter got an invalid camelCase config field because of this coverage gap.

This change moves the config/factory tests from cmd/builder to cmd/mdatagen. So, they are always generated for every component, even if not used in any collector bundle.

@dmitryax dmitryax requested a review from a team as a code owner April 10, 2024 23:20
@dmitryax dmitryax force-pushed the generate-config-check branch 2 times, most recently from f51221a to 2797e5f Compare April 10, 2024 23:31
@dmitryax
Copy link
Member Author

cc @swiatekm-sumo

Copy link

codecov bot commented Apr 10, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 91.78%. Comparing base (fd0d0da) to head (e479f1d).

Files Patch % Lines
cmd/mdatagen/main.go 33.33% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9940      +/-   ##
==========================================
- Coverage   91.95%   91.78%   -0.17%     
==========================================
  Files         357      357              
  Lines       16501    16499       -2     
==========================================
- Hits        15173    15144      -29     
- Misses       1000     1032      +32     
+ Partials      328      323       -5     

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

@dmitryax dmitryax force-pushed the generate-config-check branch 4 times, most recently from 59be8af to fc2385f Compare April 11, 2024 02:25
The generated tests are skipped in contrib because they cause the CI timeouts. We moved the lifecycle tests to the tests generated by mdatagen, but the config/factory smoke tests are still part of the files generated by cmd/builder.

Recently, loadbalancing exporter got an invalid camelCase config field because of this coverage gap.

This change moves the config/factory tests from cmd/builder to cmd/mdatagen. So they are always generated for every component even if they are not used in any collector bundle.
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.

Nice 👍🏻

@dmitryax dmitryax merged commit 1f643f4 into open-telemetry:main Apr 11, 2024
48 of 49 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 11, 2024
@dmitryax dmitryax deleted the generate-config-check branch April 12, 2024 02:57
dmitryax added a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Apr 12, 2024
These files are not generated by the builder anymore and replaced by the
tests generated by mdatagen for each component independently, see
open-telemetry/opentelemetry-collector#9940
rimitchell pushed a commit to rimitchell/opentelemetry-collector-contrib that referenced this pull request May 8, 2024
These files are not generated by the builder anymore and replaced by the
tests generated by mdatagen for each component independently, see
open-telemetry/opentelemetry-collector#9940
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants