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 f57b23539b0 Update test catalog data for GHA workflow run 23601058688
f57b23539b0 is described below
commit f57b23539b0a488905b99ef754192626a4da3d89
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 26 19:10:47 2026 +0000
Update test catalog data for GHA workflow run 23601058688
Commit:
https://github.com/apache/kafka/commit/ccd8330e9eb0e2439f1d025282bef8b724d6ec1d
GitHub Run: https://github.com/apache/kafka/actions/runs/23601058688
---
test-catalog/core/tests.yaml | 19 -------------------
test-catalog/storage/tests.yaml | 19 +++++++++++++++++++
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 55c14a7f536..a2d28a94635 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1106,12 +1106,7 @@ kafka.log.LogManagerTest:
- testTwoLogManagersUsingSameDirFails
- testUpdateCordonedLogDirs
kafka.log.UnifiedLogTest:
-- testAbortedTransactionSpanningMultipleSegments
- testActiveSegmentDeletionDueToRetentionTimeBreachWithRemoteStorage
-- testAppendToTransactionIndexFailure
-- testBackgroundDeletionWithIOException
-- testCannotDeleteSegmentsAtOrAboveHighWatermark
-- testCannotIncrementLogStartOffsetPastHighWatermark
- testConvertToOffsetMetadataDoesNotThrowOffsetOutOfRangeError
- testDeletableSegmentsFilter
- testDeletableSegmentsIteration
@@ -1119,40 +1114,26 @@ kafka.log.UnifiedLogTest:
- testEmptyTransactionStillClearsVerificationGuard
- testEnableRemoteLogStorageOnCompactedTopics
- testEnablingVerificationWhenRequestIsAtLogLayer
-- testEndTxnWithFencedProducerEpoch
- testFetchOffsetByTimestampShouldReadOnlyLocalLogWhenLogIsEmpty
- testGetFirstBatchTimestampForSegments
- testIncrementLocalLogStartOffsetAfterLocalLogDeletion
-- testLastStableOffsetDoesNotExceedLogStartOffsetAfterSegmentDeletion
-- testLastStableOffsetDoesNotExceedLogStartOffsetMidSegment
-- testLastStableOffsetWithMixedProducerData
-- testLeaderRejectsTVUnknownForTransactionMarker
-- testLoadPartitionDirWithNoSegmentsShouldNotThrow
- testLogOffsetsListener
- testMaybeUpdateHighWatermarkAsFollower
- testNextTransactionVerificationGuardNotCleared
- testNoOpWhenRemoteLogStorageIsDisabled
- testNonZeroSequenceOnFirstAppendNonZeroEpoch
-- testOffsetSnapshot
- testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
- testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
-- testRenamingDirWithoutReinitialization
-- testReplicationWithTVUnknownAllowed
- testRetentionOnLocalLogDeletionWhenRemoteLogCopyDisabled
-
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionBytes
-
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionMs
-
testSegmentDeletionEnabledBeforeUploadToRemoteTierWhenLogStartOffsetMovedAhead
-- testSegmentDeletionWithHighWatermarkInitialization
- testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
- testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
- testStartOffsetsRemoteLogStorageIsEnabled
-- testTV2MarkerWithBumpedEpochSucceeds
-- testTransactionIndexUpdatedThroughReplication
- testTransactionIsOngoingAndVerificationGuardTV1
- testTransactionIsOngoingAndVerificationGuardTV2
- testUpdateLogOffsetsListener
-- testZombieCoordinatorFenced
-- testZombieCoordinatorFencedEmptyTransaction
kafka.metrics.KafkaMetricsGroupTest:
- testTaggedMetricName
- testTaggedMetricNameWithEmptyValue
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index cd4676ff7ab..77da1409b8b 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -598,6 +598,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- shouldTruncateLeaderEpochCheckpointFileWhenTruncatingLog
- shouldTruncateLeaderEpochsWhenDeletingSegments
- shouldUpdateOffsetForLeaderEpochsWhenDeletingSegments
+- testAbortedTransactionSpanningMultipleSegments
- testActiveProducers
- testAppendAndReadWithNonSequentialOffsets
- testAppendAndReadWithSequentialOffsets
@@ -605,10 +606,14 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testAppendInfoFirstOffset
- testAppendMessageWithNullPayload
- testAppendToOrReadFromLogInFailedLogDir
+- testAppendToTransactionIndexFailure
- testAppendWithNoTimestamp
- testAppendWithOutOfOrderOffsetsThrowsException
- testAsyncDelete
+- testBackgroundDeletionWithIOException
- testBuildTimeIndexWhenNotAssigningOffsets
+- testCannotDeleteSegmentsAtOrAboveHighWatermark
+- testCannotIncrementLogStartOffsetPastHighWatermark
- testCompactedTopicConstraints
- testCompactionDeletesProducerStateSnapshots
- testCompressedMessages
@@ -618,6 +623,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testDeleteSnapshotsOnIncrementLogStartOffset
- testDuplicateAppendToFollower
- testDuplicateAppends
+- testEndTxnWithFencedProducerEpoch
- testFetchEarliestPendingUploadTimestampNoRemoteStorage
- testFetchEarliestPendingUploadTimestampNoSegmentsUploaded
- testFetchEarliestPendingUploadTimestampStaleHighestOffsetInRemote
@@ -640,9 +646,14 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testInitializationOfProducerSnapshotsUpgradePath
- testInvalidLeaderEpoch
- testInvalidMemoryRecords
+- testLastStableOffsetDoesNotExceedLogStartOffsetAfterSegmentDeletion
+- testLastStableOffsetDoesNotExceedLogStartOffsetMidSegment
+- testLastStableOffsetWithMixedProducerData
- testLeaderEpochCacheClearedAfterDowngradeInAppendedMessages
- testLeaderEpochCacheCreatedAfterMessageFormatUpgrade
+- testLeaderRejectsTVUnknownForTransactionMarker
- testLoadEmptyLog
+- testLoadPartitionDirWithNoSegmentsShouldNotThrow
- testLoadingLogDeletesProducerStateSnapshotsPastLogEndOffset
- testLogDeletionAfterClose
- testLogDeletionAfterDeleteRecords
@@ -662,6 +673,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testMultipleProducersWithDuplicatesInSingleAppend
- testNonSequentialAppend
- testOffsetFromProducerSnapshotFile
+- testOffsetSnapshot
- testOldProducerEpoch
- testPeriodicProducerIdExpiration
- testProducerExpireCheckAfterDelete
@@ -680,14 +692,18 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testRebuildProducerIdMapWithCompactedData
- testRebuildProducerStateWithEmptyCompactedBatch
- testRebuildTransactionalState
+- testRenamingDirWithoutReinitialization
+- testReplicationWithTVUnknownAllowed
- testRetentionDeletesProducerStateSnapshots
- testRetentionIdempotency
- testRetentionSizeInPercentMetric
- testRetentionSizeInPercentMetricUpdatedOnDeletionError
- testRetentionSizeInPercentWithInfiniteRetention
- testRollSegmentThatAlreadyExists
+- testSegmentDeletionWithHighWatermarkInitialization
- testSizeBasedLogRoll
- testSplitOnOffsetOverflow
+- testTV2MarkerWithBumpedEpochSucceeds
- testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint
- testThatGarbageCollectingSegmentsDoesntChangeOffset
- testTimeBasedLogRollDuringAppend
@@ -695,6 +711,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testTopicIdFlushesBeforeDirectoryRename
- testTopicIdTransfersAfterDirectoryRename
- testTransactionIndexUpdated
+- testTransactionIndexUpdatedThroughReplication
- testTruncateBelowFirstUnstableOffset
- testTruncateFullyAndStart
- testTruncateFullyAndStartBelowFirstUnstableOffset
@@ -702,6 +719,8 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
- testTruncateToEndOffsetClearsEpochCache
- testUpdateProducerIdMapWithCompactedData
- testWriteLeaderEpochCheckpointAfterDirectoryRename
+- testZombieCoordinatorFenced
+- testZombieCoordinatorFencedEmptyTransaction
org.apache.kafka.storage.internals.log.VerificationGuardTest:
- testEqualsAndHashCode
- testVerify