-
Notifications
You must be signed in to change notification settings - Fork 871
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
convert spring batch tests to java #12004
convert spring batch tests to java #12004
Conversation
...java/io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/basic/SpringBatchTest.java
Outdated
Show resolved
Hide resolved
...java/io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/basic/SpringBatchTest.java
Outdated
Show resolved
Hide resolved
.../io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/event/CustomSpanEventTest.java
Outdated
Show resolved
Hide resolved
...elemetry/javaagent/instrumentation/spring/batch/v3_0/event/JsrConfigCustomSpanEventTest.java
Show resolved
Hide resolved
would it be possible to break this into a couple smaller PRs for easier review? |
all tests use the JobRunner interface to work |
7667682
to
51761cf
Compare
not sure I follow why you can't split this into smaller PRs? they can be stacked if needed |
51761cf
to
1ee063a
Compare
ok I gave it a shot at #12076 |
2174b7e
to
689b2e5
Compare
with the first PR merged, this is the remaining changes - let me know if this is good as it is |
...va/io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/chunk/ChunkRootSpanTest.java
Outdated
Show resolved
Hide resolved
...telemetry/javaagent/instrumentation/spring/batch/v3_0/chunk/JavaConfigChunkRootSpanTest.java
Show resolved
Hide resolved
.../io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/event/CustomSpanEventTest.java
Outdated
Show resolved
Hide resolved
...ava/io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/item/ItemLevelSpanTest.java
Outdated
Show resolved
Hide resolved
...ava/io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/item/ItemLevelSpanTest.java
Outdated
Show resolved
Hide resolved
@laurit please check again |
…a/io/opentelemetry/javaagent/instrumentation/spring/batch/v3_0/event/JsrConfigCustomSpanEventTest.java Co-authored-by: Steve Rao <[email protected]>
fa5b22e
to
53c7b96
Compare
@laurit please check again |
Related to #7195