-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove tests from cmd/otelcontribcol #30884
Comments
The problem was generally discussed in the Collector sig meeting today, it sounds like suggestions are welcome to alleviate this. Removing |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
if this is still relevant, it will be fixed in #34844 |
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR: - removes all of the auto generated files in cmd/otelcontribcol and cmd/oteltestbedcol - left some files in place to support the setup, e.g. Dockerfile, metadata.yaml files, builder-config.yaml files - adds gitignore files in the folders in question to prevent committing of auto-generated files - adds the tools folder to all actions/cache pipeline steps since there were some caching issues that came up during development of this PR - adds make generate commands to place where the auto-generated code files are needed **Link to tracking Issue:** Fixes #27850 Fixes #30884 Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR: - removes all of the auto generated files in cmd/otelcontribcol and cmd/oteltestbedcol - left some files in place to support the setup, e.g. Dockerfile, metadata.yaml files, builder-config.yaml files - adds gitignore files in the folders in question to prevent committing of auto-generated files - adds the tools folder to all actions/cache pipeline steps since there were some caching issues that came up during development of this PR - adds make generate commands to place where the auto-generated code files are needed **Link to tracking Issue:** Fixes open-telemetry#27850 Fixes open-telemetry#30884 Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> This PR: - removes all of the auto generated files in cmd/otelcontribcol and cmd/oteltestbedcol - left some files in place to support the setup, e.g. Dockerfile, metadata.yaml files, builder-config.yaml files - adds gitignore files in the folders in question to prevent committing of auto-generated files - adds the tools folder to all actions/cache pipeline steps since there were some caching issues that came up during development of this PR - adds make generate commands to place where the auto-generated code files are needed **Link to tracking Issue:** Fixes open-telemetry#27850 Fixes open-telemetry#30884 Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Component(s)
cmd/otelcontribcol
Describe the issue you're reporting
Those tests take a long time to compile and slow down execution of CI. They are replaced by generated tests.
The text was updated successfully, but these errors were encountered: