This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/test-catalog by this push:
     new 75a7b686d6c Update test catalog data for GHA workflow run 17273289072
75a7b686d6c is described below

commit 75a7b686d6cbeae8a2e4be36a5c5e4d6960e2a9c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 27 19:21:57 2025 +0000

    Update test catalog data for GHA workflow run 17273289072
    
    Commit: 
https://github.com/apache/kafka/commit/04518f4ce12c297dc3f1b2b39a539f2c9995a6b3
    GitHub Run: https://github.com/apache/kafka/actions/runs/17273289072
---
 test-catalog/streams/integration-tests/tests.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 708df18bc48..6bb8612704f 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -11,6 +11,13 @@ 
org.apache.kafka.streams.integration.AdjustStreamThreadCountTest:
 - testRebalanceHappensBeforeStreamThreadGetDown
 org.apache.kafka.streams.integration.ConsistencyVectorIntegrationTest:
 - shouldHaveSamePositionBoundActiveAndStandBy
+org.apache.kafka.streams.integration.DeadLetterQueueIntegrationTest:
+- shouldSendToDlqAndContinueFromDeserializationError
+- shouldSendToDlqAndContinueFromDsl
+- shouldSendToDlqAndContinueFromProcessorAPI
+- shouldSendToDlqAndFailFromDeserializationError
+- shouldSendToDlqAndFailFromDsl
+- shouldSendToDlqAndFailFromProcessorAPI
 org.apache.kafka.streams.integration.EOSUncleanShutdownIntegrationTest:
 - shouldWorkWithUncleanShutdownWipeOutStateStore
 org.apache.kafka.streams.integration.EmitOnChangeIntegrationTest:

Reply via email to