This is an automated email from the ASF dual-hosted git repository.

github-actions[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 8e8939f3398 Update test catalog data for GHA workflow run 26276888944
8e8939f3398 is described below

commit 8e8939f33980d837e2692ece13d7496c3cb55e3e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 22 11:20:50 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a4be29d90fa..aa50d20a0d4 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -926,6 +926,8 @@ kafka.log.LogConfigTest:
 - testGetConfigValue
 - testInvalidCompactionLagConfig
 - testInvalidLocalLogRetentionProps
+- testInvalidRemoteCopyLagBytesWhenGreaterThanEffectiveLocalRetentionBytes
+- testInvalidRemoteCopyLagMsWhenGreaterThanEffectiveLocalRetentionMs
 - testKafkaConfigToProps
 - testLocalLogRetentionDerivedDefaultProps
 - testLocalLogRetentionDerivedProps
@@ -937,6 +939,8 @@ kafka.log.LogConfigTest:
 - testToRst
 - testTopicCreationWithInvalidRetentionSize
 - testTopicCreationWithInvalidRetentionTime
+- testValidRemoteCopyLagMinusOneResolvesToLocalRetention
+- testValidRemoteCopyLagWhenBothLagChecksAreDisabled
 - testValidRemoteLogCopyDisabled
 - testValidRemoteLogDeleteOnDisable
 - testValidateBrokerLogConfigs
@@ -1495,6 +1499,7 @@ kafka.server.DynamicBrokerConfigTest:
 - testDynamicLogLocalRetentionSizeConfig
 - testDynamicLogLocalRetentionSkipsOnInvalidConfig
 - testDynamicLogLocalRetentionThrowsOnIncorrectConfig
+- testDynamicRemoteCopyLagThrowsOnIncorrectConfig
 - testDynamicRemoteFetchMaxWaitMsConfig
 - testDynamicRemoteListOffsetsRequestTimeoutMsConfig
 - testDynamicRemoteLogManagerFollowerThreadPoolSizeConfig
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 98f2dae42ab..8e389138b52 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -127,6 +127,27 @@ 
org.apache.kafka.server.log.remote.storage.LocalTieredStorageTest:
 - traverseMultipleOffloadedRecordsInOneSegment
 - traverseMultipleOffloadedRecordsInTwoSegments
 - traverseSingleOffloadedRecord
+org.apache.kafka.server.log.remote.storage.RemoteLagCopyTest:
+- testCandidateLogSegmentsDelayUploadWhenBothLagConditionsNotExceeded
+- testCandidateLogSegmentsDelayUploadWhenRemoteCopyLagBytesNotExceeded
+- testCandidateLogSegmentsDelayUploadWhenRemoteCopyLagBytesUsesLocalRetention
+- testCandidateLogSegmentsDelayUploadWhenRemoteCopyLagMsNotExceeded
+- testCandidateLogSegmentsDelayUploadWhenRemoteCopyLagMsUsesLocalRetention
+- 
testCandidateLogSegmentsNotUploadWhenRemoteCopyLagAndLocalRetentionAreUnlimited
+- 
testCandidateLogSegmentsUploadImmediatelyWhenRemoteCopyLagMsIsZeroAndSizeLagExceeded
+- 
testCandidateLogSegmentsUploadImmediatelyWhenRemoteCopyLagMsIsZeroAndSizeLagNotExceeded
+- testCandidateLogSegmentsUploadWhenBothRemoteCopyLagConfigsAreDefault
+- testCandidateLogSegmentsUploadWhenLargestTimestampInFuture
+- testCandidateLogSegmentsUploadWhenLargestTimestampLookupFails
+- 
testCandidateLogSegmentsUploadWhenRemoteCopyLagBytesIsZeroAndLocalRetentionBytesIsLimited
+- testCandidateLogSegmentsUploadWhenRemoteCopyLagBytesReachedBoundary
+- testCandidateLogSegmentsUploadWhenRemoteCopyLagBytesUsesLocalRetention
+- testCandidateLogSegmentsUploadWhenRemoteCopyLagConfigsAreNotSet
+- 
testCandidateLogSegmentsUploadWhenRemoteCopyLagMsIsZeroAndLocalRetentionMsIsLimited
+- testCandidateLogSegmentsUploadWhenRemoteCopyLagMsReachedBoundary
+- testCandidateLogSegmentsUploadWhenRemoteCopyLagMsUsesLocalRetention
+- testCandidateLogSegmentsUploadWhenSizeLagExceededAndTimeLagNotExceeded
+- testCandidateLogSegmentsUploadWhenTimeLagExceededAndSizeLagNotExceeded
 org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfigTest:
 - testDefaultConfigs
 - testRemoteLogManagerFollowerThreadPoolSize

Reply via email to