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 d84f7e8e7eb Update test catalog data for GHA workflow run 19933226033
d84f7e8e7eb is described below
commit d84f7e8e7ebd0120a1a2638d1cbfab971a11df16
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 4 18:16:53 2025 +0000
Update test catalog data for GHA workflow run 19933226033
Commit:
https://github.com/apache/kafka/commit/97510ff6de5d9cf0ae8b151089abd97b0bc8f330
GitHub Run: https://github.com/apache/kafka/actions/runs/19933226033
---
test-catalog/group-coordinator/tests.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 0ae9b007458..6439a37fd72 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -308,6 +308,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
- testConsumerGroupHeartbeatWithPreparingRebalanceClassicGroup
- testConsumerGroupHeartbeatWithStableClassicGroup
- testConsumerGroupMaybeDelete
+- testConsumerGroupMemberClearsRegex
- testConsumerGroupMemberEpochValidation
- testConsumerGroupMemberEpochValidationForStaticMember
- testConsumerGroupMemberJoinRefreshesExpiredRegexes
@@ -760,12 +761,13 @@
org.apache.kafka.coordinator.group.assignor.GroupSpecImplTest:
- testMemberSubscription
- testSubscriptionType
org.apache.kafka.coordinator.group.assignor.OptimizedUniformAssignmentBuilderTest:
+- testAssignmentReuse
- testFirstAssignmentNumMembersGreaterThanTotalNumPartitions
- testFirstAssignmentTwoMembersTwoTopicsNoMemberRacks
- testOneMemberNoTopicSubscription
- testOneMemberSubscribedToNonexistentTopic
- testReassignmentForTwoMembersTwoTopicsGivenUnbalancedPrevAssignment
-- testReassignmentStickinessWhenAlreadyBalanced
+- testReassignmentStickiness
-
testReassignmentWhenOneMemberAddedAfterInitialAssignmentWithTwoMembersTwoTopics
-
testReassignmentWhenOneMemberRemovedAfterInitialAssignmentWithThreeMembersTwoTopics
-
testReassignmentWhenOneSubscriptionRemovedAfterInitialAssignmentWithTwoMembersTwoTopics
@@ -779,6 +781,7 @@
org.apache.kafka.coordinator.group.assignor.RangeAssignorTest:
- testOneMemberNoTopic
- testOneMemberSubscribedToNonExistentTopic
- testReassignmentNumMembersGreaterThanNumPartitionsWhenOneMemberAdded
+- testReassignmentStickiness
-
testReassignmentWhenMultipleSubscriptionsRemovedAfterInitialAssignmentWithThreeMembersTwoTopics
-
testReassignmentWhenOneMemberAddedAfterInitialAssignmentWithTwoMembersTwoTopics
-
testReassignmentWhenOneMemberAddedAndOnePartitionAfterInitialAssignmentWithTwoMembersTwoTopics
@@ -817,10 +820,12 @@
org.apache.kafka.coordinator.group.assignor.SimpleAssignorTest:
- testIncrementalAssignmentIncreasingMembersHomogeneous
- testName
org.apache.kafka.coordinator.group.assignor.UniformHeterogeneousAssignmentBuilderTest:
+- testAssignmentReuse
- testFirstAssignmentNumMembersGreaterThanTotalNumPartitions
- testFirstAssignmentTwoMembersTwoTopics
- testFirstAssignmentWithTwoMembersIncludingOneWithoutSubscriptions
- testReassignmentForTwoMembersThreeTopicsGivenUnbalancedPrevAssignment
+- testReassignmentStickiness
- testReassignmentWhenOneMemberAddedAndPartitionsAddedTwoMembersTwoTopics
-
testReassignmentWhenOneMemberRemovedAfterInitialAssignmentWithThreeMembersThreeTopics
-
testReassignmentWhenOneSubscriptionRemovedAfterInitialAssignmentWithTwoMembersTwoTopics
@@ -908,6 +913,7 @@ org.apache.kafka.coordinator.group.modern.AssignmentTest:
- testEquals
- testFromTargetAssignmentRecord
- testPartitionsCannotBeNull
+- testPartitionsImmutable
org.apache.kafka.coordinator.group.modern.MemberAssignmentImplTest:
- testPartitionsMutable
org.apache.kafka.coordinator.group.modern.SubscribedTopicMetadataTest: