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 e8f6b95660d Update test catalog data for GHA workflow run 13161618201
e8f6b95660d is described below
commit e8f6b95660d7820806684d9c302927ddc87419df
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 5 18:50:18 2025 +0000
Update test catalog data for GHA workflow run 13161618201
Commit:
https://github.com/apache/kafka/commit/102de21355e465771ddd0ba1464cac389abb0e01
GitHub Run: https://github.com/apache/kafka/actions/runs/13161618201
---
test-catalog/clients/tests.yaml | 3 +++
test-catalog/core/tests.yaml | 25 +++++++++++++++++++++++++
test-catalog/group-coordinator/tests.yaml | 7 +++++++
test-catalog/server-common/tests.yaml | 11 +++++++++++
4 files changed, 46 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index e7037427907..e8041973e94 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -353,6 +353,9 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
- testListOffsetsWithLeaderChange
- testListOffsetsWithMultiplePartitionsLeaderChange
- testListPartitionReassignments
+- testListShareGroupOffsets
+- testListShareGroupOffsetsOptionsWithBatchedApi
+- testListShareGroupOffsetsWithErrorInOnePartition
- testListShareGroups
- testListShareGroupsMetadataFailure
- testListShareGroupsWithStates
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e01497022f3..99e88fd57a2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -936,6 +936,7 @@ kafka.coordinator.group.GroupCoordinatorAdapterTest:
- testDeleteGroups
- testDeleteOffsetsWithGroupLevelError
- testDescribeGroup
+- testDescribeShareGroupOffsets
- testFetchAllOffsets
- testFetchOffsets
- testHeartbeat
@@ -2769,6 +2770,9 @@ kafka.server.KafkaApisTest:
- testDescribeConfigsWithAuthorizer
- testDescribeProducers
- testDescribeQuorumForwardedForKRaftClusters
+- testDescribeShareGroupOffsetsRequestSuccess
+- testDescribeShareGroupOffsetsRequestsAuthorizationFailed
+- testDescribeShareGroupOffsetsReturnsUnsupportedVersion
- testDescribeTransactions
- testDescribeTransactionsFiltersUnauthorizedTopics
- testElectLeadersForwarding
@@ -3603,6 +3607,17 @@ kafka.server.share.SharePartitionTest:
- testAcknowledgeWithAnotherMemberRollbackBatchError
- testAcknowledgeWithAnotherMemberRollbackSubsetError
- testAcquireBatchSkipWithBatchSizeAndEndOffsetLargerThanFirstBatch
+- testAcquireCachedStateGapInBetweenOverlapsWithActualPartitionGap
+- testAcquireCachedStateInitialGapMatchesWithActualPartitionGap
+- testAcquireCachedStateInitialGapOverlapsWithActualPartitionGap
+- testAcquireGapAtBeginningAndFetchedRecordsEndJustBeforeGap
+- testAcquireGapAtBeginningAndFetchedRecordsIncludeGapOffsetsAtEnd
+- testAcquireGapAtBeginningAndFetchedRecordsOverlapInFlightAvailableBatches
+- testAcquireGapAtBeginningAndFetchedRecordsOverlapInFlightBatches
+- testAcquireGapAtBeginningAndFetchedRecordsOverlapMultipleInFlightBatches
+- testAcquireGapAtBeginningAndRecordsFetchedFromGap
+- testAcquireMaxFetchRecordsExceededAfterAcquiringGaps
+- testAcquireMaxFetchRecordsExceededBeforeAcquiringGaps
- testAcquireMultipleRecords
- testAcquireMultipleRecordsWithOverlapAndNewBatch
- testAcquireReleasedRecord
@@ -3610,6 +3625,10 @@ kafka.server.share.SharePartitionTest:
- testAcquireSameBatchAgain
- testAcquireSingleBatchWithBatchSizeAndEndOffsetLargerThanBatchFirstOffset
- testAcquireSingleRecord
+- testAcquireWhenCachedStateContainsGapsAndRecordsFetchedFromNonGapOffset
+- testAcquireWhenRecordsFetchedAfterGapsAreFetched
+- testAcquireWhenRecordsFetchedFromGapAndMaxFetchRecordsIsExceeded
+- testAcquireWhenRecordsFetchedFromGapAndPartitionContainsNaturalGaps
- testAcquireWithBatchSizeAndEndOffsetLargerThanBatchFirstOffset
- testAcquireWithBatchSizeAndMaxFetchRecords
- testAcquireWithBatchSizeAndMultipleBatches
@@ -3646,6 +3665,7 @@ kafka.server.share.SharePartitionTest:
- testCanAcquireRecordsWithCachedDataAndLimitNotReached
- testCanAcquireRecordsWithCachedDataAndLimitReached
- testCanAcquireRecordsWithEmptyCache
+- testFindLastOffsetAcknowledgedWhenGapAtBeginning
- testLsoMovementAheadOfEndOffset
- testLsoMovementAheadOfEndOffsetPostAcknowledgment
- testLsoMovementForArchivingBatches
@@ -3679,6 +3699,10 @@ kafka.server.share.SharePartitionTest:
- testMaybeInitializeFetchOffsetForLatestTimestampThrowsError
- testMaybeInitializeSharePartitionAgain
- testMaybeInitializeSharePartitionAgainConcurrentRequests
+- testMaybeInitializeStateBatchesWithGapAtBeginning
+- testMaybeInitializeStateBatchesWithGapNotAtBeginning
+- testMaybeInitializeStateBatchesWithMultipleGaps
+- testMaybeInitializeStateBatchesWithoutGaps
- testMaybeInitializeWhenReadStateRpcReturnsZeroAvailableRecords
- testMaybeInitializeWithEmptyStateBatches
- testMaybeInitializeWithEmptyTopicsData
@@ -3690,6 +3714,7 @@ kafka.server.share.SharePartitionTest:
- testMaybeInitializeWithNullResponse
- testMaybeInitializeWithNullTopicsData
- testMaybeInitializeWithReadException
+- testMaybeUpdateCachedStateGapAfterLastOffsetAcknowledged
- testMaybeUpdateCachedStateMultipleAcquisitionsAndAcknowledgements
- testMaybeUpdateCachedStateWhenAcknowledgementTypeAccept
- testMaybeUpdateCachedStateWhenAcknowledgementTypeReject
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 20595c6d00b..839ea69aeea 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -77,6 +77,13 @@
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
- testDescribeGroups
- testDescribeGroupsInvalidGroupId
- testDescribeGroupsWhenNotStarted
+- testDescribeShareGroupOffsetsCoordinatorNotActive
+- testDescribeShareGroupOffsetsMetadataImageNull
+- testDescribeShareGroupOffsetsWithDefaultPersister
+- testDescribeShareGroupOffsetsWithDefaultPersisterNullResult
+- testDescribeShareGroupOffsetsWithDefaultPersisterNullTopicData
+- testDescribeShareGroupOffsetsWithDefaultPersisterThrowsError
+- testDescribeShareGroupOffsetsWithNoOpPersister
- testFetchOffsets
- testFetchOffsetsWhenNotStarted
- testFetchOffsetsWithWrappedError
diff --git a/test-catalog/server-common/tests.yaml
b/test-catalog/server-common/tests.yaml
index e4b4597c8b4..06a6b8b3639 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -238,6 +238,10 @@ org.apache.kafka.server.record.BrokerCompressionTypeTest:
- testTargetCompressionType
org.apache.kafka.server.share.persister.DefaultStatePersisterTest:
- testDefaultPersisterClose
+- testDeleteStateResponseToResultFailedFuture
+- testDeleteStateResponseToResultPartialResults
+- testDeleteStateSuccess
+- testDeleteStateValidate
- testReadStateResponseToResultFailedFuture
- testReadStateResponseToResultPartialResults
- testReadStateSuccess
@@ -251,6 +255,13 @@
org.apache.kafka.server.share.persister.DefaultStatePersisterTest:
- testWriteStateSuccess
- testWriteStateValidate
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
+- testDeleteStateRequestBatchingWithCoordinatorNodeLookup
+- testDeleteStateRequestCoordinatorFoundOnRetry
+- testDeleteStateRequestCoordinatorFoundSuccessfully
+- testDeleteStateRequestFailedMaxRetriesExhausted
+- testDeleteStateRequestRetryWithNotCoordinatorSuccessfulOnRetry
+- testDeleteStateRequestWithCoordinatorNodeLookup
+- testDeleteStateRequestWithRetryAndCoordinatorNodeLookup
- testFindCoordinatorAttemptsExhausted
- testFindCoordinatorFatalError
- testFindCoordinatorSuccess