-
Notifications
You must be signed in to change notification settings - Fork 870
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 kafka Spring starter smoke test #11262
Conversation
b6a05d3
to
0d3dbc7
Compare
...r/spring-boot-3/src/test/java/io/opentelemetry/smoketest/JvmKafkaSpringStarterSmokeTest.java
Outdated
Show resolved
Hide resolved
57fd731
to
cbd57b0
Compare
2819d22
to
c6cf76a
Compare
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.
Previously we tested with the earliest supported version + latest. Now we test with latest 2.x and latest 3.x. Are you sure you wish to remove testing from the earliest supported version?
I don't get it
Regardless - I'd like to tackle this comment in an upcoming PR 😄 |
...-testing/src/main/java/io/opentelemetry/spring/smoketest/AbstractSpringStarterSmokeTest.java
Show resolved
Hide resolved
...ng-smoke-testing/src/main/java/io/opentelemetry/spring/smoketest/EnabledInGithubActions.java
Outdated
Show resolved
Hide resolved
...rc/test/java/io/opentelemetry/spring/smoketest/GraalVmNativeKafkaSpringStarterSmokeTest.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Jean Bisutti <[email protected]>
...ing-smoke-testing/src/main/java/io/opentelemetry/spring/smoketest/RequiresDockerCompose.java
Outdated
Show resolved
Hide resolved
…/opentelemetry/spring/smoketest/RequiresDockerCompose.java Co-authored-by: Jean Bisutti <[email protected]>
we have the capability to test with earliest supported boot version, by using opentelemetry-java-instrumentation/instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts Lines 47 to 52 in 68cf431
and Lines 14 to 15 in 68cf431
it's a good question though, as typically we test all the instrumentation against an "earliest supported version" (and document that as the earliest supported version). we should decide if/how we want to test/support earlier Spring Boot minor versions, @zeitlinger can you open an issue? I'll go ahead and merge this PR |
|
Fixes #11261