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

[chore] Drop builtin builder configuration integration tests. #6157

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

jpeach
Copy link
Contributor

@jpeach jpeach commented Sep 27, 2022

Description:

Drop the integration tests for the builtin builder configuration. We assume that it is a working config because it is generated from with the source tree and should be covered by collector tests. Add a unit test to ensure some basic sanity for the builtin configuration.

Link to tracking Issue: This fixes #6076.

Testing: Ran unit an integration tests.

Documentation: N/A

@jpeach jpeach requested review from a team and jpkrohling September 27, 2022 03:19
@jpeach jpeach changed the title Drop builtin builder configuration integration tests. [chore] Drop builtin builder configuration integration tests. Sep 27, 2022
Drop the integration tests for the builtin builder configuration.
We assume that it is a working config because it is generated from
with the source tree and should be covered by collector tests. Add a
unit test to ensure some basic sanity for the builtin configuration.

This fixes open-telemetry#6076.

Signed-off-by: James Peach <jpeach@cloudflare.com>
@codecov
Copy link

codecov bot commented Sep 27, 2022

Codecov Report

Base: 91.76% // Head: 91.76% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (d20ccda) compared to base (e981169).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6157   +/-   ##
=======================================
  Coverage   91.76%   91.76%           
=======================================
  Files         217      218    +1     
  Lines       13350    13352    +2     
=======================================
+ Hits        12251    12253    +2     
  Misses        870      870           
  Partials      229      229           
Impacted Files Coverage Δ
cmd/builder/internal/config/default.go 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

[CI] Builder integration tests fail on release prep
3 participants