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 8ebf4870eee Update test catalog data for GHA workflow run 15782022981
8ebf4870eee is described below
commit 8ebf4870eee68614164f657dba274f5926ba468d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 20 17:40:40 2025 +0000
Update test catalog data for GHA workflow run 15782022981
Commit:
https://github.com/apache/kafka/commit/4690527fabfebbbde0fd99501f072b453ef0f962
GitHub Run: https://github.com/apache/kafka/actions/runs/15782022981
---
test-catalog/group-coordinator/tests.yaml | 5 ++---
test-catalog/tools/tests.yaml | 15 +++++++++++++--
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 19f37104c87..41e6efad908 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -730,7 +730,6 @@ org.apache.kafka.coordinator.group.assignor.RangeSetTest:
- testUnsupportedOperations
org.apache.kafka.coordinator.group.assignor.SimpleAssignorTest:
- testAssignWithCurrentAssignmentHeterogeneous
-- testAssignWithCurrentAssignmentHomogeneous
- testAssignWithEmptyMembers
- testAssignWithNoSubscribedTopic
- testAssignWithOneMemberNoAssignedTopicHeterogeneous
@@ -741,11 +740,11 @@
org.apache.kafka.coordinator.group.assignor.SimpleAssignorTest:
- testAssignWithTwoMembersAndTwoTopicsHomogeneous
- testAssignWithTwoMembersAndTwoTopicsHomogeneousWithAllowedMap
- testAssignWithTwoMembersAndTwoTopicsHomogeneousWithNonAssignableTopic
+- testIncrementalAssignmentDecreasingMembersHomogeneous
+- testIncrementalAssignmentIncreasingMembersHomogeneous
- testMemberHashAssignment
- testName
- testRoundRobinAssignment
-- testRoundRobinAssignmentWithCount
-- testRoundRobinAssignmentWithCountTooManyPartitions
org.apache.kafka.coordinator.group.assignor.UniformHeterogeneousAssignmentBuilderTest:
- testFirstAssignmentNumMembersGreaterThanTotalNumPartitions
- testFirstAssignmentTwoMembersTwoTopics
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index ccb071395a0..9d33dba8a5e 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -845,8 +845,11 @@
org.apache.kafka.tools.streams.DeleteStreamsGroupOffsetTest:
- testDeleteStreamsGroupOffsetsMultipleGroups
org.apache.kafka.tools.streams.DeleteStreamsGroupTest:
- testDeleteAllGroupsAfterVersionDowngrade
-- testDeleteMultipleGroup
-- testDeleteSingleGroup
+- testDeleteAllGroupsWithDeletingInternalTopics
+- testDeleteMultipleGroupsWithoutDeletingInternalTopics
+- testDeleteSingleGroupWithDeletingInternalTopics
+- testDeleteSingleGroupWithoutDeletingInternalTopics
+- testDeleteWithDeleteInternalTopicOption
- testDeleteWithUnrecognizedOption
- testDeleteWithoutGroupOption
org.apache.kafka.tools.streams.DescribeStreamsGroupTest:
@@ -862,7 +865,15 @@ org.apache.kafka.tools.streams.ListStreamsGroupTest:
- testListStreamsGroupWithStates
- testListStreamsGroupWithoutFilters
- testListWithUnrecognizedNewOption
+org.apache.kafka.tools.streams.ResetStreamsGroupOffsetTest:
+- testResetOffset
+- testResetOffsetsWithDeleteAllInternalTopics
+- testResetOffsetsWithDeleteInternalTopicsOption
+- testResetOffsetsWithDeleteSpecifiedInternalTopics
+- testResetOffsetsWithoutGroupOption
+- testResetWithUnrecognizedOption
org.apache.kafka.tools.streams.StreamsGroupCommandTest:
+- testAdminRequestsForResetOffsets
- testDeleteNonStreamsGroup
- testDeleteStreamsGroup
- testDescribeStreamsGroups