Skip to content

Commit 4d73342

Browse files
committed
chore(ci): Fix test name uniqueness
1 parent b9533be commit 4d73342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-java-agent/instrumentation/grpc-1.5/src/test/groovy/GrpcTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ abstract class GrpcTest extends VersionedNamingTestBase {
110110
ig.reset()
111111
}
112112

113-
def "test request-response"() {
113+
def "test request-response #name #executor.class.simpleName"() {
114114
setup:
115115

116116
ExecutorService responseExecutor = Executors.newSingleThreadExecutor()

internal-api/src/test/groovy/datadog/trace/api/telemetry/MetricCollectorTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MetricCollectorTest extends Specification {
2323
counter(tags: ['a:b', 'c:d'], value: 2) | counter(tags: ['a:b', 'c:d'], value: 6) | true
2424
}
2525

26-
void 'test metric toString'() {
26+
void 'test metric toString #iterationIndex'() {
2727
expect:
2828
metric.toString() != null
2929

0 commit comments

Comments
 (0)