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 7d34e4b0b44 Update test catalog data for GHA workflow run 30022063538
7d34e4b0b44 is described below
commit 7d34e4b0b44d1af4429d33398878ebb5c6af5cc3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 18:46:17 2026 +0000
Update test catalog data for GHA workflow run 30022063538
Commit:
https://github.com/apache/kafka/commit/805eb7b260be7d4670ad39180c99aae3d991b4ab
GitHub Run: https://github.com/apache/kafka/actions/runs/30022063538
---
test-catalog/clients/clients-integration-tests/tests.yaml | 1 +
test-catalog/server/tests.yaml | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index df1a0217c00..3377331f083 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -358,6 +358,7 @@ org.apache.kafka.clients.consumer.ShareConsumerCallbackTest:
org.apache.kafka.clients.consumer.ShareConsumerDLQTest:
- testDlqCopiesRecordsReadFromRemoteAndLocalStorage
- testDlqCopiesRecordsReadFromRemoteStorage
+- testDlqCopyRecordSkippedWhenDecompressedSizeExceedsDlqMaxMessageBytes
- testDlqNotTriggeredWhenGatedOff
- testDlqRecordsRoutedToCorrectDlqPartition
- testDlqRespectsDlqTopicMaxMessageBytesNotEqToSourceTopic
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 59d3fce5dcb..5657ba35e5e 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -553,15 +553,20 @@
org.apache.kafka.server.share.dlq.ShareGroupDLQRecordFetcherTest:
- testAsyncReadResumeCompletesEmptyWhenProcessingThrows
- testAsyncReadResumeWithNoProgressCompletesEmpty
- testAsyncReadResumesLoopWhenPending
+-
testCompressedBatchExceedingDecompressedBudgetSkippedButLaterBatchStillCollected
+- testCompressedBatchExceedingDecompressedBudgetSkipsBatch
+- testCompressedBatchFetchedCorrectly
- testFetchAllRecordsInSingleRead
- testFetchCompletesEmptyWhenReadAsyncThrows
- testFetchRecordsAcrossMultipleReads
+-
testLegacyCompressedBatchExceedingCumulativeCapSkipsBatchButLaterBatchStillCollected
- testMissingPartitionResultYieldsNoRecords
- testNoProgressYieldsNoRecords
- testReadErrorMidRangeReturnsRecordsReadSoFar
- testReadErrorYieldsNoRecords
- testRecordsBeyondEndOffsetIgnored
- testSingleOffsetFetch
+- testSingleRecordWithFabricatedLengthRejectedWithoutLargeAllocation
org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
- testCoalesceProduceRequestsDefersHandlersThatExceedPartitionBudget
- testCoalesceProduceRequestsKeepsDifferentDlqTopicsSeparate