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 9e49125d2fc Update test catalog data for GHA workflow run 16048726549
9e49125d2fc is described below

commit 9e49125d2fcb382478d40f0460a2ef00974a9551
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 3 14:45:48 2025 +0000

    Update test catalog data for GHA workflow run 16048726549
    
    Commit: 
https://github.com/apache/kafka/commit/2e3ddb22aeef8ce3bccad9ab18a72eda18adf93e
    GitHub Run: https://github.com/apache/kafka/actions/runs/16048726549
---
 test-catalog/clients/tests.yaml           | 1 +
 test-catalog/core/tests.yaml              | 3 +++
 test-catalog/group-coordinator/tests.yaml | 6 +++++-
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 21b3edec5a2..d1e95b787b3 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -207,6 +207,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testAlterReplicaLogDirsUnrequested
 - testAlterShareGroupOffsets
 - testAlterShareGroupOffsetsWithErrorInOnePartition
+- testAlterShareGroupOffsetsWithTopLevelError
 - testAlterStreamsGroupOffsets
 - testAlterStreamsGroupOffsetsFindCoordinatorNonRetriableErrors
 - testAlterStreamsGroupOffsetsFindCoordinatorRetriableErrors
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 761fc589a9d..7c28ce397c1 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3039,6 +3039,7 @@ kafka.server.share.SharePartitionTest:
 - testAcquireSameBatchAgain
 - testAcquireSingleBatchWithBatchSizeAndEndOffsetLargerThanBatchFirstOffset
 - testAcquireSingleRecord
+- testAcquireWhenBatchHasOngoingTransition
 - testAcquireWhenBatchesAreRemovedFromBetweenInSubsequentFetchData
 - testAcquireWhenBatchesRemovedForFetchOffset
 - testAcquireWhenBatchesRemovedForFetchOffsetForSameCachedBatch
@@ -3152,6 +3153,8 @@ kafka.server.share.SharePartitionTest:
 - testMaybeUpdateCachedStateWhenAllRecordsInCachedStateAreAcknowledged
 - testNextFetchOffsetInitialState
 - testNextFetchOffsetPostAcquireAndAcknowledgeFunctionality
+- testNextFetchOffsetWhenBatchHasOngoingTransition
+- testNextFetchOffsetWhenOffsetsHaveOngoingTransition
 - testNextFetchOffsetWithCachedStateAcquired
 - testNextFetchOffsetWithFindAndCachedState
 - testNextFetchOffsetWithFindAndCachedStateEmpty
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 9f45c5e3f29..a6f81aabe69 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -88,9 +88,9 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testDeleteShareGroupOffsetsCompleteDeleteStateReturnsError
 - testDeleteShareGroupOffsetsCoordinatorNotActive
 - testDeleteShareGroupOffsetsEmptyRequest
+- testDeleteShareGroupOffsetsEmptyTopicsInRequest
 - testDeleteShareGroupOffsetsInvalidGroupId
 - testDeleteShareGroupOffsetsMetadataImageNull
-- testDeleteShareGroupOffsetsNullTopicsInRequest
 - testDeleteShareGroupOffsetsPersisterReturnsNoSuccessfulTopics
 - testDeleteShareGroupOffsetsPersisterReturnsNull
 - testDeleteShareGroupOffsetsPersisterReturnsNullTopicData
@@ -147,6 +147,8 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testOnElection
 - testOnPartitionsDeleted
 - testOnPartitionsDeletedCleanupShareGroupState
+- testOnPartitionsDeletedCleanupShareGroupStateEmptyMetadata
+- testOnPartitionsDeletedCleanupShareGroupStateTopicsNotInMetadata
 - testOnPartitionsDeletedWhenServiceIsNotStarted
 - testOnResignation
 - testOnResignationWithEmptyLeaderEpoch
@@ -470,6 +472,8 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testSessionTimeoutLifecycle
 - testShareGroupDeleteRequestNoDeletingTopics
 - testShareGroupDeleteRequestWithAlreadyDeletingTopics
+- testShareGroupDeleteRequestWithAlreadyDeletingTopicsButMetadataIsEmpty
+- testShareGroupDeleteRequestWithAlreadyDeletingTopicsButNotInMetadata
 - testShareGroupDeleteTombstones
 - testShareGroupDescribeNoErrors
 - testShareGroupDescribeOnConsumerGroup

Reply via email to