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 95fc9c07eb9 Update test catalog data for GHA workflow run 14916182607
95fc9c07eb9 is described below

commit 95fc9c07eb97802c3fb215c911979d0d58acc829
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 8 23:53:02 2025 +0000

    Update test catalog data for GHA workflow run 14916182607
    
    Commit: 
https://github.com/apache/kafka/commit/b5c468fd7ced52184daa286f00ea7ce8cf760bc0
    GitHub Run: https://github.com/apache/kafka/actions/runs/14916182607
---
 test-catalog/core/tests.yaml   | 11 -----------
 test-catalog/server/tests.yaml | 11 +++++++++++
 test-catalog/tools/tests.yaml  |  2 ++
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ccaa7248a29..b08c9d9fa1f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3289,17 +3289,6 @@ kafka.utils.LoggingTest:
 - testLogNameOverride
 - testLoggerLevelIsResolved
 - testTypeOfGetLoggers
-kafka.utils.SchedulerTest:
-- testMockSchedulerLocking
-- testMockSchedulerNonPeriodicTask
-- testMockSchedulerPeriodicTask
-- testNonPeriodicTask
-- testNonPeriodicTaskWhenPeriodIsZero
-- testPendingTaskSize
-- testPeriodicTask
-- testReentrantTaskInMockScheduler
-- testRestart
-- testUnscheduleProducerTask
 unit.kafka.server.AllocateProducerIdsRequestTest:
 - testAllocateProducersIdSentToController
 - testAllocateProducersIdSentToNonController
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 26b935fe81d..a95227dcf98 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -176,3 +176,14 @@ 
org.apache.kafka.server.share.session.ShareSessionCacheTest:
 org.apache.kafka.server.share.session.ShareSessionTest:
 - testPartitionsToLogString
 - testPartitionsToLogStringEmpty
+org.apache.kafka.server.util.SchedulerTest:
+- testMockSchedulerLocking
+- testMockSchedulerNonPeriodicTask
+- testMockSchedulerPeriodicTask
+- testNonPeriodicTask
+- testNonPeriodicTaskWhenPeriodIsZero
+- testPendingTaskSize
+- testPeriodicTask
+- testReentrantTaskInMockScheduler
+- testRestart
+- testUnscheduleProducerTask
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index f10e466b959..5c421ea009f 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -383,6 +383,7 @@ org.apache.kafka.tools.MetadataQuorumCommandUnitTest:
 - testRemoveControllerDryRun
 org.apache.kafka.tools.ProducerPerformanceTest:
 - testClientIdOverride
+- testCompareStringSplitWithScannerDelimiter
 - testConfigPostProcessor
 - testDefaultClientId
 - testEnableTransaction
@@ -401,6 +402,7 @@ org.apache.kafka.tools.ProducerPerformanceTest:
 - testNumberOfFailedSendAndClose
 - testNumberOfSuccessfulSendAndClose
 - testReadPayloadFile
+- testReadPayloadFileWithAlternateDelimiters
 - testReadProps
 - testStatsCorrectness
 - testStatsInitializationWithLargeNumRecords

Reply via email to