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 d7ec89736de Update test catalog data for GHA workflow run 23198718660
d7ec89736de is described below

commit d7ec89736debde142b6614e8177a7bc179a3b587
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 17 17:16:54 2026 +0000

    Update test catalog data for GHA workflow run 23198718660
    
    Commit: 
https://github.com/apache/kafka/commit/fb3d6fb546ffd1eec4d21407e13056247c7d19b1
    GitHub Run: https://github.com/apache/kafka/actions/runs/23198718660
---
 test-catalog/core/tests.yaml    | 23 -----------------------
 test-catalog/storage/tests.yaml | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 69bdbdc9182..813ab351fa8 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1107,8 +1107,6 @@ kafka.log.LogManagerTest:
 kafka.log.UnifiedLogTest:
 - testAbortedTransactionSpanningMultipleSegments
 - testActiveSegmentDeletionDueToRetentionTimeBreachWithRemoteStorage
-- testAppendAndReadWithNonSequentialOffsets
-- testAppendAndReadWithSequentialOffsets
 - testAppendBelowExpectedOffsetThrowsException
 - testAppendEmptyLogBelowLogStartOffsetThrowsException
 - testAppendMessageWithNullPayload
@@ -1120,16 +1118,12 @@ kafka.log.UnifiedLogTest:
 - testBackgroundDeletionWithIOException
 - testCannotDeleteSegmentsAtOrAboveHighWatermark
 - testCannotIncrementLogStartOffsetPastHighWatermark
-- testCompactionDeletesProducerStateSnapshots
 - testConvertToOffsetMetadataDoesNotThrowOffsetOutOfRangeError
 - testDegenerateSegmentSplit
 - testDegenerateSegmentSplitWithOutOfRangeBatchLastOffset
 - testDeletableSegmentsFilter
 - testDeletableSegmentsIteration
-- testDeleteSnapshotsOnIncrementLogStartOffset
 - testDisabledVerificationClearsVerificationGuard
-- testDuplicateAppendToFollower
-- testDuplicateAppends
 - testEmptyTransactionStillClearsVerificationGuard
 - testEnableRemoteLogStorageOnCompactedTopics
 - testEnablingVerificationWhenRequestIsAtLogLayer
@@ -1149,45 +1143,28 @@ kafka.log.UnifiedLogTest:
 - testLeaderEpochCacheClearedAfterDowngradeInAppendedMessages
 - testLeaderEpochCacheCreatedAfterMessageFormatUpgrade
 - testLeaderRejectsTVUnknownForTransactionMarker
-- testLoadEmptyLog
 - testLoadPartitionDirWithNoSegmentsShouldNotThrow
-- testLoadingLogDeletesProducerStateSnapshotsPastLogEndOffset
 - testLogOffsetsListener
-- testLogRollAfterLogHandlerClosed
-- testLogStartOffsetMovementDeletesSnapshots
 - testMaybeUpdateHighWatermarkAsFollower
-- testMultipleProducerIdsPerMemoryRecord
-- testMultipleProducersWithDuplicatesInSingleAppend
 - testNextTransactionVerificationGuardNotCleared
 - testNoOpWhenRemoteLogStorageIsDisabled
 - testNonZeroSequenceOnFirstAppendNonZeroEpoch
 - testOffsetSnapshot
-- testOldProducerEpoch
-- testPeriodicProducerIdExpiration
-- testProducerIdExpirationOnSegmentDeletion
-- testProducerIdMapTruncateFullyAndStartAt
-- testProducerSnapshotAfterSegmentRollOnAppend
-- testReadAtLogGap
 - testReadCommittedWithConcurrentHighWatermarkUpdates
-- testRebuildTransactionalState
 - testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
 - testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
 - testRenamingDirWithoutReinitialization
 - testReplicationWithTVUnknownAllowed
-- testRetentionIdempotency
 - testRetentionOnLocalLogDeletionWhenRemoteLogCopyDisabled
 - 
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionBytes
 - 
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionMs
 - 
testSegmentDeletionEnabledBeforeUploadToRemoteTierWhenLogStartOffsetMovedAhead
 - testSegmentDeletionWithHighWatermarkInitialization
