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 46848e7d206 Update test catalog data for GHA workflow run 18045122984
46848e7d206 is described below
commit 46848e7d206415eeebecccdbe509f3a7fe0e6832
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 26 20:02:44 2025 +0000
Update test catalog data for GHA workflow run 18045122984
Commit:
https://github.com/apache/kafka/commit/fb0518c34e7b5c28dbeb234e504117a06ae20970
GitHub Run: https://github.com/apache/kafka/actions/runs/18045122984
---
test-catalog/core/tests.yaml | 1 +
test-catalog/group-coordinator/tests.yaml | 6 ++++++
2 files changed, 7 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 630e1ed3d6c..fd85771f8bc 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -326,6 +326,7 @@ kafka.api.PlaintextAdminIntegrationTest:
- testDescribeProducers
- testDescribeReplicaLogDirs
- testDescribeStreamsGroups
+- testDescribeStreamsGroupsNotReady
- testDescribeTopicsWithIds
- testDescribeTopicsWithNames
- testDescribeTopicsWithOptionPartitionSizeLimitPerResponse
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index bff64899124..21203d8fe95 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1063,6 +1063,9 @@
org.apache.kafka.coordinator.group.streams.StreamsGroupMemberTest:
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
- testAddTaskProcessIds
- testAsDescribedGroup
+- testAsDescribedGroupFallbackToStreamsTopologyWhenConfiguredTopologyEmpty
+- testAsDescribedGroupPrefersConfiguredTopologyOverStreamsTopology
+- testAsDescribedGroupWithStreamsTopologyHavingSubtopologies
- testAsListedGroup
- testComputeMetadataHash
- testCreateGroupTombstoneRecords
@@ -1090,6 +1093,9 @@
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
- testValidateOffsetFetch
- testValidateTransactionalOffsetCommit
org.apache.kafka.coordinator.group.streams.StreamsTopologyTest:
+- asStreamsGroupDescribeTopicInfoShouldConvertCorrectly
+- asStreamsGroupDescribeTopologyShouldReturnCorrectStructure
+- asStreamsGroupDescribeTopologyWithEmptySubtopologies
- fromHeartbeatRequestShouldCreateCorrectTopology
- fromRecordShouldCreateCorrectTopology
- requiredTopicsShouldBeCorrect