This is an automated email from the ASF dual-hosted git repository.

github-actions[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 69d91bf2960 Update test catalog data for GHA workflow run 30247495713
69d91bf2960 is described below

commit 69d91bf296053624ad0f511f6312cd682d7da0c5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 27 11:54:16 2026 +0000

    Update test catalog data for GHA workflow run 30247495713
    
    Commit: 
https://github.com/apache/kafka/commit/ae9cf0f26925a4ee3f2aebedd71845f7d77a1d62
    GitHub Run: https://github.com/apache/kafka/actions/runs/30247495713
---
 test-catalog/server/tests.yaml | 17 +++++++++++++++++
 test-catalog/tools/tests.yaml  |  3 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 5657ba35e5e..2728bb9b2a6 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -550,23 +550,34 @@ org.apache.kafka.server.requests.ProduceRequestTest:
 org.apache.kafka.server.share.CachedSharePartitionTest:
 - testCachedSharePartitionEqualsAndHashCode
 org.apache.kafka.server.share.dlq.ShareGroupDLQRecordFetcherTest:
+- combination
+- many
+- multiple
+- single
 - testAsyncReadResumeCompletesEmptyWhenProcessingThrows
 - testAsyncReadResumeWithNoProgressCompletesEmpty
 - testAsyncReadResumesLoopWhenPending
+- testCompressedBatchAfterUncompressedRespectsCombinedBudget
 - 
testCompressedBatchExceedingDecompressedBudgetSkippedButLaterBatchStillCollected
 - testCompressedBatchExceedingDecompressedBudgetSkipsBatch
 - testCompressedBatchFetchedCorrectly
 - testFetchAllRecordsInSingleRead
 - testFetchCompletesEmptyWhenReadAsyncThrows
 - testFetchRecordsAcrossMultipleReads
+- testFetchStopsOnceEnoughContentCollectedWithoutScanningWholeRange
+- testHardStopPreventsFurtherReads
 - 
testLegacyCompressedBatchExceedingCumulativeCapSkipsBatchButLaterBatchStillCollected
 - testMissingPartitionResultYieldsNoRecords
+- testMultipleBatchesInSingleReadStopAtBudgetBetweenBatches
 - testNoProgressYieldsNoRecords
+- testOversizedUncompressedRecordExcludedButLaterRecordStillCollected
 - testReadErrorMidRangeReturnsRecordsReadSoFar
 - testReadErrorYieldsNoRecords
 - testRecordsBeyondEndOffsetIgnored
 - testSingleOffsetFetch
+- testSingleReadWithUncompressedMagicV2AndLegacyCompressedBatchesAllCollected
 - testSingleRecordWithFabricatedLengthRejectedWithoutLargeAllocation
+- testUncompressedBatchStopsMidBatchOnceBudgetReached
 org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testCoalesceProduceRequestsDefersHandlersThatExceedPartitionBudget
 - testCoalesceProduceRequestsKeepsDifferentDlqTopicsSeparate
@@ -575,6 +586,7 @@ 
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testCoalesceProduceRequestsSkipsHandlerWhoseTopicProduceDataThrows
 - testCoalesceProduceRequestsWithEmptyHandlerListProducesEmptyRequest
 - testCoalesceProduceRequestsWithSingleHandlerProducesOneTopicOnePartition
+- testCompleteHandlerSafelyIsolatesOneHandlersUncaughtExceptionFromOthers
 - testConstructorRejectsNullCacheHelper
 - testConstructorRejectsNullClient
 - testConstructorRejectsNullLogReader
@@ -610,6 +622,9 @@ 
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testDlqProduceNotLeaderOrFollowerExhaustsAndRecordsFailure
 - testDlqProducePartialFailuresThenSucceeds
 - testDlqProduceRetriesExhaustedFailsWithNetworkException
+- testDlqRecordCopyFirstProduceRoundGoesOutBeforeLaterRoundResolves
+- testDlqRecordCopyRetryOfSameRoundDoesNotRefetchButNewRoundDoes
+- testDlqRecordCopyRoundBudgetResetAcrossMultipleProduceRounds
 - testDlqResolvesSourceTopicNameViaCacheHelperWhenMissing
 - testDlqTopicMissingAndAutoCreateDisabledFailsValidation
 - testDlqTopicPrefixEmptyStringSkipsPrefixCheck
@@ -617,7 +632,9 @@ 
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
 - testDlqTopicStartingWithUnderscoreFailsValidation
 - testDlqTwoEnqueuedRecordsBothComplete
 - testDlqValidationFailureCompletesFutureSynchronously
+- testFetcherBudgetSplitsRoundEvenWhenSizeFloorWouldHaveRoomForMore
 - testMultipleAccumulatedHandlersInNodeRPCMap
+- testResolveRoundSurvivesSynchronousExceptionFromMaybeFetchRecordData
 - testStartIsIdempotent
 - testStopWithoutStartIsNoOp
 org.apache.kafka.server.share.fetch.DelayedShareFetchKeyTest:
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 5406edb3de5..1d295f1b2fa 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -265,6 +265,8 @@ org.apache.kafka.tools.DumpLogSegmentsTest:
 - testTimeIndexVerifyOnly
 - testTransactionLogMessageParser
 org.apache.kafka.tools.EndToEndLatencyTest:
+- shouldAcceptMinusOneForRecordHeaderValueSize
+- shouldAcceptValidNamedArgs
 - shouldFailWhenConsumerRecordsIsEmpty
 - shouldFailWhenReceivedMoreThanOneRecord
 - shouldFailWhenSentHeaderKeyIsNotEqualToReceived
@@ -272,7 +274,6 @@ org.apache.kafka.tools.EndToEndLatencyTest:
 - shouldFailWhenSentRecordIsNotEqualToReceived
 - shouldFailWhenSentRecordKeyIsNotEqualToReceived
 - shouldPassInValidation
-- shouldPassWithNamedArgs
 - testConvertLegacyArgs
 - testInvalidArgs
 org.apache.kafka.tools.FeatureCommandTest:

Reply via email to