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

commit c6ef58e37f6763f7a5239d652c65b924f396f8d6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 12:54:29 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index a2d28a94635..3699fbd5108 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -944,12 +944,6 @@ kafka.docker.KafkaDockerWrapperTest:
 - testPrepareToolsLog4jConfigs
 - testPrepareToolsLog4jConfigsWithoutEnvVariable
 - testPrepareToolsLog4jConfigsWithoutMountedFile
-kafka.log.LogCleanerParameterizedIntegrationTest:
-- cleanerConfigUpdateTest
-- cleanerTest
-- testCleanerWithMessageFormatV0V1V2
-- testCleaningNestedMessagesWithV0V1
-- testCleansCombinedCompactAndDeleteTopic
 kafka.log.LogCleanerTest:
 - testAbortMarkerRemoval
 - testAbortMarkerRetentionWithEmptyBatch
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 77da1409b8b..eea4b01fee3 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -304,8 +304,13 @@ org.apache.kafka.storage.internals.log.LocalLogTest:
 - testTruncateTo
 - testUpdateConfig
 - testWhenFetchOffsetHigherThanMaxOffset
-org.apache.kafka.storage.internals.log.LogCleanerLagIntegrationTest:
+org.apache.kafka.storage.internals.log.LogCleanerIntegrationTest:
+- cleanerConfigUpdateTest
 - cleanerTest
+- testCleanerCompaction
+- testCleanerWithMessageFormatV0V1V2
+- testCleaningNestedMessagesWithV0V1
+- testCleansCombinedCompactAndDeleteTopic
 - testIsThreadFailed
 - testMarksPartitionsAsOfflineAndPopulatesUncleanableMetrics
 - testMaxLogCompactionLag

Reply via email to