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 35a9320e0b7 Update test catalog data for GHA workflow run 20865041929
35a9320e0b7 is described below

commit 35a9320e0b7a2b539f48c29aab3c335ec557ecba
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 9 23:09:28 2026 +0000

    Update test catalog data for GHA workflow run 20865041929
    
    Commit: 
https://github.com/apache/kafka/commit/0f3669509b8c33cc01e3de2b87027e576429186b
    GitHub Run: https://github.com/apache/kafka/actions/runs/20865041929
---
 test-catalog/group-coordinator/tests.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 80476cd9464..2878188d943 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -204,7 +204,7 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testInitiateDeleteShareGroupOffsetsSuccess
 - testInitiateDeleteShareGroupOffsetsSuccessWithErrorTopics
 - testOnLoaded
-- testOnPartitionsDeleted
+- testOnTopicsDeleted
 - testOnUnloaded
 - testReplayConsumerGroupCurrentMemberAssignment
 - testReplayConsumerGroupCurrentMemberAssignmentWithNullValue
@@ -715,7 +715,10 @@ 
org.apache.kafka.coordinator.group.OffsetMetadataManagerTest:
 - testOffsetCommitsSensor
 - testOffsetDeletionsSensor
 - testOffsetsExpiredSensor
-- testOnPartitionsDeleted
+- testOnTopicsDeletedWithMatchingTopicId
+- testOnTopicsDeletedWithMismatchedTopicId
+- testOnTopicsDeletedWithMixedTopicIds
+- testOnTopicsDeletedWithZeroTopicId
 - testReplay
 - testReplayTransactionEndMarkerKeepsTheMostRecentCommittedOffset
 - testReplayTransactionEndMarkerWithCommit

Reply via email to