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 ffd8e7cc82e Update test catalog data for GHA workflow run 14350537742
ffd8e7cc82e is described below

commit ffd8e7cc82ef3db1855f8f796b075761b01ec607
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 9 10:47:21 2025 +0000

    Update test catalog data for GHA workflow run 14350537742
    
    Commit: 
https://github.com/apache/kafka/commit/51481741963ee87b6a928d0fa9670efa0ee25a66
    GitHub Run: https://github.com/apache/kafka/actions/runs/14350537742
---
 test-catalog/clients/tests.yaml           |  6 ++++++
 test-catalog/core/tests.yaml              |  7 +++++++
 test-catalog/group-coordinator/tests.yaml | 14 ++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index a2da4b70c0a..ba3deceae96 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -259,6 +259,12 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testDeleteRecords
 - testDeleteRecordsMultipleSends
 - testDeleteRecordsTopicAuthorizationError
+- testDeleteShareGroupOffsets
+- testDeleteShareGroupOffsetsEmpty
+- testDeleteShareGroupOffsetsOptionsWithBatchedApi
+- testDeleteShareGroupOffsetsWithErrorInGroup
+- testDeleteShareGroupOffsetsWithErrorInOnePartition
+- testDeleteShareGroupOffsetsWithPartitionNotPresentInResult
 - testDeleteStreamsGroupOffsets
 - testDeleteStreamsGroupOffsetsFindCoordinatorNonRetriableErrors
 - testDeleteStreamsGroupOffsetsFindCoordinatorRetriableErrors
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 2ff52088258..2242603bfcb 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2273,6 +2273,13 @@ kafka.server.KafkaApisTest:
 - testConsumerGroupHeartbeatRequestGroupAuthorizationFailed
 - testConsumerGroupHeartbeatRequestTopicAuthorizationFailed
 - testConsumerGroupHeartbeatReturnsUnsupportedVersion
+- testDeleteShareGroupOffsetsRequestEmptyTopicsSuccess
+- testDeleteShareGroupOffsetsRequestGroupCoordinatorErrorResponse
+- testDeleteShareGroupOffsetsRequestGroupCoordinatorThrowsError
+- testDeleteShareGroupOffsetsRequestSuccess
+- testDeleteShareGroupOffsetsRequestsGroupAuthorizationFailed
+- testDeleteShareGroupOffsetsRequestsTopicAuthorizationFailed
+- testDeleteShareGroupOffsetsReturnsUnsupportedVersion
 - testDeleteShareGroupStateAuthorizationFailed
 - testDeleteShareGroupStateSuccess
 - testDescribeClusterRequest
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 04f5f32b83d..d785276054b 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -78,6 +78,20 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testDeleteShareGroupCoordinatorGeneralWriteError
 - testDeleteShareGroupCoordinatorShareSpecificWriteError
 - testDeleteShareGroupNotEmptyError
+- testDeleteShareGroupOffsetsCoordinatorNotActive
+- testDeleteShareGroupOffsetsDescribeReturnsEmpty
+- testDeleteShareGroupOffsetsDescribeReturnsError
+- testDeleteShareGroupOffsetsDescribeReturnsNull
+- testDeleteShareGroupOffsetsDescribeThrowsError
+- testDeleteShareGroupOffsetsGroupIsNotEmpty
+- testDeleteShareGroupOffsetsInvalidGroupId
+- testDeleteShareGroupOffsetsMetadataImageNull
+- testDeleteShareGroupOffsetsNonexistentTopicWithDefaultPersister
+- testDeleteShareGroupOffsetsWithDefaultPersister
+- testDeleteShareGroupOffsetsWithDefaultPersisterNullResult
+- testDeleteShareGroupOffsetsWithDefaultPersisterNullTopicData
+- testDeleteShareGroupOffsetsWithDefaultPersisterThrowsError
+- testDeleteShareGroupOffsetsWithNoOpPersister
 - testDeleteShareGroupPersisterError
 - testDeleteWithShareGroups
 - testDescribeGroupCoordinatorLoadInProgress

Reply via email to