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 927730950d7 Update test catalog data for GHA workflow run 15560092750 927730950d7 is described below commit 927730950d78c878706b65d3650701c17c90ca10 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jun 10 15:16:53 2025 +0000 Update test catalog data for GHA workflow run 15560092750 Commit: https://github.com/apache/kafka/commit/2b589a451a976cca7204b49e5fd5c9bdcd08b3ea GitHub Run: https://github.com/apache/kafka/actions/runs/15560092750 --- test-catalog/tools/tests.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml index 2c801389927..ccb071395a0 100644 --- a/test-catalog/tools/tests.yaml +++ b/test-catalog/tools/tests.yaml @@ -830,6 +830,19 @@ org.apache.kafka.tools.reassign.ReassignPartitionsUnitTest: - testPartitionReassignStatesToString - testPropagateInvalidJsonError - testReplicaMoveStatesToString +org.apache.kafka.tools.streams.DeleteStreamsGroupOffsetTest: +- testDeleteOffsetsNonExistingGroup +- testDeleteOffsetsOfEmptyStreamsGroupWithAllTopics +- testDeleteOffsetsOfEmptyStreamsGroupWithMultipleTopics +- testDeleteOffsetsOfEmptyStreamsGroupWithTopicOnly +- testDeleteOffsetsOfEmptyStreamsGroupWithTopicPartition +- testDeleteOffsetsOfEmptyStreamsGroupWithUnknownTopicOnly +- testDeleteOffsetsOfEmptyStreamsGroupWithUnknownTopicPartition +- testDeleteOffsetsOfStableStreamsGroupWithTopicOnly +- testDeleteOffsetsOfStableStreamsGroupWithTopicPartition +- testDeleteOffsetsOfStableStreamsGroupWithUnknownTopicOnly +- testDeleteOffsetsOfStableStreamsGroupWithUnknownTopicPartition +- testDeleteStreamsGroupOffsetsMultipleGroups org.apache.kafka.tools.streams.DeleteStreamsGroupTest: - testDeleteAllGroupsAfterVersionDowngrade - testDeleteMultipleGroup