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

commit ad620ca151419c8d464c7bf0671130f8fa6b452a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 28 22:28:19 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 55424512747..46777b2b289 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -683,6 +683,7 @@ org.apache.kafka.coordinator.group.UtilsTest:
 - testComputeTopicHashWithLeastSignificantBitsFirst
 - testNonExistingTopicName
 org.apache.kafka.coordinator.group.assignor.GroupSpecImplTest:
+- testIsPartitionAssignable
 - testIsPartitionAssigned
 - testMemberAssignment
 - testMemberIds
@@ -734,7 +735,11 @@ 
org.apache.kafka.coordinator.group.assignor.SimpleAssignorTest:
 - testAssignWithOneMemberNoAssignedTopicHeterogeneous
 - testAssignWithSubscribedToNonExistentTopic
 - testAssignWithThreeMembersThreeTopicsHeterogeneous
+- testAssignWithThreeMembersThreeTopicsHeterogeneousWithAllowedMap
+- testAssignWithThreeMembersThreeTopicsHeterogeneousWithNonAssignableTopic
 - testAssignWithTwoMembersAndTwoTopicsHomogeneous
+- testAssignWithTwoMembersAndTwoTopicsHomogeneousWithAllowedMap
+- testAssignWithTwoMembersAndTwoTopicsHomogeneousWithNonAssignableTopic
 - testMemberHashAssignment
 - testName
 - testRoundRobinAssignment
@@ -833,12 +838,10 @@ org.apache.kafka.coordinator.group.modern.AssignmentTest:
 - testFromTargetAssignmentRecord
 - testPartitionsCannotBeNull
 org.apache.kafka.coordinator.group.modern.SubscribedTopicMetadataTest:
-- testAssignablePartitions
 - testEquals
 - testMetadataImageCannotBeNull
 - testNumberOfPartitions
 - testRacksForPartition
-- testTopicPartitionAllowedMapCannotBeNull
 org.apache.kafka.coordinator.group.modern.TargetAssignmentBuilderTest:
 - testAssignmentHasNotChanged
 - testAssignmentSwapped

Reply via email to