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 3ecdad99887 Update test catalog data for GHA workflow run 18358863618
3ecdad99887 is described below

commit 3ecdad99887d679b14b94fd93653062dbab3accc
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 9 00:02:00 2025 +0000

    Update test catalog data for GHA workflow run 18358863618
    
    Commit: 
https://github.com/apache/kafka/commit/d1b160b6956e19f07205e0019ff0d8ded34b898f
    GitHub Run: https://github.com/apache/kafka/actions/runs/18358863618
---
 test-catalog/core/tests.yaml    | 1 +
 test-catalog/streams/tests.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index f27dba1cfbe..69554075df1 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1499,6 +1499,7 @@ kafka.server.AbstractFetcherManagerTest:
 - testExpandThreadPool
 - testMaybeUpdateTopicIds
 - testMetricFailedPartitionCount
+- testMetricsClassName
 - testShrinkThreadPool
 kafka.server.AbstractFetcherThreadTest:
 - testConsumerLagRemovedWithPartition
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index b1c5937c303..2a706eaa752 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3175,6 +3175,7 @@ 
org.apache.kafka.streams.processor.internals.TaskMetadataImplTest:
 org.apache.kafka.streams.processor.internals.TasksTest:
 - shouldAddFailedTask
 - shouldCheckStateWhenRemoveTask
+- shouldClearAllPendingTasks
 - shouldClearFailedTask
 - shouldDrainPendingTasksToCreate
 - shouldKeepAddedTasks

Reply via email to