Skip to content

Commit dce67f9

Browse files
bm1549claude
andcommitted
Mark Kafka DSM disabled batch consume test as flaky for parentId mismatch
The test "test spring kafka template produce and batch consume" was already annotated @flaky for partition ordering issues. Update the annotation to also document the consumer span parentId mismatch failure mode that occurs due to non-deterministic trace ordering in KafkaClientDataStreamsDisabledForkedTest. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent cc12228 commit dce67f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-java-agent/instrumentation/kafka/kafka-clients-0.11/src/test/groovy/KafkaClientTestBase.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ abstract class KafkaClientTestBase extends VersionedNamingTestBase {
835835
producer.close()
836836
}
837837
838-
@Flaky("Repeatedly fails with a partition set to 1 but expects 0 https://github.com/DataDog/dd-trace-java/issues/3864")
838+
@Flaky("Non-deterministic ordering of batch consumer traces causes assertion failures (partition mismatch or consumer span parentId mismatch) https://github.com/DataDog/dd-trace-java/issues/3864")
839839
def "test spring kafka template produce and batch consume"() {
840840
setup:
841841
def senderProps = KafkaTestUtils.senderProps(embeddedKafka.getBrokersAsString())

0 commit comments

Comments
 (0)