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 ec8b8b1d06d Update test catalog data for GHA workflow run 22846929721
ec8b8b1d06d is described below
commit ec8b8b1d06d6806a697ba2e481f089f1aced4902
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 9 11:55:10 2026 +0000
Update test catalog data for GHA workflow run 22846929721
Commit:
https://github.com/apache/kafka/commit/06a25151094fa9c58f0baf7c43b5c123908c21f7
GitHub Run: https://github.com/apache/kafka/actions/runs/22846929721
---
test-catalog/core/tests.yaml | 26 --------------------------
test-catalog/storage/tests.yaml | 26 ++++++++++++++++++++++++++
2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a4fb6ce09d7..3124d115d51 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1101,14 +1101,11 @@ kafka.log.LogManagerTest:
- testUpdateCordonedLogDirs
kafka.log.UnifiedLogTest:
- testAbortedTransactionSpanningMultipleSegments
-- testActiveProducers
- testActiveSegmentDeletionDueToRetentionTimeBreachWithRemoteStorage
- testAppendAndReadWithNonSequentialOffsets
- testAppendAndReadWithSequentialOffsets
-- testAppendAsLeaderWithRaftLeader
- testAppendBelowExpectedOffsetThrowsException
- testAppendEmptyLogBelowLogStartOffsetThrowsException
-- testAppendInfoFirstOffset
- testAppendMessageWithNullPayload
- testAppendToOrReadFromLogInFailedLogDir
- testAppendToTransactionIndexFailure
@@ -1146,16 +1143,10 @@ kafka.log.UnifiedLogTest:
- testFetchOffsetByTimestampIncludesLeaderEpoch
- testFetchOffsetByTimestampShouldReadOnlyLocalLogWhenLogIsEmpty
- testFetchOffsetByTimestampWithMaxTimestampIncludesTimestamp
-- testFetchUpToHighWatermark
-- testFetchUpToLastStableOffset
-- testFetchUpToLogEndOffset
- testFlushingEmptyActiveSegments
- testGetFirstBatchTimestampForSegments
-- testHighWatermarkMaintenance
-- testHighWatermarkMetadataUpdatedAfterSegmentRoll
- testIncrementLocalLogStartOffsetAfterLocalLogDeletion
- testIndexResizingAtTruncation
-- testInitializationOfProducerSnapshotsUpgradePath
- testInvalidLeaderEpoch
- testInvalidMemoryRecords
- testLastStableOffsetDoesNotExceedLogStartOffsetAfterSegmentDeletion
@@ -1172,10 +1163,8 @@ kafka.log.UnifiedLogTest:
- testLogFlushesPartitionMetadataOnClose
- testLogOffsetsListener
- testLogRecoversTopicId
-- testLogReinitializeAfterManualDelete
- testLogRollAfterLogHandlerClosed
- testLogRolls
-- testLogSegmentsCallCorrect
- testLogStartOffsetMovementDeletesSnapshots
- testMaybeUpdateHighWatermarkAsFollower
- testMessageSetSizeCheck
@@ -1185,17 +1174,12 @@ kafka.log.UnifiedLogTest:
- testMultipleProducersWithDuplicatesInSingleAppend
- testNextTransactionVerificationGuardNotCleared
- testNoOpWhenRemoteLogStorageIsDisabled
-- testNonSequentialAppend
- testNonZeroSequenceOnFirstAppendNonZeroEpoch
- testOffsetSnapshot
- testOldProducerEpoch
- testPeriodicProducerIdExpiration
-- testProducerExpireCheckAfterDelete
- testProducerIdExpirationOnSegmentDeletion
-- testProducerIdMapOffsetUpdatedForNonIdempotentData
- testProducerIdMapTruncateFullyAndStartAt
-- testProducerIdMapTruncateTo
-- testProducerIdMapTruncateToWithNoSnapshots
- testProducerSnapshotAfterSegmentRollOnAppend
- testRandomRecords
- testReadAtLogGap
@@ -1203,19 +1187,15 @@ kafka.log.UnifiedLogTest:
- testReadOutOfRange
- testReadWithMinMessage
- testReadWithTooSmallMaxLength
-- testRebuildProducerIdMapWithCompactedData
-- testRebuildProducerStateWithEmptyCompactedBatch
- testRebuildTransactionalState
- testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
- testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
- testRenamingDirWithoutReinitialization
- testReplicationWithTVUnknownAllowed
-- testRetentionDeletesProducerStateSnapshots
- testRetentionIdempotency
- testRetentionOnLocalLogDeletionWhenRemoteLogCopyDisabled
-
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionBytes
-
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionMs
-- testRollSegmentThatAlreadyExists
-
testSegmentDeletionEnabledBeforeUploadToRemoteTierWhenLogStartOffsetMovedAhead
- testSegmentDeletionWithHighWatermarkInitialization
- testSizeBasedLogRoll
@@ -1226,7 +1206,6 @@ kafka.log.UnifiedLogTest:
- testTV2MarkerWithBumpedEpochSucceeds
- testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
- testThatGarbageCollectingSegmentsDoesntChangeOffset
-- testTimeBasedLogRollDuringAppend
- testTimeBasedLogRollJitter
- testTopicIdFlushesBeforeDirectoryRename
- testTopicIdTransfersAfterDirectoryRename
@@ -1234,13 +1213,8 @@ kafka.log.UnifiedLogTest:
- testTransactionIndexUpdatedThroughReplication
- testTransactionIsOngoingAndVerificationGuardTV1
- testTransactionIsOngoingAndVerificationGuardTV2
-- testTruncateBelowFirstUnstableOffset
-- testTruncateFullyAndStart
-- testTruncateFullyAndStartBelowFirstUnstableOffset
- testTruncateTo
-- testTruncateToEndOffsetClearsEpochCache
- testUpdateLogOffsetsListener
-- testUpdateProducerIdMapWithCompactedData
- testWriteLeaderEpochCheckpointAfterDirectoryRename
- testZombieCoordinatorFenced
- testZombieCoordinatorFencedEmptyTransaction
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index a1c78190ceb..2c36ff37ae3 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -595,15 +595,41 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- shouldTruncateLeaderEpochCheckpointFileWhenTruncatingLog
- shouldTruncateLeaderEpochsWhenDeletingSegments
- shouldUpdateOffsetForLeaderEpochsWhenDeletingSegments
+- testActiveProducers
+- testAppendAsLeaderWithRaftLeader
+- testAppendInfoFirstOffset
- testDeleteOldSegments
+- testFetchUpToHighWatermark
+- testFetchUpToLastStableOffset
+- testFetchUpToLogEndOffset
- testFirstUnstableOffsetNoTransactionalData
- testFirstUnstableOffsetWithTransactionalData
+- testHighWatermarkMaintenance
+- testHighWatermarkMetadataUpdatedAfterSegmentRoll
+- testInitializationOfProducerSnapshotsUpgradePath
- testLogDeletionAfterClose
- testLogDeletionAfterDeleteRecords
+- testLogReinitializeAfterManualDelete
+- testLogSegmentsCallCorrect
+- testNonSequentialAppend
- testOffsetFromProducerSnapshotFile
+- testProducerExpireCheckAfterDelete
+- testProducerIdMapOffsetUpdatedForNonIdempotentData
+- testProducerIdMapTruncateTo
+- testProducerIdMapTruncateToWithNoSnapshots
+- testRebuildProducerIdMapWithCompactedData
+- testRebuildProducerStateWithEmptyCompactedBatch
+- testRetentionDeletesProducerStateSnapshots
- testRetentionSizeInPercentMetric
- testRetentionSizeInPercentMetricUpdatedOnDeletionError
- testRetentionSizeInPercentWithInfiniteRetention
+- testRollSegmentThatAlreadyExists
+- testTimeBasedLogRollDuringAppend
+- testTruncateBelowFirstUnstableOffset
+- testTruncateFullyAndStart
+- testTruncateFullyAndStartBelowFirstUnstableOffset
+- testTruncateToEndOffsetClearsEpochCache
+- testUpdateProducerIdMapWithCompactedData
org.apache.kafka.storage.internals.log.VerificationGuardTest:
- testEqualsAndHashCode
- testVerify