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 4720f0ead4d Update test catalog data for GHA workflow run 13797671228
4720f0ead4d is described below
commit 4720f0ead4d61e7600df6bfa1ddf78b5c01c8883
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 11 22:48:39 2025 +0000
Update test catalog data for GHA workflow run 13797671228
Commit:
https://github.com/apache/kafka/commit/903d70d7645922e97ded7a06fe5d5d9c61adb12f
GitHub Run: https://github.com/apache/kafka/actions/runs/13797671228
---
test-catalog/clients/tests.yaml | 4 ++++
test-catalog/group-coordinator/tests.yaml | 2 ++
2 files changed, 6 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 364088f3eee..77d75e11ebc 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -386,6 +386,10 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
- testListShareGroupsMetadataFailure
- testListShareGroupsWithStates
- testListShareGroupsWithStatesOlderBrokerVersion
+- testListStreamsGroups
+- testListStreamsGroupsMetadataFailure
+- testListStreamsGroupsWithStates
+- testListStreamsGroupsWithStatesOlderBrokerVersion
- testListTransactions
- testMetricsReporterAutoGeneratedClientId
- testOffsetCommitNumRetries
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 6cff4a2c574..44fa9a876e7 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -617,6 +617,8 @@
org.apache.kafka.coordinator.group.assignor.SimpleAssignorTest:
- testMemberHashAssignment
- testName
- testRoundRobinAssignment
+- testRoundRobinAssignmentWithCount
+- testRoundRobinAssignmentWithCountTooManyPartitions
org.apache.kafka.coordinator.group.assignor.UniformHeterogeneousAssignmentBuilderTest:
- testFirstAssignmentNumMembersGreaterThanTotalNumPartitions
- testFirstAssignmentTwoMembersTwoTopics