File tree Expand file tree Collapse file tree
dd-java-agent/instrumentation/cics-9.1/src/test/groovy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import static datadog.trace.agent.test.utils.TraceUtils.runUnderTrace
2+
13import com.ibm.connector2.cics.ECIInteraction
24import com.ibm.ctg.client.JavaGateway
35import datadog.trace.agent.test.InstrumentationSpecification
46import datadog.trace.api.DDSpanTypes
57import datadog.trace.bootstrap.CallDepthThreadLocalMap
68import datadog.trace.bootstrap.instrumentation.api.Tags
7-
8- import static datadog.trace.agent.test.utils.TraceUtils.runUnderTrace
9+ import datadog.trace.test.util.Flaky
910
1011class JavaGatewayInterfaceInstrumentationTest extends InstrumentationSpecification {
1112
@@ -53,6 +54,7 @@ class JavaGatewayInterfaceInstrumentationTest extends InstrumentationSpecificati
5354 serverThread?. join(1000 )
5455 }
5556
57+ @Flaky (" Flaky on GitLab CI: assert span.isError() == errored" )
5658 def " flow without parent creates new span" () {
5759 when :
5860 try {
@@ -83,6 +85,7 @@ class JavaGatewayInterfaceInstrumentationTest extends InstrumentationSpecificati
8385 }
8486 }
8587
88+ @Flaky (" Flaky on GitLab CI: Caused by: java.lang.AssertionError: Tag peer.port: null != 40409" )
8689 def " flow with parent span merges into parent" () {
8790 when :
8891 try {
You can’t perform that action at this time.
0 commit comments