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

commit bddbece2d3b6044e7ffb166cd687f39ac0c0c041
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 13 06:32:24 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index dad508b2e59..c080456ae0f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1899,6 +1899,7 @@ kafka.server.DynamicBrokerConfigTest:
 - testDynamicLogLocalRetentionThrowsOnIncorrectConfig
 - testDynamicRemoteFetchMaxWaitMsConfig
 - testDynamicRemoteListOffsetsRequestTimeoutMsConfig
+- testDynamicRemoteLogManagerFollowerThreadPoolSizeConfig
 - testImproperConfigsAreRemoved
 - testIsolatedControllerAuthorizerConfig
 - testLogRetentionTimeMinutesIsNotDynamicallyReconfigurable
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 7ca69695af0..360729edbde 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -120,6 +120,7 @@ 
org.apache.kafka.server.log.remote.storage.LocalTieredStorageTest:
 - traverseSingleOffloadedRecord
 org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfigTest:
 - testDefaultConfigs
+- testRemoteLogManagerFollowerThreadPoolSize
 - testThreadPoolDefaults
 - testValidConfigs
 - testValidateEmptyStringConfig
@@ -191,6 +192,7 @@ 
org.apache.kafka.server.log.remote.storage.RemoteLogManagerTest:
 - testStopPartitionsWithoutDeletion
 - testTierLagResetsToZeroOnBecomingFollower
 - testTopicIdCacheUpdates
+- testUpdateRemoteStorageFollowerThreads
 - testUpdateRemoteStorageReaderThreads
 org.apache.kafka.server.log.remote.storage.RemoteLogMetadataManagerTest:
 - testFetchSegments

Reply via email to