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

commit ed331b2b55477a0353da5a1e290853e07346f699
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 15 13:28:08 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0796e53a4cc..e856cd7edbb 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1632,6 +1632,7 @@ kafka.server.ConsumerGroupHeartbeatRequestTest:
 - testConsumerGroupHeartbeatWithInvalidRegularExpression
 - testConsumerGroupHeartbeatWithRegularExpression
 - testEmptyConsumerGroupId
+- testFencedMemberCanRejoinWithEpochZero
 - testMemberIdGeneratedOnServerWhenApiVersionIs0
 - testRejoiningStaticMemberGetsAssignmentsBackWhenNewGroupCoordinatorIsEnabled
 - 
testStaticMemberRemovedAfterSessionTimeoutExpiryWhenNewGroupCoordinatorIsEnabled
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 2878188d943..8a7c9883355 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -403,6 +403,9 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testListGroups
 - testMaybeCleanupShareGroupStateEmptyTopicIds
 - testMaybeCleanupShareGroupStateInitDeletedTopicsPresent
+- testMemberCanRejoinWithEpochZeroInStableState
+- testMemberCanRejoinWithEpochZeroInUnreleasedPartitionsState
+- testMemberCanRejoinWithEpochZeroInUnrevokedPartitionsState
 - testMemberIdGeneration
 - testMemberJoinsEmptyConsumerGroup
 - testMemberJoinsEmptyStreamsGroup

Reply via email to