-- testSizeBasedLogRoll
 - testSplitOnOffsetOverflow
 - testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
 - testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
 - testStartOffsetsRemoteLogStorageIsEnabled
 - testTV2MarkerWithBumpedEpochSucceeds
-- testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
-- testTimeBasedLogRollJitter
 - testTopicIdFlushesBeforeDirectoryRename
 - testTopicIdTransfersAfterDirectoryRename
 - testTransactionIndexUpdated
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 47a330a015b..e49f6b36b6c 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -596,12 +596,18 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - shouldTruncateLeaderEpochsWhenDeletingSegments
 - shouldUpdateOffsetForLeaderEpochsWhenDeletingSegments
 - testActiveProducers
+- testAppendAndReadWithNonSequentialOffsets
+- testAppendAndReadWithSequentialOffsets
 - testAppendAsLeaderWithRaftLeader
 - testAppendInfoFirstOffset
 - testBuildTimeIndexWhenNotAssigningOffsets
 - testCompactedTopicConstraints
+- testCompactionDeletesProducerStateSnapshots
 - testCompressedMessages
 - testDeleteOldSegments
+- testDeleteSnapshotsOnIncrementLogStartOffset
+- testDuplicateAppendToFollower
+- testDuplicateAppends
 - testFetchLatestTieredTimestampNoRemoteStorage
 - testFetchLatestTieredTimestampWithRemoteStorage
 - testFetchOffsetByTimestampFromRemoteStorage
@@ -618,6 +624,8 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - testInitializationOfProducerSnapshotsUpgradePath
 - testInvalidLeaderEpoch
 - testInvalidMemoryRecords
+- testLoadEmptyLog
+- testLoadingLogDeletesProducerStateSnapshotsPastLogEndOffset
 - testLogDeletionAfterClose
 - testLogDeletionAfterDeleteRecords
 - testLogFailsWhenInconsistentTopicIdSet
@@ -625,30 +633,45 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - testLogFlushesPartitionMetadataOnClose
 - testLogRecoversTopicId
 - testLogReinitializeAfterManualDelete
+- testLogRollAfterLogHandlerClosed
 - testLogRolls
 - testLogSegmentsCallCorrect
+- testLogStartOffsetMovementDeletesSnapshots
 - testMessageSetSizeCheck
 - testMessageSizeCheck
 - testMessageSizeCheckInAppendAsFollower
+- testMultipleProducerIdsPerMemoryRecord
+- testMultipleProducersWithDuplicatesInSingleAppend
 - testNonSequentialAppend
 - testOffsetFromProducerSnapshotFile
+- testOldProducerEpoch
+- testPeriodicProducerIdExpiration
 - testProducerExpireCheckAfterDelete
+- testProducerIdExpirationOnSegmentDeletion
 - testProducerIdMapOffsetUpdatedForNonIdempotentData
+- testProducerIdMapTruncateFullyAndStartAt
 - testProducerIdMapTruncateTo
 - testProducerIdMapTruncateToWithNoSnapshots
+- testProducerSnapshotAfterSegmentRollOnAppend
 - testRandomRecords
+- testReadAtLogGap
 - testReadOutOfRange
 - testReadWithMinMessage
 - testReadWithTooSmallMaxLength
 - testRebuildProducerIdMapWithCompactedData
 - testRebuildProducerStateWithEmptyCompactedBatch
+- testRebuildTransactionalState
 - testRetentionDeletesProducerStateSnapshots
+- testRetentionIdempotency
 - testRetentionSizeInPercentMetric
 - testRetentionSizeInPercentMetricUpdatedOnDeletionError
 - testRetentionSizeInPercentWithInfiniteRetention
 - testRollSegmentThatAlreadyExists
+- testSizeBasedLogRoll
+- testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
 - testThatGarbageCollectingSegmentsDoesntChangeOffset
 - testTimeBasedLogRollDuringAppend
+- testTimeBasedLogRollJitter
 - testTruncateBelowFirstUnstableOffset
 - testTruncateFullyAndStart
 - testTruncateFullyAndStartBelowFirstUnstableOffset

Reply via email to