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

commit 7df9926d06decb5cfcb0c912535d2597e71dc94c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 17 13:40:44 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a1c3e571624..3eca17bd70d 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1356,81 +1356,6 @@ kafka.log.UnifiedLogTest:
 - testWriteLeaderEpochCheckpointAfterDirectoryRename
 - testZombieCoordinatorFenced
 - testZombieCoordinatorFencedEmptyTransaction
-kafka.log.remote.RemoteLogManagerTest:
-- testBuildFilteredLeaderEpochMap
-- testCandidateLogSegmentsSkipsActiveSegment
-- testCandidateLogSegmentsSkipsSegmentsAfterLastStableOffset
-- testCopyLogSegmentToRemoteForStaleTopic
-- testCopyLogSegmentsToRemoteShouldCopyExpectedLogSegment
-- testCopyQuota
-- testCopyQuotaManagerConfig
-- testCopyThrottling
-- testCustomMetadataSizeExceedsLimit
-- testDeleteLogSegmentDueToRetentionSizeBreach
-- testDeleteLogSegmentDueToRetentionTimeBreach
-- testDeleteRetentionMsBeingCancelledBeforeSecondDelete
-- testDeleteRetentionMsBiggerThanTimeMs
-- testDeleteRetentionMsOnExpiredSegment
-- testDeletionOnOverlappingRetentionBreachedSegments
-- testDeletionOnRetentionBreachedSegments
-- testDeletionSkippedForSegmentsBeingCopied
-- testEpochEntriesAsByteBuffer
-- testFailedCopyShouldDeleteTheDanglingSegment
-- testFailedDeleteExpiredSegments
-- testFetchNextSegmentWithTxnIndex
-- testFetchOffsetByTimestampWithTieredStorageDoesNotFetchIndexWhenExistsLocally
-- testFetchQuotaManagerConfig
-- testFetchRemoteLogSegmentMetadata
-- testFindHighestRemoteOffset
-- testFindHighestRemoteOffsetOnEmptyRemoteStorage
-- testFindHighestRemoteOffsetWithUncleanLeaderElection
-- testFindLogStartOffset
-- testFindLogStartOffsetFallbackToLocalLogStartOffsetWhenRemoteIsEmpty
-- testFindNextSegmentWithTxnIndex
-- testFindNextSegmentWithTxnIndexTraversesNextEpoch
-- testFindOffsetByTimestamp
-- testFindOffsetByTimestampWithInvalidEpochSegments
-- testFindOffsetByTimestampWithSegmentNotReady
-- testGetClassLoaderAwareRemoteStorageManager
-- testGetLeaderEpochCheckpoint
-- testIdempotentClose
-- testLeadershipChangesWithoutRemoteLogManagerConfiguring
-- testLogStartOffsetUpdatedOnStartup
-- testMetricsUpdateOnCopyLogSegmentsFailure
-- testOnLeadershipChangeWillInvokeHandleLeaderOrFollowerPartitions
-- testRLMOpsWhenMetadataIsNotReady
-- testRLMShutdownDuringQuotaExceededScenario
-- testRLMTaskDoesNotUploadSegmentsWhenRemoteLogMetadataManagerIsNotInitialized
-- testReadForFirstBatchInLogCompaction
-- testReadForFirstBatchMoreThanMaxFetchBytes
-- testReadForMissingFirstBatchInRemote
-- testRemoteDeleteLagsOnRetentionBreachedSegments
-- testRemoteLogManagerRemoteMetrics
-- testRemoteLogManagerTasksAvgIdlePercentAndMetadataCountMetrics
-- testRemoteLogMetadataManagerWithEndpointConfig
-- testRemoteLogMetadataManagerWithEndpointConfigOverridden
-- testRemoteLogMetadataManagerWithUserDefinedConfigs
-- testRemoteLogSizeRetentionShouldFilterOutCopySegmentStartState
-- testRemoteLogTaskUpdateRemoteLogSegmentMetadataAfterLogDirChanged
-- testRemoteReadFetchDataInfo
-- testRemoteSegmentWithinLeaderEpochs
-- testRemoteSegmentWithinLeaderEpochsForOverlappingSegments
-- testRemoteSizeData
-- testRemoteSizeTime
-- testRemoteStorageManagerWithUserDefinedConfigs
-- testRemoveMetricsOnClose
-- testStartup
-- testStopPartitionsWithDeletion
-- testStopPartitionsWithoutDeletion
-- testTierLagResetsToZeroOnBecomingFollower
-- testTopicIdCacheUpdates
-kafka.log.remote.RemoteLogOffsetReaderTest:
-- testReadRemoteLog
-- testTaskQueueFullAndCancelTask
-- testThrowErrorOnFindOffsetByTimestamp
-kafka.log.remote.RemoteLogReaderTest:
-- testRemoteLogReaderWithError
-- testRemoteLogReaderWithoutError
 kafka.metrics.KafkaMetricsGroupTest:
 - testTaggedMetricName
 - testTaggedMetricNameWithEmptyValue
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 4012fd45264..f96d99a7895 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -103,9 +103,84 @@ 
org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfigTest:
 - testThreadPoolDefaults
 - testValidConfigs
 - testValidateEmptyStringConfig
