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

commit f4971f8893c2f8c03c87717eee6683fd42fc02fc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 09:59:22 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 38e95582b2b..6c55a3899b5 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -941,8 +941,6 @@ kafka.log.LogCleanerIntegrationTest:
 - testIsThreadFailed
 - testMarksPartitionsAsOfflineAndPopulatesUncleanableMetrics
 - testMaxLogCompactionLag
-kafka.log.LogCleanerLagIntegrationTest:
-- cleanerTest
 kafka.log.LogCleanerParameterizedIntegrationTest:
 - cleanerConfigUpdateTest
 - cleanerTest
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index a4f6596370c..8b89f082895 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -298,6 +298,8 @@ org.apache.kafka.storage.internals.log.LocalLogTest:
 - testTruncateTo
 - testUpdateConfig
 - testWhenFetchOffsetHigherThanMaxOffset
+org.apache.kafka.storage.internals.log.LogCleanerLagIntegrationTest:
+- cleanerTest
 org.apache.kafka.storage.internals.log.LogCleanerManagerTest:
 - testAlterCheckpointDirShouldRemoveDataInSrcDirAndAddInNewDir
 - testCheckpointUpdatedForInvalidOffsetNoCleaning

Reply via email to