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

commit fc51b6b459400e5cd359fc4893292a40e5f2a5f5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 12 13:08:51 2025 +0000

    Update test catalog data for GHA workflow run 13282762133
    
    Commit: 
https://github.com/apache/kafka/commit/c70b7c4b9e6fbd805d9a229b4ac13c1e10016d76
    GitHub Run: https://github.com/apache/kafka/actions/runs/13282762133
---
 test-catalog/group-coordinator/tests.yaml | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index b7521131ac7..e9e44a8a9f5 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -864,6 +864,35 @@ 
org.apache.kafka.coordinator.group.streams.StreamsGroupMemberTest:
 - testBuilderWithMemberIdIsNull
 - testBuilderWithMemberIsNull
 - testHasAssignedTasksChanged
+org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
+- testAddTaskProcessIds
+- testAsDescribedGroup
+- testAsListedGroup
+- testComputePartitionMetadata
+- testCreateGroupTombstoneRecords
+- testDeletingMemberRemovesProcessId
+- testGetOrCreateMember
+- testGetStaticMemberByInstanceId
+- testGroupState
+- testIsInStatesCaseInsensitiveAndUnderscored
+- testIsSubscribedToTopic
+- testMetadataRefreshDeadline
+- testNoStaticMember
+- testOffsetExpirationCondition
+- testRemoveMember
+- testRemoveStaticMember
+- testRemoveTaskProcessIds
+- testSetPartitionMetadataUpdatesStateAndConfiguredTopology
+- testSetTopologyUpdatesStateAndConfiguredTopology
+- testStateTransitionMetrics
+- testUpdateMember
+- testUpdatingMemberUpdatesProcessId
+- testUpdatingMemberUpdatesTaskProcessIdWhenPartitionIsNotReleased
+- 
testUpdatingMemberUpdatesTaskProcessIdWhenPartitionIsReassignedBeforeBeingRevoked
+- testValidateDeleteGroup
+- testValidateOffsetCommit
+- testValidateOffsetFetch
+- testValidateTransactionalOffsetCommit
 org.apache.kafka.coordinator.group.streams.StreamsTopologyTest:
 - fromRecordShouldCreateCorrectTopology
 - requiredTopicsShouldBeCorrect
@@ -893,7 +922,6 @@ 
org.apache.kafka.coordinator.group.streams.TopicMetadataTest:
 - testConstructorWithEmptyName
 - testConstructorWithNegativeNumPartitions
 - testConstructorWithNullName
-- testConstructorWithNullPartitionRacks
 - testConstructorWithNullUuid
 - testConstructorWithZeroNumPartitions
 - testConstructorWithZeroUuid

Reply via email to