[Testing] Use real backend services instead of mocks #3757
mdelapenya
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
What kind of runtime overhead is expected? What does maintenance look like? Will things be updated by dependabot? |
Beta Was this translation helpful? Give feedback.
3 replies
-
In https://github.com/signalfx/splunk-otel-go we are using https://github.com/ory/dockertest which is imported by more public repositories, has fewer issues, more stars, and it looks that it has more stable API. Are there any technical reasons to use https://github.com/testcontainers/testcontainers-go over https://github.com/ory/dockertest? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi 👋 from Testcontainers for Go
Giving we are collaborating with the otel-collector folks, we wonder if it would be possible to evaluate if replacing the existing test mocks for the backends (zipkin, jaeger, prometheus) with their containerised version would provide value to the project.
We do see it, as it will be testing against real services, not pre-defined mocks, but wanted to discuss it with you first here before opening any issue/PR.
Do you think it's something on your radar? Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions