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 3e3e8daacc5 Update test catalog data for GHA workflow run 21033679710
3e3e8daacc5 is described below

commit 3e3e8daacc5127ee66869258fbef2f7fd4c4975c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 15 16:12:39 2026 +0000

    Update test catalog data for GHA workflow run 21033679710
    
    Commit: 
https://github.com/apache/kafka/commit/8dc39b570e15ea555bf2b791f1aba5a3ea9f446d
    GitHub Run: https://github.com/apache/kafka/actions/runs/21033679710
---
 test-catalog/core/tests.yaml              | 1 +
 test-catalog/group-coordinator/tests.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e856cd7edbb..bae2ca9abf0 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2701,6 +2701,7 @@ kafka.server.ShareGroupDescribeRequestTest:
 - testShareGroupDescribe
 - testShareGroupDescribeIsInAccessibleWhenConfigsDisabled
 kafka.server.ShareGroupHeartbeatRequestTest:
+- testFencedMemberCanRejoinWithEpochZero
 - testGroupCoordinatorChange
 - testMemberJoiningAndExpiring
 - testMemberLeavingAndRejoining
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 8a7c9883355..4d8b768f0d2 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -509,6 +509,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testShareGroupInitializeSuccess
 - testShareGroupInitializingClearsCommonDeleting
 - testShareGroupLeavingMemberBumpsGroupEpoch
+- testShareGroupMemberCanRejoinWithEpochZero
 - testShareGroupMemberIdGeneration
 - testShareGroupMemberJoinsEmptyGroupWithAssignments
 - testShareGroupNewMemberIsRejectedWithMaximumMembersIsReached

Reply via email to