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 271c4096f5e Update test catalog data for GHA workflow run 13117378766
271c4096f5e is described below

commit 271c4096f5edee8131096c8bfc5b3bd15c06aa27
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 3 18:21:32 2025 +0000

    Update test catalog data for GHA workflow run 13117378766
    
    Commit: 
https://github.com/apache/kafka/commit/1a106e453872403ae6803a3ca30d7f8b379ae26e
    GitHub Run: https://github.com/apache/kafka/actions/runs/13117378766
---
 test-catalog/group-coordinator/tests.yaml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 4eecf261952..a25158667ce 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -151,8 +151,8 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testReplayShareGroupMetadata
 - testReplayShareGroupMetadataWithNullValue
 - testReplayTransactionalOffsetCommit
-- testScheduleClassicGroupSizeCounter
 - testScheduleCleanupGroupMetadata
+- testScheduleGroupSizeCounter
 - testShareGroupHeartbeat
 org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testClassicGroupCompletedRebalanceSensor
@@ -300,9 +300,6 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testNewMemberTimeoutCompletion
 - testNoConversionWhenSizeExceedsClassicMaxGroupSize
 - testNoGroupEpochBumpWhenStaticMemberTemporarilyLeaves
-- testOnClassicGroupStateTransitionOnLoading
-- testOnConsumerGroupStateTransition
-- testOnConsumerGroupStateTransitionOnLoading
 - testOnLoaded
 - testOnLoadedExceedGroupMaxSizeTriggersRebalance
 - testOnLoadedSchedulesClassicGroupMemberHeartbeats
@@ -416,7 +413,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testSyncGroupSucceedWhenProtocolTypeAndNameAreNotProvided
 - testUnknownGroupId
 - testUnknownMemberIdJoinsConsumerGroup
-- testUpdateClassicGroupSizeCounter
+- testUpdateGroupSizeCounter
 - testUpdatingSubscriptionTriggersNewTargetAssignment
 - testValidHeartbeat
 - testValidLeaveGroup
@@ -628,7 +625,6 @@ org.apache.kafka.coordinator.group.classic.ClassicGroupTest:
 - testValidateOffsetCommit
 - testValidateOffsetDelete
 org.apache.kafka.coordinator.group.metrics.GroupCoordinatorMetricsShardTest:
-- testConsumerGroupStateTransitionMetrics
 - testTimelineGaugeCounters
 org.apache.kafka.coordinator.group.metrics.GroupCoordinatorMetricsTest:
 - aggregateShards
@@ -717,7 +713,6 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
 - testRemoveMember
 - testRemovePartitionEpochs
 - testRemoveStaticMember
-- testStateTransitionMetrics
 - testSubscribedRegularExpressionCount
 - testSubscriptionType
 - testUpdateAndRemoveRegularExpression

Reply via email to