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 67a43321419 Update test catalog data for GHA workflow run 19103029121
67a43321419 is described below
commit 67a433214197e2ab77b32ba5c8871a8953acca20
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 5 15:29:19 2025 +0000
Update test catalog data for GHA workflow run 19103029121
Commit:
https://github.com/apache/kafka/commit/c205e6910ff4c539cb3c03286ccbc0a6f1e74a20
GitHub Run: https://github.com/apache/kafka/actions/runs/19103029121
---
test-catalog/clients/clients-integration-tests/tests.yaml | 5 +++++
test-catalog/core/tests.yaml | 12 ++++++++++++
2 files changed, 17 insertions(+)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index cc07cfeb45a..0a42ff41db8 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -332,9 +332,11 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
- testExplicitAcknowledgeOffsetThrowsNotException
- testExplicitAcknowledgeOffsetThrowsParametersError
- testExplicitAcknowledgeReleaseAccept
+- testExplicitAcknowledgeReleaseAcceptInRecordLimitMode
- testExplicitAcknowledgeReleaseClose
- testExplicitAcknowledgeReleasePollAccept
- testExplicitAcknowledgeSuccess
+- testExplicitAcknowledgeSuccessInRecordLimitMode
- testExplicitAcknowledgeThrowsNotInBatch
- testExplicitAcknowledgementCommitAsync
- testExplicitAcknowledgementCommitAsyncPartialBatch
@@ -352,6 +354,9 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
- testMultipleConsumersInGroupSequentialConsumption
- testMultipleConsumersInMultipleGroupsConcurrentConsumption
- testMultipleConsumersWithDifferentGroupIds
+- testPollAndExplicitAcknowledgeSingleMessageInRecordLimitMode
+- testPollInBatchOptimizedMode
+- testPollInRecordLimitMode
- testPollNoSubscribeFails
- testPollRecordsGreaterThanMaxBytes
- testPollThrowsInterruptExceptionIfInterrupted
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 07bcaa20ef6..2ff9159bfec 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3005,6 +3005,7 @@ kafka.server.share.SharePartitionTest:
- testAcknowledgeBatchAndOffsetPostLsoMovement
- testAcknowledgeBatchPostLsoMovement
- testAcknowledgeBatchWithWriteShareGroupStateFailure
+- testAcknowledgeInRecordLimitMode
- testAcknowledgeMultipleRecordBatch
- testAcknowledgeMultipleRecordBatchWithGapOffsets
- testAcknowledgeMultipleSubsetRecordBatchWithGapOffsets
@@ -3019,11 +3020,14 @@ kafka.server.share.SharePartitionTest:
- testAcknowledgeWithAnotherMember
- testAcknowledgeWithAnotherMemberRollbackBatchError
- testAcknowledgeWithAnotherMemberRollbackSubsetError
+- testAcquireAndAcknowledgeMultipleSubsetRecordInRecordLimitMode
- testAcquireAndAcknowledgeWithRecordsAheadOfRecordBatchStartOffset
- testAcquireBatchSkipWithBatchSizeAndEndOffsetLargerThanFirstBatch
- testAcquireCachedStateGapInBetweenOverlapsWithActualPartitionGap
+-
testAcquireCachedStateGapInBetweenOverlapsWithActualPartitionGapInRecordLimitMode
- testAcquireCachedStateInitialGapMatchesWithActualPartitionGap
- testAcquireCachedStateInitialGapOverlapsWithActualPartitionGap
+-
testAcquireCachedStateInitialGapOverlapsWithActualPartitionGapInRecordLimitMode
- testAcquireGapAtBeginningAndFetchedRecordsEndJustBeforeGap
- testAcquireGapAtBeginningAndFetchedRecordsIncludeGapOffsetsAtEnd
- testAcquireGapAtBeginningAndFetchedRecordsOverlapInFlightAvailableBatches
@@ -3032,11 +3036,14 @@ kafka.server.share.SharePartitionTest:
- testAcquireGapAtBeginningAndRecordsFetchedFromGap
- testAcquireMaxFetchRecordsExceededAfterAcquiringGaps
- testAcquireMaxFetchRecordsExceededBeforeAcquiringGaps
+- testAcquireMultipleBatchesInRecordLimitMode
- testAcquireMultipleRecords
- testAcquireMultipleRecordsWithOverlapAndNewBatch
+- testAcquireMultipleRecordsWithOverlapAndNewBatchInRecordLimitMode
- testAcquireReleasedRecord
- testAcquireReleasedRecordMultipleBatches
- testAcquireSameBatchAgain
+- testAcquireSingleBatchInRecordLimitMode
- testAcquireSingleBatchWithBatchSizeAndEndOffsetLargerThanBatchFirstOffset
- testAcquireSingleRecord
- testAcquireWhenBatchHasOngoingTransition
@@ -3045,6 +3052,7 @@ kafka.server.share.SharePartitionTest:
- testAcquireWhenBatchesRemovedForFetchOffsetForSameCachedBatch
- testAcquireWhenBatchesRemovedForFetchOffsetWithinBatch
- testAcquireWhenCachedStateContainsGapsAndRecordsFetchedFromNonGapOffset
+- testAcquireWhenInsufficientRecordsInRecordLimitMode
- testAcquireWhenRecordsFetchedAfterGapsAreFetched
- testAcquireWhenRecordsFetchedFromGapAndMaxFetchRecordsIsExceeded
- testAcquireWhenRecordsFetchedFromGapAndPartitionContainsNaturalGaps
@@ -3074,13 +3082,16 @@ kafka.server.share.SharePartitionTest:
- testAcquisitionLockOnBatchWithWriteShareGroupStateFailure
- testAcquisitionLockOnOffsetWithWriteShareGroupStateFailure
-
testAcquisitionLockOnReleasingAcknowledgedMultipleSubsetRecordBatchWithGapOffsets
+-
testAcquisitionLockOnReleasingAcknowledgedMultipleSubsetRecordBatchWithGapOffsetsInRecordLimitMode
- testAcquisitionLockOnReleasingMultipleRecordBatch
+- testAcquisitionLockSingleRecordBatchInRecordLimitMode
- testAcquisitionLockTimeoutCauseMaxDeliveryCountExceed
- testAcquisitionLockTimeoutCauseSPSOMoveForward
- testAcquisitionLockTimeoutCauseSPSOMoveForwardAndClearCachedState
- testAcquisitionLockTimeoutForBatchesPostStartOffsetMovement
- testAcquisitionLockTimeoutForBatchesPostStartOffsetMovementToMiddleOfBatch
- testAcquisitionLockTimeoutForBatchesPostStartOffsetMovementToStartOfBatch
+- testAcquisitionLockTimeoutMultipleRecordBatchInRecordLimitMode
- testAcquisitionLockTimeoutWithConcurrentAcknowledgement
- testAcquisitionLockTimeoutWithWriteStateRPCFailure
- testCacheUpdateWhenBatchHasOngoingTransition
@@ -3178,6 +3189,7 @@ kafka.server.share.SharePartitionTest:
- testMaybeUpdateCachedStateWhenAcknowledgementsFromBeginningForEntireBatch
- testMaybeUpdateCachedStateWhenAcknowledgementsInBetween
- testMaybeUpdateCachedStateWhenAllRecordsInCachedStateAreAcknowledged
+- testMultipleMemberAcquireInDifferentAcquireModes
- testNextFetchOffsetInitialState
- testNextFetchOffsetPostAcquireAndAcknowledgeFunctionality
- testNextFetchOffsetWhenBatchHasOngoingTransition