This is an automated email from the ASF dual-hosted git repository.
github-actions[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 9cb098939a1 Update test catalog data for GHA workflow run 30115660633
9cb098939a1 is described below
commit 9cb098939a1a2fee60bc4c5a4960cb90ea2a1dc2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 21:01:43 2026 +0000
Update test catalog data for GHA workflow run 30115660633
Commit:
https://github.com/apache/kafka/commit/e51258d9e8fe43671fc1134d024015792a42fec8
GitHub Run: https://github.com/apache/kafka/actions/runs/30115660633
---
test-catalog/group-coordinator/tests.yaml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 0970d22f578..051427b9de6 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1514,8 +1514,9 @@
org.apache.kafka.coordinator.group.streams.TargetAssignmentBuilderTest:
- testAssignmentHasNotChanged
- testAssignmentSwapped
- testBuildEmptyAssignmentWhenTopologyNotReady
-- testCreateAssignmentMemberSpec
-- testCreateAssignmentMemberSpecPopulatesTaskOffsets
+- testCreateMemberMetadataAndState
+- testCreateMemberMetadataAndStatePopulatesTaskOffsets
+- testCreateMemberMetadataAndStateSourcesWarmupTasksFromCurrentAssignment
- testEmpty
- testPartialAssignmentUpdate
org.apache.kafka.coordinator.group.streams.TasksTupleTest:
@@ -1551,7 +1552,11 @@
org.apache.kafka.coordinator.group.streams.TopologyMetadataTest:
- testSubtopologies
- testTopology
org.apache.kafka.coordinator.group.streams.assignor.GroupSpecImplTest:
-- testMembers
+- testConfigs
+- testMemberAssignmentState
+- testMemberIds
+- testMemberMetadata
+- testMemberNotFound
org.apache.kafka.coordinator.group.streams.assignor.MockAssignorTest:
- testBasicScenario
- testDoubleAssignment