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 feb8dd8c447 Update test catalog data for GHA workflow run 23265965029
feb8dd8c447 is described below
commit feb8dd8c4476b9799fab27c8c44d90e6575d9c1b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 19 00:10:12 2026 +0000
Update test catalog data for GHA workflow run 23265965029
Commit:
https://github.com/apache/kafka/commit/0db9f32eb1d089a088a9a57c3bca4233f583ae8e
GitHub Run: https://github.com/apache/kafka/actions/runs/23265965029
---
test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++
test-catalog/core/tests.yaml | 10 ++++++++++
test-catalog/group-coordinator/tests.yaml | 2 ++
test-catalog/raft/tests.yaml | 2 ++
4 files changed, 16 insertions(+)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 68f62417692..4a37dd7025e 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -329,6 +329,8 @@
org.apache.kafka.clients.consumer.SaslPlainPlaintextConsumerTest:
- testClassicConsumerSimpleConsumption
org.apache.kafka.clients.consumer.ShareConsumerRackAwareTest:
- testShareConsumerWithRackAwareAssignor
+org.apache.kafka.clients.consumer.ShareConsumerRackAwareTest$WithAssignmentBatchingDisabledTest:
+- testShareConsumerWithRackAwareAssignor
org.apache.kafka.clients.consumer.ShareConsumerTest:
- testAcknowledgementCommitCallbackCallsShareConsumerDisallowed
- testAcknowledgementCommitCallbackCallsShareConsumerWakeup
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e796356d38b..c14c1adc84c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2651,6 +2651,16 @@ kafka.server.ShareGroupHeartbeatRequestTest:
- testShareGroupHeartbeatIsInAccessibleWhenConfigsDisabled
- testShareGroupHeartbeatWithMultipleMembers
- testShareGroupMaxSizeConfigExceeded
+kafka.server.ShareGroupHeartbeatRequestTest$WithAssignmentBatchingDisabledTest:
+- testFencedMemberCanRejoinWithEpochZero
+- testGroupCoordinatorChange
+- testMemberJoiningAndExpiring
+- testMemberLeavingAndRejoining
+- testPartitionAssignmentWithChangingTopics
+- testShareGroupHeartbeatIsAccessibleWhenShareGroupIsEnabled
+- testShareGroupHeartbeatIsInAccessibleWhenConfigsDisabled
+- testShareGroupHeartbeatWithMultipleMembers
+- testShareGroupMaxSizeConfigExceeded
kafka.server.StreamsGroupDescribeRequestTest:
- testStreamsGroupDescribeGroupsWithNewGroupCoordinator
- testStreamsGroupDescribeWhenFeatureFlagNotEnabled
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index c36b9f94f96..738c9698b5a 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -526,6 +526,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testSessionTimeoutExpirationForShareMember
- testSessionTimeoutExpirationStaticMember
- testSessionTimeoutLifecycle
+- testShareGroupAssignmentInterval
- testShareGroupDeleteRequestNoDeletingTopics
- testShareGroupDeleteRequestWithAlreadyDeletingTopics
- testShareGroupDeleteRequestWithAlreadyDeletingTopicsButMetadataIsEmpty
@@ -537,6 +538,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testShareGroupDescribeRequest
- testShareGroupDynamicConfigs
- testShareGroupEvaluatedConfigs
+- testShareGroupHeartbeatDoesNotBumpGroupEpochDuringAssignmentDelay
- testShareGroupHeartbeatInitializeOnPartitionUpdate
- testShareGroupHeartbeatOnConsumerGroup
- testShareGroupHeartbeatOnStreamsGroup
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index f3f89fd8147..bfcda03eba8 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -249,6 +249,8 @@ org.apache.kafka.raft.KafkaRaftClientSnapshotTest:
- testLeaderImmediatelySendsSnapshotId
- testLeaderListenerNotified
-
testLeaderShouldResignLeadershipIfNotGetFetchSnapshotRequestFromMajorityVoters
+- testListenerReceivesBootstrapSnapshot
+- testListenerReceivesBootstrapSnapshotViaFollowerFetch
- testListenerRenotified
- testPartialFetchSnapshotRequestAsLeader
- testSecondListenerNotified