-
Notifications
You must be signed in to change notification settings - Fork 1k
Db error type #13640
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
Db error type #13640
Conversation
|
|
||
| import javax.annotation.Nullable; | ||
|
|
||
| public class DbResponseStatusUtil { |
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.
should be final, also I think it should be moved to internal package
...tation-api/src/main/java/io/opentelemetry/instrumentation/api/internal/SemconvStability.java
Outdated
Show resolved
Hide resolved
instrumentation/vertx/vertx-sql-client-4.0/javaagent/build.gradle.kts
Outdated
Show resolved
Hide resolved
| testLibrary("io.vertx:vertx-codegen:$version") | ||
| } | ||
|
|
||
| testing { |
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.
Why do you need this suite? Try running ./gradlew :instrumentation:vertx:vertx-sql-client-4.0:javaagent:build -PtestLatestDeps=true doesn't it already run the testStableSemconv task with the latest dependency?
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.
good point - I had originally thought that the test would need to be different - but it turned out that it doesn't
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.
I was also not sure about the extend we should rely on latest dep tests for things like that
instrumentation/vertx/vertx-sql-client-4.0/javaagent/build.gradle.kts
Outdated
Show resolved
Hide resolved
|
@laurit time for another round 😄 |
follow up for #13331