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 257b63f6b9e Update test catalog data for GHA workflow run 21091641323
257b63f6b9e is described below
commit 257b63f6b9eb5cb131352e285882e267d8ce69db
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 17 11:10:10 2026 +0000
Update test catalog data for GHA workflow run 21091641323
Commit:
https://github.com/apache/kafka/commit/0e1e68db8da571fe3c08bdfc29c24dd8cc477997
GitHub Run: https://github.com/apache/kafka/actions/runs/21091641323
---
test-catalog/core/tests.yaml | 4 ++++
test-catalog/group-coordinator/tests.yaml | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 2558f8e8396..aa82aa89f39 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1623,6 +1623,10 @@ kafka.server.ConsumerGroupHeartbeatRequestTest:
- testConsumerGroupHeartbeatWithEmptySubscription
- testConsumerGroupHeartbeatWithInvalidRegularExpression
- testConsumerGroupHeartbeatWithRegularExpression
+- testDuplicateFullHeartbeatDuringRevocation
+- testDuplicateFullHeartbeatInStableState
+- testDuplicateFullHeartbeatWhileWaitingForPartitions
+- testDuplicateFullHeartbeatWithRevocationAck
- testEmptyConsumerGroupId
- testFencedMemberCanRejoinWithEpochZero
- testMemberIdGeneratedOnServerWhenApiVersionIs0
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index e907c81e1b9..733f7f2b581 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -332,6 +332,10 @@
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testDescribeGroupStable
- testDescribeGroupsBeforeV6GroupIdNotFoundException
- testDescribeGroupsGroupIdNotFoundException
+- testDuplicateFullHeartbeatInStableState
+- testDuplicateFullHeartbeatInUnreleasedPartitionsState
+- testDuplicateFullHeartbeatInUnrevokedPartitionsState
+- testDuplicateFullHeartbeatWithRevocationAck
- testDynamicMembersCanRejoinGroupWithMaxSizeWhileRebalancing
- testDynamicMembersJoinGroupWithMaxSizeAndNotRequiredKnownMember
- testDynamicMembersJoinGroupWithMaxSizeAndRequiredKnownMember