-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add SDK integration testing framework #3031
Comments
This issues is referenced by open-telemetry/opentelemetry-go-contrib#2755, open-telemetry/opentelemetry-go-contrib#2757, open-telemetry/opentelemetry-go-contrib#2759, and open-telemetry/opentelemetry-go-contrib#2761 as adding integration testing utilities. It is not defined to accomplish this. I'm going to create a separate issue to address that. |
I wonder if this issue can't be moved to the post-GA project? We can add an The downside to delaying this is that it will likely never get done. Putting off adding tests for later is a good way to ensure they are never created. |
Moving to the "Metric SDK (GA)" project. We should complete this prior to releasing a GA, but should also wait for the SDK to stabilize in the beta release so we don't churn updating the developed tests. |
Hello. I came across the |
It was built against the v0.31.0 SDK which was replaced in v0.32.0. Use a manual reader and the |
Unit testing metric instrumentation can be accomplished using a manual reader and the Having a full "test suite" would duplicate much of the dedicated testing we already have built for our SDK. Closing as it will not be useful way to spend development effort to further this project in building testing we already have but making it generic for other SDKs. |
@MrAlias is there an example of how to do this? |
Complete the
sdk/metric/metrictest
package.The text was updated successfully, but these errors were encountered: