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 83d607cd757 Update test catalog data for GHA workflow run 22721516929
83d607cd757 is described below

commit 83d607cd757a91e7078c25360b91155ecda4e079
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 17:26:24 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 614e22cb471..01dfd46f434 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -938,10 +938,6 @@ kafka.integration.UncleanLeaderElectionTest:
 - testUncleanLeaderElectionEnabled
 - testUncleanLeaderElectionEnabledByTopicOverride
 - testUncleanLeaderElectionInvalidTopicOverride
-kafka.log.LogCleanerIntegrationTest:
-- testIsThreadFailed
-- testMarksPartitionsAsOfflineAndPopulatesUncleanableMetrics
-- testMaxLogCompactionLag
 kafka.log.LogCleanerParameterizedIntegrationTest:
 - cleanerConfigUpdateTest
 - cleanerTest
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index d9b81958408..a1c78190ceb 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -306,6 +306,9 @@ org.apache.kafka.storage.internals.log.LocalLogTest:
 - testWhenFetchOffsetHigherThanMaxOffset
 org.apache.kafka.storage.internals.log.LogCleanerLagIntegrationTest:
 - cleanerTest
+- testIsThreadFailed
+- testMarksPartitionsAsOfflineAndPopulatesUncleanableMetrics
+- testMaxLogCompactionLag
 org.apache.kafka.storage.internals.log.LogCleanerManagerTest:
 - testAlterCheckpointDirShouldRemoveDataInSrcDirAndAddInNewDir
 - testCheckpointUpdatedForInvalidOffsetNoCleaning

Reply via email to