Skip to content
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

Refactor AgentTestRunner: extract a common interface, convert to Java class #2223

Merged

Conversation

mateuszrzeszutek
Copy link
Member

Traits got a lot smaller, all differences between agent and library instrumentation tests were moved to InstrumentationTestRunner. Next part will introduce JUnit 5 extensions (or base classes, I'll see which one is less painful to use 😄 )

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@trask trask merged commit 4920621 into open-telemetry:main Feb 9, 2021
@anuraaga
Copy link
Contributor

@mateuszrzeszutek By the way, if we can use, or have ideas for improving, https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk/testing that'd be pretty sweet

@mateuszrzeszutek
Copy link
Member Author

@mateuszrzeszutek By the way, if we can use, or have ideas for improving, https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk/testing that'd be pretty sweet

Those assertions are pretty nice, it would be great if we could reuse them in the instrumentation repo... ideally we should only have a thin groovy wrapper over them.

@mateuszrzeszutek mateuszrzeszutek deleted the refactor-agent-test-runner branch November 18, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants