Skip to content

Commit 0cdaa35

Browse files
[mq] [skip ddci] working branch - merge 257a203 on top of master at d36f7e7
{"baseBranch":"master","baseCommit":"d36f7e712369ca5069bf239685206e880fcf1459","createdAt":"2026-04-16T17:25:12.828119Z","headSha":"257a2039108b9128ab355a0bcc970205bb727975","id":"aff0a8c1-db5b-4415-ba54-155d8b95b007","priority":"200","pullRequestNumber":"11061","queuedAt":"2026-04-16T17:25:12.826797Z","status":"STATUS_QUEUED"}
2 parents 12a4203 + 257a203 commit 0cdaa35

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dd-java-agent/agent-aiguard/src/test/groovy/com/datadog/aiguard/AIGuardInternalTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ class AIGuardInternalTests extends DDSpecification {
824824
", reason='" + reason + '\'' +
825825
", blocking=" + blocking +
826826
", target='" + target + '\'' +
827-
", messages=" + messages + '\'' +
827+
", messages=" + messages.collect {it.content } + '\'' +
828828
", tags=" + tags +
829829
'}'
830830
}

dd-java-agent/instrumentation/kotlin-coroutines-1.3/src/testFixtures/groovy/datadog/trace/instrumentation/kotlin/coroutines/AbstractKotlinCoroutineInstrumentationTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ abstract class AbstractKotlinCoroutineInstrumentationTest<T extends CoreKotlinCo
358358
[dispatcherName, dispatcher] << dispatchersToTest
359359
}
360360

361-
def "kotlin trace consistent with timeout"() {
361+
def "kotlin trace consistent with timeout #dispatcherName"() {
362362
setup:
363363
CoreKotlinCoroutineTests kotlinTest = getCoreKotlinCoroutineTestsInstance(dispatcher)
364364
int expectedNumberOfSpans = kotlinTest.traceAfterTimeout()
@@ -397,7 +397,7 @@ abstract class AbstractKotlinCoroutineInstrumentationTest<T extends CoreKotlinCo
397397
[dispatcherName, dispatcher] << dispatchersToTest
398398
}
399399

400-
def "kotlin trace consistent after delay"() {
400+
def "kotlin trace consistent after delay #dispatcherName"() {
401401
setup:
402402
CoreKotlinCoroutineTests kotlinTest = getCoreKotlinCoroutineTestsInstance(dispatcher)
403403
int expectedNumberOfSpans = kotlinTest.traceAfterDelay()

0 commit comments

Comments
 (0)