-
Notifications
You must be signed in to change notification settings - Fork 206
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
build Odigos collector and run unit tests in PRs #1463
Conversation
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.
general question
|
||
tests: | ||
expect_consumer_error: true |
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.
What the idea of 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.
When using the unit tests which are auto-generated by the mdatagen
tool, we can't really export to azure/googlecloud - so this is a way to configure the tool to avoid this check in the tests.
In general, the exporters' tests did problems and they are not being run in CI (currently only the processors tests are running in CI).
No description provided.