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 6efc14c506e Update test catalog data for GHA workflow run 13542378103
6efc14c506e is described below

commit 6efc14c506ef099b88e2e83286e592df031f9c80
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 26 13:24:43 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 73b742b2b85..2dd8e7a2723 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -590,13 +590,17 @@ org.apache.kafka.coordinator.group.assignor.RangeSetTest:
 - testToString
 - testUnsupportedOperations
 org.apache.kafka.coordinator.group.assignor.SimpleAssignorTest:
+- testAssignWithCurrentAssignmentHeterogeneous
+- testAssignWithCurrentAssignmentHomogeneous
 - testAssignWithEmptyMembers
 - testAssignWithNoSubscribedTopic
 - testAssignWithOneMemberNoAssignedTopicHeterogeneous
 - testAssignWithSubscribedToNonExistentTopic
 - testAssignWithThreeMembersThreeTopicsHeterogeneous
 - testAssignWithTwoMembersAndTwoTopicsHomogeneous
+- testMemberHashAssignment
 - testName
+- testRoundRobinAssignment
 
org.apache.kafka.coordinator.group.assignor.UniformHeterogeneousAssignmentBuilderTest:
 - testFirstAssignmentNumMembersGreaterThanTotalNumPartitions
 - testFirstAssignmentTwoMembersTwoTopics

Reply via email to