-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[chore] update test for confmap changes #32660
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
Conversation
Doesn't look like this worked 🤔 |
This passes if core applies open-telemetry/opentelemetry-collector#9862. |
Oh, okay, so we need to merge the two PRs together |
a6622e9
to
192795a
Compare
…l via confmap first
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
Signed-off-by: Antoine Toulme <antoine@lunar-ocean.com>
515cccf
to
830fdaa
Compare
@@ -222,6 +222,7 @@ jobs: | |||
- name: Gen genotelcontribcol | |||
run: | | |||
make genotelcontribcol | |||
git diff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it's probably not hurting to leave it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah ok I'll remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging to unblock the build. Please remove the git diff
line as a follow-up if it's not expected
Follow up to #32660 - remove debug statement
Description:
Update test to be compatible with confmap changes to unmarshal via confmap first