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

github-actions[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 8e67c251583 Update test catalog data for GHA workflow run 28100920131
8e67c251583 is described below

commit 8e67c251583638ffc3811e7a7ad826184827c892
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 16:49:40 2026 +0000

    Update test catalog data for GHA workflow run 28100920131
    
    Commit: 
https://github.com/apache/kafka/commit/28ec585cb3cf4a6510a8c118464da4934049273c
    GitHub Run: https://github.com/apache/kafka/actions/runs/28100920131
---
 test-catalog/server/tests.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 539a9a10569..c925095f627 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -523,6 +523,8 @@ 
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testDLQRecordCopyEnabledWithErrorOnLogRead
 - testDLQRecordCopyEnabledWithMultipleLogReaderIterations
 - testDLQRecordCopyEnabledWithPartialLogReaderRecords
+- testDlqAfterStopFailsWithIllegalState
+- testDlqBeforeStartFailsWithIllegalState
 - testDlqCreateTopicFatalErrorFailsFuture
 - testDlqCreateTopicNoClusterNodesFailsFuture
 - testDlqCreateTopicPartialFailuresThenSucceeds
@@ -544,7 +546,7 @@ 
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testDlqTopicPrefixMismatchFailsValidation
 - testDlqTopicStartingWithUnderscoreFailsValidation
 - testDlqTwoEnqueuedRecordsBothComplete
-- testDlqValidationFailureCompletesFutureBeforeStart
+- testDlqValidationFailureCompletesFutureSynchronously
 - testMultipleAccumulatedHandlersInNodeRPCMap
 - testStartIsIdempotent
 - testStopWithoutStartIsNoOp

Reply via email to