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 5c1d661f71f Update test catalog data for GHA workflow run 23844155437
5c1d661f71f is described below

commit 5c1d661f71f21bd1a7586de006b3ff4cbc21dc5a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 13:25:57 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 9eff8ac442a..36b69fe6200 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1092,21 +1092,6 @@ kafka.log.LogManagerTest:
 - testTopicConfigChangeUpdatesLogConfig
 - testTwoLogManagersUsingSameDirFails
 - testUpdateCordonedLogDirs
-kafka.log.UnifiedLogTest:
-- testActiveSegmentDeletionDueToRetentionTimeBreachWithRemoteStorage
-- testConvertToOffsetMetadataDoesNotThrowOffsetOutOfRangeError
-- testDeletableSegmentsFilter
-- testDeletableSegmentsIteration
-- testFetchOffsetByTimestampShouldReadOnlyLocalLogWhenLogIsEmpty
-- testGetFirstBatchTimestampForSegments
-- testIncrementLocalLogStartOffsetAfterLocalLogDeletion
-- testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
-- testRetentionOnLocalLogDeletionWhenRemoteLogCopyDisabled
-- 
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionBytes
-- 
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionMs
-- 
testSegmentDeletionEnabledBeforeUploadToRemoteTierWhenLogStartOffsetMovedAhead
-- testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
-- testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
 kafka.metrics.KafkaMetricsGroupTest:
 - testTaggedMetricName
 - testTaggedMetricNameWithEmptyValue
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 1572f50ec96..e4eaee51c3d 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -605,6 +605,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - shouldUpdateOffsetForLeaderEpochsWhenDeletingSegments
 - testAbortedTransactionSpanningMultipleSegments
 - testActiveProducers
+- testActiveSegmentDeletionDueToRetentionTimeBreachWithRemoteStorage
 - testAppendAndReadWithNonSequentialOffsets
 - testAppendAndReadWithSequentialOffsets
 - testAppendAsLeaderWithRaftLeader
@@ -622,8 +623,11 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - testCompactedTopicConstraints
 - testCompactionDeletesProducerStateSnapshots
 - testCompressedMessages
+- testConvertToOffsetMetadataDoesNotThrowOffsetOutOfRangeError
 - testDegenerateSegmentSplit
 - testDegenerateSegmentSplitWithOutOfRangeBatchLastOffset
+- testDeletableSegmentsFilter
+- testDeletableSegmentsIteration
 - testDeleteOldSegments
 - testDeleteSnapshotsOnIncrementLogStartOffset
 - testDisabledVerificationClearsVerificationGuard
@@ -642,6 +646,7 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - testFetchLatestTieredTimestampWithRemoteStorage
 - testFetchOffsetByTimestampFromRemoteStorage
 - testFetchOffsetByTimestampIncludesLeaderEpoch
+- testFetchOffsetByTimestampShouldReadOnlyLocalLogWhenLogIsEmpty
 - testFetchOffsetByTimestampWithMaxTimestampIncludesTimestamp
 - testFetchUpToHighWatermark
 - testFetchUpToLastStableOffset
@@ -649,8 +654,10 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - testFirstUnstableOffsetNoTransactionalData
 - testFirstUnstableOffsetWithTransactionalData
 - testFlushingEmptyActiveSegments
+- testGetFirstBatchTimestampForSegments
 - testHighWatermarkMaintenance
 - testHighWatermarkMetadataUpdatedAfterSegmentRoll
+- testIncrementLocalLogStartOffsetAfterLocalLogDeletion
 - testIndexResizingAtTruncation
 - testInitializationOfProducerSnapshotsUpgradePath
 - testInvalidLeaderEpoch
@@ -706,18 +713,25 @@ org.apache.kafka.storage.internals.log.UnifiedLogTest:
 - testRebuildProducerIdMapWithCompactedData
 - testRebuildProducerStateWithEmptyCompactedBatch
 - testRebuildTransactionalState
+- testRecoveryPointNotIncrementedOnProducerStateSnapshotFlushFailure
 - testRemoteLogStorageIsDisabledOnInternalAndRemoteLogMetadataTopic
 - testRenamingDirWithoutReinitialization
 - testReplicationWithTVUnknownAllowed
 - testRetentionDeletesProducerStateSnapshots
 - testRetentionIdempotency
+- testRetentionOnLocalLogDeletionWhenRemoteLogCopyDisabled
+- 
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionBytes
+- 
testRetentionOnLocalLogDeletionWhenRemoteLogCopyEnabledAndDefaultLocalRetentionMs
 - testRetentionSizeInPercentMetric
 - testRetentionSizeInPercentMetricUpdatedOnDeletionError
 - testRetentionSizeInPercentWithInfiniteRetention
 - testRollSegmentThatAlreadyExists
+- 
testSegmentDeletionEnabledBeforeUploadToRemoteTierWhenLogStartOffsetMovedAhead
 - testSegmentDeletionWithHighWatermarkInitialization
 - testSizeBasedLogRoll
 - testSplitOnOffsetOverflow
+- testStaleProducerEpochReturnsRecoverableErrorForTV1Clients
+- testStaleProducerEpochReturnsRecoverableErrorForTV2Clients
 - testStartOffsetsRemoteLogStorageIsEnabled
 - testTV2MarkerWithBumpedEpochSucceeds
 - testTakeSnapshotOnRollAndDeleteSnapshotOnRecoveryPointCheckpoint

Reply via email to