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 078804dbaa3 Update test catalog data for GHA workflow run 14170361584
078804dbaa3 is described below
commit 078804dbaa359b346edc39b20aecf1dfd99af79a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 14:27:03 2025 +0000
Update test catalog data for GHA workflow run 14170361584
Commit:
https://github.com/apache/kafka/commit/6d72677eda35cdfa228c80a48328f64357b7c742
GitHub Run: https://github.com/apache/kafka/actions/runs/14170361584
---
test-catalog/group-coordinator/tests.yaml | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 5ab6671823e..dbd7cf7fc48 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -337,6 +337,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testListGroups
- testMemberIdGeneration
- testMemberJoinsEmptyConsumerGroup
+- testMemberJoinsEmptyStreamsGroup
- testNewJoiningMemberTriggersNewTargetAssignment
- testNewMemberFailureAfterJoinGroupCompletion
- testNewMemberIsRejectedWithMaximumMembersIsReached
@@ -475,6 +476,22 @@
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testStreamsGroupDescribeBeforeAndAfterCommittingOffset
- testStreamsGroupDescribeNoErrors
- testStreamsGroupDescribeWithErrors
+- testStreamsGroupHeartbeatPartialResponseWhenNothingChanges
+- testStreamsGroupMemberEpochValidation
+- testStreamsHeartbeatRequestValidation
+- testStreamsLeavingMemberRemovesMemberAndBumpsGroupEpoch
+- testStreamsNewJoiningMemberTriggersNewTargetAssignment
+- testStreamsPartitionMetadataRefreshedAfterGroupIsLoaded
+- testStreamsPartitionMetadataRefreshedAgainAfterWriteFailure
+- testStreamsRebalanceTimeoutExpiration
+- testStreamsRebalanceTimeoutLifecycle
+- testStreamsReconciliationProcess
+- testStreamsSessionTimeoutExpiration
+- testStreamsSessionTimeoutLifecycle
+- testStreamsStreamsGroupStates
+- testStreamsTaskAssignorExceptionOnRegularHeartbeat
+- testStreamsUpdatingMemberMetadataTriggersNewTargetAssignment
+- testStreamsUpdatingPartitionMetadataTriggersNewTargetAssignment
- testSubscribedTopicsChangeMap
- testSubscriptionMetadataRefreshedAfterGroupIsLoaded
- testSubscriptionMetadataRefreshedAgainAfterWriteFailure
@@ -491,6 +508,8 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testSyncGroupSucceedWhenProtocolTypeAndNameAreNotProvided
- testUnknownGroupId
- testUnknownMemberIdJoinsConsumerGroup
+- testUnknownMemberIdJoinsStreamsGroup
+- testUnknownStreamsGroupId
- testUpdateGroupSizeCounter
- testUpdateStreamsGroupSizeCounter
- testUpdatingSubscriptionTriggersNewTargetAssignment
@@ -949,7 +968,9 @@ org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
- testComputePartitionMetadata
- testCreateGroupTombstoneRecords
- testDeletingMemberRemovesProcessId
-- testGetOrCreateMember
+- testGetMemberOrThrow
+- testGetOrCreateDefaultMember
+- testGetOrCreateUninitializedMember
- testGetStaticMemberByInstanceId
- testGroupState
- testIsInStatesCaseInsensitiveAndUnderscored
@@ -972,6 +993,7 @@ org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
- testValidateOffsetFetch
- testValidateTransactionalOffsetCommit
org.apache.kafka.coordinator.group.streams.StreamsTopologyTest:
+- fromHeartbeatRequestShouldCreateCorrectTopology
- fromRecordShouldCreateCorrectTopology
- requiredTopicsShouldBeCorrect
- subtopologiesMapShouldBeImmutable