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 e61b3f85dae Update test catalog data for GHA workflow run 25766468535
e61b3f85dae is described below
commit e61b3f85dae4147f6c63e399828842c11496d38c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 13 01:39:05 2026 +0000
Update test catalog data for GHA workflow run 25766468535
Commit:
https://github.com/apache/kafka/commit/256f5364d644d5c6e7a7960432f1aa41445038d4
GitHub Run: https://github.com/apache/kafka/actions/runs/25766468535
---
test-catalog/core/tests.yaml | 55 ----------------------------------------
test-catalog/storage/tests.yaml | 56 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 55 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 778c9d0f257..9851c399e6b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -917,61 +917,6 @@ kafka.docker.KafkaDockerWrapperTest:
- testPrepareToolsLog4jConfigs
- testPrepareToolsLog4jConfigsWithoutEnvVariable
- testPrepareToolsLog4jConfigsWithoutMountedFile
-kafka.log.LogCleanerTest:
-- testAbortMarkerRemoval
-- testAbortMarkerRetentionWithEmptyBatch
-- testAbortedTransactionSpanningSegments
-- testBasicTransactionAwareCleaning
-- testBuildOffsetMap
-- testBuildOffsetMapFakeLarge
-- testBuildPartialOffsetMap
-- testCleanCorruptMessageSet
-- testCleanEmptyControlBatch
-- testCleanSegments
-- testCleanSegmentsNotRetainingLastEmptyBatch
-- testCleanSegmentsRetainingLastEmptyBatch
-- testCleanSegmentsWithAbort
-- testCleanSegmentsWithConcurrentSegmentDeletion
-- testCleanTombstone
-- testCleanWithTransactionsSpanningSegments
-- testCleanedSegmentOffsetOverflow
-- testCleanedSegmentSizeOverflow
-- testCleaningBeyondMissingOffsets
-- testCleaningWithDeletes
-- testCleaningWithKeysConflictingWithTxnMarkerKeys
-- testCleaningWithUncleanableSection
-- testCleaningWithUnkeyedMessages
-- testClientHandlingOfCorruptMessageSet
-- testCommitMarkerRemoval
-- testCommitMarkerRetentionWithEmptyBatch
-- testCommittedTransactionSpanningSegments
-- testCorruptMessageSizeLargerThanBytesAvailable
-- testDeletedBatchesWithNoMessagesRead
-- testDuplicateCheckAfterCleaning
-- testEmptyBatchRemovalWithSequenceReuse
-- testLargeMessage
-- testLogCleanerRetainsLastSequenceEvenIfTransactionAborted
-- testLogCleanerRetainsProducerLastSequence
-- testLogCleanerStats
-- testLogToClean
-- testLogToCleanWithUncleanableSection
-- testMaxBufferUtilizationPercentMetric
-- testMaxCleanTimeMetric
-- testMaxCleanTimeSecs
-- testMaxCompactionDelayMetrics
-- testMessageLargerThanMaxMessageSize
-- testMessageLargerThanMaxMessageSizeWithCorruptHeader
-- testMetricsActiveAfterReconfiguration
-- testMultiPassSegmentCleaningWithAbortedTransactions
-- testPartialSegmentClean
-- testReconfigureLogCleanerIoMaxBytesPerSecond
-- testRecoveryAfterCrash
-- testRemoveMetricsOnClose
-- testSegmentGrouping
-- testSegmentGroupingFollowingLoadOfZeroIndex
-- testSegmentGroupingWithSparseOffsets
-- testSegmentGroupingWithSparseOffsetsAndEmptySegments
-- testSizeTrimmedForPreallocatedAndCompactedTopic
kafka.log.LogConfigTest:
- shouldValidateThrottledReplicasConfig
- testDisableRemoteLogStorage
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 8dd259f3818..4141b81a8b6 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -347,6 +347,62 @@
org.apache.kafka.storage.internals.log.LogCleanerManagerTest:
- testUndecidedTransactionalDataNotCleanable
- testUpdateCheckpointsShouldAddOffsetToPartition
- testUpdateCheckpointsShouldRemovePartitionData
+org.apache.kafka.storage.internals.log.LogCleanerTest:
+- testAbortMarkerRemoval
+- testAbortMarkerRetentionWithEmptyBatch
+- testAbortedTransactionSpanningSegments
+- testBasicTransactionAwareCleaning
+- testBuildOffsetMap
+- testBuildOffsetMapFakeLarge
+- testBuildPartialOffsetMap
+- testCleanCorruptMessageSet
+- testCleanEmptyControlBatch
+- testCleanSegments
+- testCleanSegmentsNotRetainingLastEmptyBatch
+- testCleanSegmentsRetainingLastEmptyBatch
+- testCleanSegmentsWithAbort
+- testCleanSegmentsWithConcurrentSegmentDeletion
+- testCleanTombstone
+- testCleanWithTransactionsSpanningSegments
+- testCleanedSegmentOffsetOverflow
+- testCleanedSegmentSizeOverflow
+- testCleaningBeyondMissingOffsetsMultipleSegments
+- testCleaningBeyondMissingOffsetsSingleSegment
+- testCleaningWithDeletes
+- testCleaningWithKeysConflictingWithTxnMarkerKeys
+- testCleaningWithUncleanableSection
+- testCleaningWithUnkeyedMessages
+- testClientHandlingOfCorruptMessageSet
+- testCommitMarkerRemoval
+- testCommitMarkerRetentionWithEmptyBatch
+- testCommittedTransactionSpanningSegments
+- testCorruptMessageSizeLargerThanBytesAvailable
+- testDeletedBatchesWithNoMessagesRead
+- testDuplicateCheckAfterCleaning
+- testEmptyBatchRemovalWithSequenceReuse
+- testLargeMessage
+- testLogCleanerRetainsLastSequenceEvenIfTransactionAborted
+- testLogCleanerRetainsProducerLastSequence
+- testLogCleanerStats
+- testLogToClean
+- testLogToCleanWithUncleanableSection
+- testMaxBufferUtilizationPercentMetric
+- testMaxCleanTimeMetric
+- testMaxCleanTimeSecs
+- testMaxCompactionDelayMetrics
+- testMessageLargerThanMaxMessageSize
+- testMessageLargerThanMaxMessageSizeWithCorruptHeader
+- testMetricsActiveAfterReconfiguration
+- testMultiPassSegmentCleaningWithAbortedTransactions
+- testPartialSegmentClean
+- testReconfigureLogCleanerIoMaxBytesPerSecond
+- testRecoveryAfterCrash
+- testRemoveMetricsOnClose
+- testSegmentGrouping
+- testSegmentGroupingFollowingLoadOfZeroIndex
+- testSegmentGroupingWithSparseOffsets
+- testSegmentGroupingWithSparseOffsetsAndEmptySegments
+- testSizeTrimmedForPreallocatedAndCompactedTopic
org.apache.kafka.storage.internals.log.LogConcurrencyTest:
- testUncommittedDataNotConsumed
- testUncommittedDataNotConsumedFrequentSegmentRolls