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 4f0a98f262d Update test catalog data for GHA workflow run 19340427180
4f0a98f262d is described below

commit 4f0a98f262d3fb54eb11c18ad9db2bd967e68b99
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 13 21:00:09 2025 +0000

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

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 2412c466c24..901d24e2415 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1195,6 +1195,7 @@ 
org.apache.kafka.coordinator.group.streams.assignor.MockAssignorTest:
 - testBasicScenario
 - testDoubleAssignment
 - testSingleMember
+- testToStringReturnsName
 - testTwoMembersTwoSubtopologies
 - testTwoMembersTwoSubtopologiesStickiness
 - testZeroMembers
@@ -1249,6 +1250,7 @@ 
org.apache.kafka.coordinator.group.streams.assignor.StickyTaskAssignorTest:
 - shouldReBalanceTasksAcrossClientsWhenCapacityLessThanTaskCount
 - shouldReassignTasksWhenNewNodeJoinsWithExistingActiveAndStandbyAssignments
 - shouldRebalanceTasksToClientsBasedOnCapacity
+- testToStringReturnsName
 org.apache.kafka.coordinator.group.streams.topics.ChangelogTopicsTest:
 - shouldContainBothTypesOfPreExistingChangelogs
 - shouldContainNonSourceBasedChangelogs

Reply via email to