+org.apache.kafka.server.log.remote.storage.RemoteLogManagerTest:
+- testBuildFilteredLeaderEpochMap
+- testCandidateLogSegmentsSkipsActiveSegment
+- testCandidateLogSegmentsSkipsSegmentsAfterLastStableOffset
+- testCopyLogSegmentToRemoteForStaleTopic
+- testCopyLogSegmentsToRemoteShouldCopyExpectedLogSegment
+- testCopyQuota
+- testCopyQuotaManagerConfig
+- testCopyThrottling
+- testCustomMetadataSizeExceedsLimit
+- testDeleteLogSegmentDueToRetentionSizeBreach
+- testDeleteLogSegmentDueToRetentionTimeBreach
+- testDeleteRetentionMsBeingCancelledBeforeSecondDelete
+- testDeleteRetentionMsBiggerThanTimeMs
+- testDeleteRetentionMsOnExpiredSegment
+- testDeletionOnOverlappingRetentionBreachedSegments
+- testDeletionOnRetentionBreachedSegments
+- testDeletionSkippedForSegmentsBeingCopied
+- testEpochEntriesAsByteBuffer
+- testFailedCopyShouldDeleteTheDanglingSegment
+- testFailedDeleteExpiredSegments
+- testFetchNextSegmentWithTxnIndex
+- testFetchOffsetByTimestampWithTieredStorageDoesNotFetchIndexWhenExistsLocally
+- testFetchQuotaManagerConfig
+- testFetchRemoteLogSegmentMetadata
+- testFindHighestRemoteOffset
+- testFindHighestRemoteOffsetOnEmptyRemoteStorage
+- testFindHighestRemoteOffsetWithUncleanLeaderElection
+- testFindLogStartOffset
+- testFindLogStartOffsetFallbackToLocalLogStartOffsetWhenRemoteIsEmpty
+- testFindNextSegmentWithTxnIndex
+- testFindNextSegmentWithTxnIndexTraversesNextEpoch
+- testFindOffsetByTimestamp
+- testFindOffsetByTimestampWithInvalidEpochSegments
+- testFindOffsetByTimestampWithSegmentNotReady
+- testGetClassLoaderAwareRemoteStorageManager
+- testGetLeaderEpochCheckpoint
+- testIdempotentClose
+- testLeadershipChangesWithoutRemoteLogManagerConfiguring
+- testLogStartOffsetUpdatedOnStartup
+- testMetricsUpdateOnCopyLogSegmentsFailure
+- testOnLeadershipChangeWillInvokeHandleLeaderOrFollowerPartitions
+- testRLMOpsWhenMetadataIsNotReady
+- testRLMShutdownDuringQuotaExceededScenario
+- testRLMTaskDoesNotUploadSegmentsWhenRemoteLogMetadataManagerIsNotInitialized
+- testReadForFirstBatchInLogCompaction
+- testReadForFirstBatchMoreThanMaxFetchBytes
+- testReadForMissingFirstBatchInRemote
+- testRemoteDeleteLagsOnRetentionBreachedSegments
+- testRemoteLogManagerRemoteMetrics
+- testRemoteLogManagerTasksAvgIdlePercentAndMetadataCountMetrics
+- testRemoteLogMetadataManagerWithEndpointConfig
+- testRemoteLogMetadataManagerWithEndpointConfigOverridden
+- testRemoteLogMetadataManagerWithUserDefinedConfigs
+- testRemoteLogSizeRetentionShouldFilterOutCopySegmentStartState
+- testRemoteLogTaskUpdateRemoteLogSegmentMetadataAfterLogDirChanged
+- testRemoteReadFetchDataInfo
+- testRemoteSegmentWithinLeaderEpochs
+- testRemoteSegmentWithinLeaderEpochsForOverlappingSegments
+- testRemoteSizeData
+- testRemoteSizeTime
+- testRemoteStorageManagerWithUserDefinedConfigs
+- testRemoveMetricsOnClose
+- testStartup
+- testStopPartitionsWithDeletion
+- testStopPartitionsWithoutDeletion
+- testTierLagResetsToZeroOnBecomingFollower
+- testTopicIdCacheUpdates
 org.apache.kafka.server.log.remote.storage.RemoteLogMetadataManagerTest:
 - testFetchSegments
 - testRemotePartitionDeletion
+org.apache.kafka.server.log.remote.storage.RemoteLogOffsetReaderTest:
+- testReadRemoteLog
+- testTaskQueueFullAndCancelTask
+- testThrowErrorOnFindOffsetByTimestamp
+org.apache.kafka.server.log.remote.storage.RemoteLogReaderTest:
+- testRemoteLogReaderWithError
+- testRemoteLogReaderWithoutError
 org.apache.kafka.server.log.remote.storage.RemoteTopicPartitionDirectoryTest:
 - testSubStr
 org.apache.kafka.server.purgatory.DelayedRemoteListOffsetsTest:

Reply via email to