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 c88048b8bc1 Update test catalog data for GHA workflow run 15491547390
c88048b8bc1 is described below

commit c88048b8bc1002735f4b1dca9cbab3eb42d4640b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 6 17:14:08 2025 +0000

    Update test catalog data for GHA workflow run 15491547390
    
    Commit: 
https://github.com/apache/kafka/commit/844b0e651b3fef2c29cf6264d1487a23fdbc3f19
    GitHub Run: https://github.com/apache/kafka/actions/runs/15491547390
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++
 test-catalog/group-coordinator/tests.yaml                 | 2 ++
 test-catalog/streams/tests.yaml                           | 1 +
 3 files changed, 5 insertions(+)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 10d82d9fee0..f79666b466e 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -186,6 +186,8 @@ 
org.apache.kafka.clients.consumer.SaslPlainPlaintextConsumerTest:
 - testClassicConsumerClusterResourceListener
 - testClassicConsumerCoordinatorFailover
 - testClassicConsumerSimpleConsumption
+org.apache.kafka.clients.consumer.ShareConsumerRackAwareTest:
+- testShareConsumerWithRackAwareAssignor
 org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
 - testAcknowledgementCommitCallbackCallsShareConsumerWakeup
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index b38a38b70f9..07e7be58972 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -14,6 +14,8 @@ org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
 - testConsumerGroupAssignorFullClassNames
 - testConsumerGroupAssignors
 - testInvalidConfigs
+- testShareGroupAssignorFullClassNames
+- testShareGroupAssignors
 org.apache.kafka.coordinator.group.GroupCoordinatorRecordHelpersTest:
 - testEmptyGroupMetadataRecord
 - testNewConsumerGroupCurrentAssignmentRecord
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 2a9678e5cc4..6333bf8b781 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3095,6 +3095,7 @@ 
org.apache.kafka.streams.processor.internals.TaskManagerTest:
 - shouldShutDownStateUpdaterAndCloseFailedTasksDirty
 - shouldShutdownSchedulingTaskManager
 - shouldSkipUnknownOffsetsWhenComputingOffsetSum
+- shouldStartStateUpdaterOnInit
 - shouldStreamsExceptionOnCommitError
 - shouldSuspendActiveTaskWithRevokedInputPartitionsInStateUpdater
 - shouldSuspendActiveTasksDuringRevocation

Reply via email to