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 27425b7b193 Update test catalog data for GHA workflow run 26973635683
27425b7b193 is described below

commit 27425b7b193259b29ba6a274f43eec88b6b823e2
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 4 22:17:59 2026 +0000

    Update test catalog data for GHA workflow run 26973635683
    
    Commit: 
https://github.com/apache/kafka/commit/69d4bfe9b93a8041f64375d0f4a47fd823cdc8ce
    GitHub Run: https://github.com/apache/kafka/actions/runs/26973635683
---
 test-catalog/server/tests.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 9ee2d7f32ac..4bf74e82202 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -487,8 +487,14 @@ org.apache.kafka.server.requests.ProduceRequestTest:
 org.apache.kafka.server.share.CachedSharePartitionTest:
 - testCachedSharePartitionEqualsAndHashCode
 org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
+- testCoalesceProduceRequestsKeepsDifferentDlqTopicsSeparate
+- testCoalesceProduceRequestsMergesPartitionsForSameDlqTopic
+- testCoalesceProduceRequestsSkipsHandlerWhoseTopicProduceDataThrows
+- testCoalesceProduceRequestsWithEmptyHandlerListProducesEmptyRequest
+- testCoalesceProduceRequestsWithSingleHandlerProducesOneTopicOnePartition
 - testConstructorRejectsNullCacheHelper
 - testConstructorRejectsNullClient
+- testConstructorRejectsNullShareGroupMetrics
 - testConstructorRejectsNullTime
 - testConstructorRejectsNullTimer
 - testDlqCreateTopicFatalErrorFailsFuture
@@ -499,9 +505,11 @@ 
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testDlqEmptyTopicNameFailsValidation
 - testDlqExistingTopicWithoutDlqConfigFailsValidation
 - testDlqHappyPathExistingTopic
+- testDlqMultipleGroupsWithMixedOutcomes
 - testDlqProduceDisconnectIsRetriedNotImmediatelyFailed
 - testDlqProduceEmptyResponseFailsFuture
 - testDlqProduceFatalErrorFailsFuture
+- testDlqProduceNotLeaderOrFollowerExhaustsAndRecordsFailure
 - testDlqProducePartialFailuresThenSucceeds
 - testDlqProduceRetriesExhaustedFailsWithNetworkException
 - testDlqResolvesSourceTopicNameViaCacheHelperWhenMissing
@@ -511,6 +519,7 @@ 
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testDlqTopicStartingWithUnderscoreFailsValidation
 - testDlqTwoEnqueuedRecordsBothComplete
 - testDlqValidationFailureCompletesFutureBeforeStart
+- testMultipleAccumulatedHandlersInNodeRPCMap
 - testStartIsIdempotent
 - testStopWithoutStartIsNoOp
 org.apache.kafka.server.share.fetch.DelayedShareFetchKeyTest:

Reply via email to