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 61866bc7aaf Update test catalog data for GHA workflow run 14444172134
61866bc7aaf is described below

commit 61866bc7aaf7f1d4e003cf3e55d8b048b61fd621
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 14 14:04:41 2025 +0000

    Update test catalog data for GHA workflow run 14444172134
    
    Commit: 
https://github.com/apache/kafka/commit/270948bf9d70a8913792259d7801c33c6a7a3235
    GitHub Run: https://github.com/apache/kafka/actions/runs/14444172134
---
 test-catalog/group-coordinator/tests.yaml | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index fc35813a8a0..7783070fb18 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -80,14 +80,16 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testDeleteShareGroupCoordinatorShareSpecificWriteError
 - testDeleteShareGroupNotEmptyError
 - testDeleteShareGroupOffsetsCoordinatorNotActive
-- testDeleteShareGroupOffsetsDescribeReturnsEmpty
-- testDeleteShareGroupOffsetsDescribeReturnsError
-- testDeleteShareGroupOffsetsDescribeReturnsNull
-- testDeleteShareGroupOffsetsDescribeThrowsError
-- testDeleteShareGroupOffsetsGroupIsNotEmpty
+- testDeleteShareGroupOffsetsEmptyRequest
 - testDeleteShareGroupOffsetsInvalidGroupId
 - testDeleteShareGroupOffsetsMetadataImageNull
-- testDeleteShareGroupOffsetsNonexistentTopicWithDefaultPersister
+- testDeleteShareGroupOffsetsRequestReturnsGroupIdNotFound
+- testDeleteShareGroupOffsetsRequestReturnsGroupNotEmpty
+- testDeleteShareGroupOffsetsRequestReturnsNull
+- testDeleteShareGroupOffsetsRequestReturnsNullParameters
+- testDeleteShareGroupOffsetsRequestReturnsNullParametersWithErrorTopics
+- testDeleteShareGroupOffsetsRequestThrowsError
+- testDeleteShareGroupOffsetsSuccessWithErrorTopicPartitions
 - testDeleteShareGroupOffsetsWithDefaultPersister
 - testDeleteShareGroupOffsetsWithDefaultPersisterNullResult
 - testDeleteShareGroupOffsetsWithDefaultPersisterNullTopicData
@@ -216,6 +218,11 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorShardTest:
 - testReplayTransactionalOffsetCommit
 - testScheduleCleanupGroupMetadata
 - testScheduleGroupSizeCounter
+- testShareGroupDeleteOffsetsRequestEmptyResult
+- testShareGroupDeleteOffsetsRequestGroupNotFound
+- testShareGroupDeleteOffsetsRequestNonEmptyShareGroup
+- testShareGroupDeleteOffsetsRequestSuccess
+- testShareGroupDeleteOffsetsRequestSuccessWithErrorTopics
 - testShareGroupHeartbeat
 - testSharePartitionDeleteRequests
 - testSharePartitionDeleteRequestsNonEmptyShareGroup
@@ -466,6 +473,10 @@ 
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testShareGroupStates
 - testShareGroupUnknownGroupId
 - testShareGroupUnknownMemberIdJoins
+- testSharePartitionsEligibleForOffsetDeletionErrorTopics
+- testSharePartitionsEligibleForOffsetDeletionSuccess
+- testSharePartitionsEligibleForOffsetDeletionUninitializedAndErrorTopics
+- testSharePartitionsEligibleForOffsetDeletionUninitializedTopics
 - 
testShouldThrowFencedInstanceIdExceptionWhenStaticMemberWithDifferentMemberIdJoins
 - 
testShouldThrowFencedInstanceIdExceptionWhenStaticMemberWithDifferentMemberIdLeaves
 - testShouldThrowUnknownMemberIdExceptionWhenUnknownStaticMemberLeaves

Reply via email to