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

commit df382921105beef5ad37da4da9eb80849f42e064
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 23 06:28:58 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index aa50d20a0d4..986c7b23bae 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1499,7 +1499,7 @@ kafka.server.DynamicBrokerConfigTest:
 - testDynamicLogLocalRetentionSizeConfig
 - testDynamicLogLocalRetentionSkipsOnInvalidConfig
 - testDynamicLogLocalRetentionThrowsOnIncorrectConfig
-- testDynamicRemoteCopyLagThrowsOnIncorrectConfig
+- testDynamicLogRemoteCopyLagThrowsOnIncorrectConfig
 - testDynamicRemoteFetchMaxWaitMsConfig
 - testDynamicRemoteListOffsetsRequestTimeoutMsConfig
 - testDynamicRemoteLogManagerFollowerThreadPoolSizeConfig
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 8e389138b52..3631fa6ae90 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -907,10 +907,11 @@ 
org.apache.kafka.tiered.storage.integration.OffloadAndTxnConsumeFromLeaderTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.PartitionsExpandTest:
 - executeTieredStorageTest
-org.apache.kafka.tiered.storage.integration.ReassignReplicaExpandTest:
-- executeTieredStorageTest
-org.apache.kafka.tiered.storage.integration.ReassignReplicaMoveTest:
-- executeTieredStorageTest
+org.apache.kafka.tiered.storage.integration.ReassignReplicaMoveAndExpandTest:
+- testReassignReplicaExpandWithClassicGroupProtocol
+- testReassignReplicaExpandWithConsumerGroupProtocol
+- testReassignReplicaMoveWithClassicGroupProtocol
+- testReassignReplicaMoveWithConsumerGroupProtocol
 org.apache.kafka.tiered.storage.integration.ReassignReplicaShrinkTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.RollAndOffloadActiveSegmentTest:

Reply via email to